<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Need help setting up Pronterface in Ubuntu</title>
        <description>I have no experience with Ubuntu or Linux in general but managed to install the software needed for printrun.

In the terminal when I want to start the application with [quote=pronterface.py]

[/quote]

I get the following error:

[quote=&quot;jim@Ilias:~/Printrun$ ./pronterface.py 
WARNING:root:Memory-efficient GCoder implementation unavailable: No module named gcoder_line
 [WARNING] Could not setup DBus for sleep inhibition: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ScreenSaver was not provided by any .service files 
Traceback (most recent call last):  
File \&quot;./pronterface.py\&quot;, line 32, in      from printrun.pronterface import PronterApp   
File \&quot;/home/jim/Printrun/printrun/pronterface.py\&quot;, line 32, in      from . import pronsole  
File \&quot;/home/jim/Printrun/printrun/pronsole.py\&quot;, line 42, in      from .power import powerset_print_start, powerset_print_stop   
File \&quot;/home/jim/Printrun/printrun/power/__init__.py\&quot;, line 90, in      orig_nice = p.get_nice() 
AttributeError: &#039;Process&#039; object has no attribute &#039;get_nice&#039;&quot;]

[/quote]

Do I get this error because I do not have my 3D printer connected at this time?
In Windows I can open the program without the 3D printer connected.</description>
        <link>https://reprap.org/forum/read.php?1,423594,423594#msg-423594</link>
        <lastBuildDate>Mon, 15 Jun 2026 07:10:02 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,502238#msg-502238</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,502238#msg-502238</link>
            <description><![CDATA[ I'm using 14.10 and found this worked for me ....<br />
<br />
sudo apt-get install python python-tk python-pmw python-imaging python-serial python-wxgtk2.8 python-pyglet python-numpy cython python-libxml2 python-gobject python-dbus python-psutil git<br />
<br />
git clone [<a href="https://github.com/kliment/Printrun.git" target="_blank"  rel="nofollow">github.com</a>]<br />
<br />
Make sure your printer is connected.<br />
<br />
go to the directory created by git  ... in my case  /home/user/Printrun<br />
<br />
sudo ./printrun<br />
<br />
the port speed MUST be set to 250000<br />
<br />
Hope it works for you :)]]></description>
            <dc:creator>phapete</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Apr 2015 21:22:23 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,426025#msg-426025</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,426025#msg-426025</link>
            <description><![CDATA[ It's not that important.<br />
Z-axis doesn't have to be fast anyway...<br />
<br />
Time to start enjoy linux and 3d printing :)]]></description>
            <dc:creator>Mendel90</dc:creator>
            <category>General</category>
            <pubDate>Wed, 29 Oct 2014 19:21:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,426023#msg-426023</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,426023#msg-426023</link>
            <description><![CDATA[ depend on your printer, if you got screws on your Z axis, it would be slower...]]></description>
            <dc:creator>swe3tdave</dc:creator>
            <category>General</category>
            <pubDate>Wed, 29 Oct 2014 19:14:23 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,426020#msg-426020</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,426020#msg-426020</link>
            <description><![CDATA[ Thnx swe3tdave<br />
<br />
I got it working now.<br />
<br />
One little issue I have.<br />
My motors on X and Y move normal speed.<br />
The motors on the Z-axis move only at half speed,<br />
Weird isnt'it?]]></description>
            <dc:creator>Mendel90</dc:creator>
            <category>General</category>
            <pubDate>Wed, 29 Oct 2014 19:05:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,426017#msg-426017</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,426017#msg-426017</link>
            <description><![CDATA[ look if its hidden in a folder in /dev, i've seen that in a few old version i think...<br />
<br />
unplug your 3d printer and plug it back and give me the result of:<br />
<br />
dmesg<br />
<br />
EDIT: you can use paste.ubuntu.com or attach a txt file, you can generate it with: <br />
<br />
dmesg &gt; dmesg.txt]]></description>
            <dc:creator>swe3tdave</dc:creator>
            <category>General</category>
            <pubDate>Wed, 29 Oct 2014 18:49:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,426013#msg-426013</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,426013#msg-426013</link>
            <description><![CDATA[ I have located skeinforge in the /usr/share folder and pointed the path in pronterface/ external commands to this folder and it works ok now.<br />
The interface is not that nice so I think I will try slic3r later as you have suggested.<br />
<br />
Referring back to one of my previous posts I had allready installed pyserial.<br />
<br />
Reading package lists... Done<br />
Building dependency tree <br />
Reading state information... Done<br />
python-serial is already the newest version.<br />
python-tk is already the newest version.<br />
python-pyglet is already the newest version.<br />
python-wxgtk2.8 is already the newest version.<br />
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.<br />
<br />
When I put in the terminal:<br />
$ls /dev/tty*<br />
I get ports from tty to tty63 and from ttyS0 to ttyS59 but no ttyUSB or ttyACM]]></description>
            <dc:creator>Mendel90</dc:creator>
            <category>General</category>
            <pubDate>Wed, 29 Oct 2014 18:31:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,425964#msg-425964</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,425964#msg-425964</link>
            <description><![CDATA[ to connect to your 3D printer using 250000 baud rate, you need pyserial 2.7 or better. the package's name in ubuntu is python-serial or python3-serial<br />
<br />
or you could try connecting at 115200...<br />
<br />
as for the COM port, on my PC its /dev/ttyACM0<br />
<br />
you can also try /dev/ttyUSB0<br />
<br />
as for skeinforge location try: whereis skeinforge<br />
it should give you the location /usr/bin/skeinforge<br />
<br />
you can also try Slic3r instead of skeinforge: [<a href="http://slic3r.org/download" target="_blank"  rel="nofollow">slic3r.org</a>]<br />
there is a precompiled option if you dont want to use the source.]]></description>
            <dc:creator>swe3tdave</dc:creator>
            <category>General</category>
            <pubDate>Wed, 29 Oct 2014 16:46:21 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,425905#msg-425905</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,425905#msg-425905</link>
            <description><![CDATA[ I finally got Pronterface to open!<br />
First I upgrade python from 2.7 to 3.2 but still didn't work.<br />
Then I installed python-numpy and bang Pronterface opened.<br />
<br />
Unfortunately the install is not over yet and I was hoping if somebody could help me to connect to my 3D printer.<br />
<br />
1) I installed Skeinforge with sudo apt-get install skeinforge in terminal<br />
Install happened without issues. However I do not know where it is installed.<br />
Pronterface gives the following command: "python skeinforge/skeinforge_application/skeinforge.py" but can't find this file.<br />
2) in Pronterface there are no COM ports to choose from. It just says 'none' (with my 3D printer connected)]]></description>
            <dc:creator>Mendel90</dc:creator>
            <category>General</category>
            <pubDate>Wed, 29 Oct 2014 14:22:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424875#msg-424875</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424875#msg-424875</link>
            <description><![CDATA[ Hello,<br />
If you want to install pronterface using its repository, you must add the repository in the source.list file (or using the GUI), and you must run "apt-get update" before trying to install the package (if you do not an update, your system will not see the packages in the new repository).<br />
<br />
But it seems that this repository contains packages for most recent Ubuntu, then when you will try to install pronterface, I think some dependancies will not be found.<br />
I advise you to find a way to install a newer version of Ubuntu (or <a href="http://www.linuxmint.com/rel_qiana_mate.php" target="_blank"  rel="nofollow">another distro</a>). You can also upgrade your Ubuntu to the latest LTS version (14.04) using the update manager.]]></description>
            <dc:creator>kimented_</dc:creator>
            <category>General</category>
            <pubDate>Mon, 27 Oct 2014 08:29:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424838#msg-424838</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424838#msg-424838</link>
            <description><![CDATA[ If your CPU doesn't have PAE you will not have the<br />
possibility to activate this in your BIOS. I have looked into all this <br />
before I installed  this version. My laptop is from 2006 btw.]]></description>
            <dc:creator>Mendel90</dc:creator>
            <category>General</category>
            <pubDate>Mon, 27 Oct 2014 07:01:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424792#msg-424792</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424792#msg-424792</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Mendel90</strong><br />I lost a few discs and decided to burn a new version wich told me right away about the PAE being non present.</div></blockquote>
