Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Ubuntu update; printrun not working. #235
Comments
|
On 06/06/2012 04:37 PM, Geert Roumen wrote:
This is a really weird error. Can you run python from the console and Kliment |
lemio
commented
Jun 6, 2012
|
bernt
commented
Jun 8, 2012
|
I have the same Problem with one ubuntu PC.
luckily I dont have this Problem with my subnetbook. Here it gives: But I would like to know, how to get the PC to do the "import wx" correctly. |
|
Can you please try sudo apt-get install libwxgtk2.8-dev ? On 06/08/2012 07:33 AM, bernt wrote:
|
bernt
commented
Jun 8, 2012
|
I have this installed, but then I have seen that there is gtk2.6 and gtk2.8 stuff installed
|
lemio
commented
Jun 13, 2012
|
Thanks it is working now! |
lemio commentedJun 6, 2012
Hey,
I don´t know what changed exectually on my PC, but now printrface is not working any more. I get this error:
Traceback (most recent call last):
File "pronterface.py", line 1888, in
main = PronterWindow()
File "pronterface.py", line 141, in init
self.popmenu()
File "pronterface.py", line 389, in popmenu
m.AppendSubMenu(self.macros_menu, _("&Macros"))
AttributeError: 'Menu' object has no attribute 'AppendSubMenu'