<br />
PAE is something you have to switch on in your BIOS, IIRC.]]></description>
            <dc:creator>Traumflug</dc:creator>
            <category>General</category>
            <pubDate>Mon, 27 Oct 2014 05:13:29 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424713#msg-424713</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424713#msg-424713</link>
            <description><![CDATA[ This PPA only contains printrun packages for Oneiric (Ubuntu 11.10 which is long obsolete) and Trusty (14.04). So it is normal that there would be no package found on Ubuntu 12.04.<br />
<br />
[<a href="https://launchpad.net/~richi-paraeasy/+archive/ubuntu/ppa" target="_blank"  rel="nofollow">launchpad.net</a>]]]></description>
            <dc:creator>NormandC</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Oct 2014 22:59:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424684#msg-424684</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424684#msg-424684</link>
            <description><![CDATA[ No problem.<br />
Big thnx for helping me find a solution!]]></description>
            <dc:creator>Mendel90</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Oct 2014 19:36:20 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424680#msg-424680</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424680#msg-424680</link>
            <description><![CDATA[ its possible the repository is just gone... :S <br />
<br />
honestly, i dont know what to tell you anymore]]></description>
            <dc:creator>swe3tdave</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Oct 2014 19:16:53 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424673#msg-424673</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424673#msg-424673</link>
            <description><![CDATA[ When I look in synaptic manager the Pronterface package is not present (should be before python no?)<br />
In the File menu I choose 'Add downloaded packages' and Pronterface is there but then It will not add itself to the list of packages...]]></description>
            <dc:creator>Mendel90</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Oct 2014 18:40:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424663#msg-424663</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424663#msg-424663</link>
            <description><![CDATA[ First I tried the last version of Ubuntu wich failed to install without error message.<br />
I lost a few discs and decided to burn a new version wich told me right away about the PAE being non present.<br />
<i>forcepae</i> didn't do anything so I searched and found the non-pae version 12.04<br />
<br />
I have done an setup.py uninstall (printrun folder remains. Only /usr/lib and /usr/share files are uninstalled)<br />
All dependencies are installed.<br />
<br />
I did the git clone command wich made a new Printrun folder in my /Home folder<br />
<br />
Then I downloaded the repository (I found this exact same command on the skeinforge site...)<br />
The update then was installed but the last command <i>sudo apt-get install pronterface</i> gave me an error:<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong><br />
jim@Ilias:~$ sudo apt-get install pronterface <br />
Reading package lists... <br />
Done Building dependency tree        <br />
Reading state information... Done <br />
E: Unable to locate package pronterface</strong><br />
</div></blockquote>
I did not do the upgrade. <blockquote class="bbcode"><div><small>Quote<br /></small><strong>sudo apt-get upgrade</strong><br /> since I want to stay on 12.04 non pae<br />
</div></blockquote>]]></description>
            <dc:creator>Mendel90</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Oct 2014 18:21:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424588#msg-424588</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424588#msg-424588</link>
            <description><![CDATA[ oh and i just realized, there is a package of pronterface for your version of ubuntu... so try it first<br />
<br />
<pre class="bbcode">
sudo apt-add-repository ppa:richi-paraeasy/ppa
sudo apt-get update
sudo apt-get install pronterface
</pre>]]></description>
            <dc:creator>swe3tdave</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Oct 2014 16:12:39 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424582#msg-424582</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424582#msg-424582</link>
            <description><![CDATA[ Your version of Ubuntu is a bit old, if you have 12.04 its 2 years and 6 months old... if its still not working, check the requirements: [<a href="https://github.com/kliment/Printrun/blob/master/requirements.txt" target="_blank"  rel="nofollow">github.com</a>]<br />
<br />
you can use synaptic to verify the installed version of a package. If you see something is lacking you're going to have to install that particular package from source...<br />
<br />
Did you try installing 14.04 with forcepae? [<a href="https://help.ubuntu.com/community/PAE" target="_blank"  rel="nofollow">help.ubuntu.com</a>]]]></description>
            <dc:creator>swe3tdave</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Oct 2014 15:59:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424580#msg-424580</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424580#msg-424580</link>
            <description><![CDATA[ the installation is supposed to make you enable to start pronterface without going into the folder and running ./pronterface.py<br />
<br />
this is what i get: <br />
<br />
<pre class="bbcode">
swe3tdave@server:~$ pronterface.py 
Traceback (most recent call last):
  File "/usr/bin/pronterface.py", line 32, in 
    from printrun.pronterface import PronterApp
ImportError: No module named printrun.pronterface</pre>
<br />
it does work when running from ~/github/Printrun/pronterface.py<br />
<br />
as for the location, you can put the Printrun folder wherever you want, i have a few other github apps that i keep in a github folder but this is entirely up to you.<br />
<br />
with that said, dont bother running install, something is probably wrong with the code there... and since the program could have been updated since last time you downloaded, get a new copy:<br />
And Verify if you have all the dependencies again: <pre class="bbcode">
sudo apt-get install python-serial python-wxgtk2.8 python-pyglet python-tornado python-setuptools python-libxml2 python-gobject avahi-daemon libavahi-compat-libdnssd1 python-dbus python-psutil git
git clone <a href="https://github.com/kliment/Printrun.git" target="_blank"  rel="nofollow">https://github.com/kliment/Printrun.git</a></pre>
<br />
EDIT: Oh and before that, run <pre class="bbcode">
sudo apt-get update</pre>
<br />
and then <pre class="bbcode">
sudo apt-get upgrade
</pre>]]></description>
            <dc:creator>swe3tdave</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Oct 2014 15:46:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424557#msg-424557</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424557#msg-424557</link>
            <description><![CDATA[ yes that's how I installed it.<br />
I was thinking of re-installing it as it doesn't work.<br />
<br />
Does the printrun folder has to be installed in a specific folder?<br />
I installed the printrun folder in my /Home directory]]></description>
            <dc:creator>Mendel90</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Oct 2014 15:00:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424554#msg-424554</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424554#msg-424554</link>
            <description><![CDATA[ not sure where your going with this but, if you installed with <b>sudo python setup.py install</b><br />
<br />
then you can uninstall with <b>sudo python setup.py uninstall</b>]]></description>
            <dc:creator>swe3tdave</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Oct 2014 14:46:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424548#msg-424548</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424548#msg-424548</link>
            <description><![CDATA[ I'm using Ubuntu 12.04 (non PAE) because my CPU doesn't have PAE on it.<br />
This has python 2.7 allready installed.<br />
<br />
I got it from github.<br />
I extracted the package to the printrun folder and installed it in terminal with 'setup.py'<br />
Also I installed alot of other dependencies (pyserial, pyglet, wxPython e.a<br />
<br />
<i>Reading package lists... Done<br />
Building dependency tree       <br />
Reading state information... Done<br />
python-serial is already the newest version.<br />
python-tk is already the newest version.<br />
python-pyglet is already the newest version.<br />
python-wxgtk2.8 is already the newest version.<br />
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.</i><br />
<br />
<br />
Only after that I found commands online to install pronterface directly in the terminal.<br />
Maybe if you could tell me howto uninstall the version I have installed now I could try it <br />
with a command in the terminal found on github? <a href="https://github.com/kliment/Printrun" target="_blank"  rel="nofollow">github</a>]]></description>
            <dc:creator>Mendel90</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Oct 2014 14:25:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424524#msg-424524</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424524#msg-424524</link>
            <description><![CDATA[ what version of ubuntu are you using?]]></description>
            <dc:creator>swe3tdave</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Oct 2014 13:34:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424522#msg-424522</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424522#msg-424522</link>
            <description><![CDATA[ where did you download your copy of pronterface? what commands did you use?]]></description>
            <dc:creator>swe3tdave</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Oct 2014 13:32:29 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424502#msg-424502</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424502#msg-424502</link>
            <description><![CDATA[ I have installed Ubuntu on another partition on my old WinXP laptop.<br />
Repetier host doesn't work good on XP and neither it will in Linux I suspect.(I have 1GB RAM)<br />
<br />
I'm working on a fresh install off Ubuntu and almost immediately installed pronterface.<br />
I downloaded and installed this program in the terminal and this should work.<br />
<br />
@swe3tdave<br />
I have visited the site on github and there the problems are printrun related.<br />
I suspect my issue is with Linux and not with printrun.<br />
<br />
My Win XP doesn't connect anymore with my 3D printer, due to an driver problem, so installing Ubuntu was my best alternative I could find.]]></description>
            <dc:creator>Mendel90</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Oct 2014 12:39:41 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424492#msg-424492</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424492#msg-424492</link>
            <description><![CDATA[ did you make a bug report on the github/issue link i gave you earlier? and even before that, make sure you are running the latest github version... <br />
<br />
and yes, i agree with isonoob, you might have more luck with repetier host.]]></description>
            <dc:creator>swe3tdave</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Oct 2014 12:08:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424486#msg-424486</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424486#msg-424486</link>
            <description><![CDATA[ Just a question, why are you using linux if you don't have no experience with it?<br />
<br />
You could also try running Repetier Host, it may work for you. You will have to run it's dependency and configure scripts first.]]></description>
            <dc:creator>isonoob</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Oct 2014 11:31:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424480#msg-424480</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424480#msg-424480</link>
            <description><![CDATA[ I wasn't exactly sure wich pronterface.py to use so I started off with the 1 in Printrun folder and then tried the Printrun/printrun wich also doesn't work.<br />
<br />
When I try to execute the file in the Printrun folder this is what happens:<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong><br />
jim@Ilias:~/Printrun$ chmod 755 ./pronterface.py <br />
jim@Ilias:~/Printrun$ ./pronterface.py <br />
WARNING:root:Memory-efficient GCoder implementation unavailable: No module named gcoder_line [WARNING] Could not setup DBus for sleep inhibition: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ScreenSaver was not provided by any .service files <br />
<br />
Traceback (most recent call last):   <br />
File "./pronterface.py", line 32, in      from printrun.pronterface import PronterApp  <br />
File "/home/jim/Printrun/printrun/pronterface.py", line 32, in      from . import pronsole   <br />
File "/home/jim/Printrun/printrun/pronsole.py", line 42, in      from .power import powerset_print_start, powerset_print_stop   <br />
File "/home/jim/Printrun/printrun/power/__init__.py", line 90, in      orig_nice = p.get_nice() <br />
AttributeError: 'Process' object has no attribute 'get_nice' jim@Ilias:~/Printrun$</strong><br />
</div></blockquote>]]></description>
            <dc:creator>Mendel90</dc:creator>
            <category>General</category>
            <pubDate>Sun, 26 Oct 2014 11:14:07 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424326#msg-424326</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424326#msg-424326</link>
            <description><![CDATA[ this is normal, do not run from ~/Printrun/printrun, run from ~/Printrun<br />
<br />
i should've seen that earlier, i get the same error when running from Printrun/printrun, so...]]></description>
            <dc:creator>swe3tdave</dc:creator>
            <category>General</category>
            <pubDate>Sat, 25 Oct 2014 19:02:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,423594,424191#msg-424191</guid>
            <title>Re: Need help setting up Pronterface in Ubuntu</title>
            <link>https://reprap.org/forum/read.php?1,423594,424191#msg-424191</link>
            <description><![CDATA[ I have tried all the above and I think the priveliges are no longer an issue.<br />
Now I have a new error.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong><br />
jim@Ilias:~/Printrun/printrun$ chmod 755 ./pronterface.py <br />
jim@Ilias:~/Printrun/printrun$ ./pronterface.py <br />
Traceback (most recent call last):   <br />
File "./pronterface.py", line 32, in     <br />
from . import pronsole <br />
ValueError: Attempted relative import in non-package</strong><br />
</div></blockquote>
I have searched this valueError online but it seems to be to complicated for a novice like me...]]></description>
            <dc:creator>Mendel90</dc:creator>
            <category>General</category>
            <pubDate>Sat, 25 Oct 2014 09:05:17 -0400</pubDate>
        </item>
    </channel>
</rss>
