code-google-com / turnip-town

Automatically exported from code.google.com/p/turnip-town
0 stars 0 forks source link

in ubuntu, the python wx library is missing in the deb #143

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install .deb in an environment where the wx library is not installed

ubuntu 10.04 LTS - the Lucid Lynx -

Manually installing wx lead to:

Traceback (most recent call last):
  File "/usr/share/groovewalrus/gw.py", line 26, in <module>
    from wx.lib.pubsub import setupkwargs
ImportError: cannot import name setupkwargs
taghawi@taghawi-laptop:~$ groovewalrus 
Traceback (most recent call last):
  File "/usr/share/groovewalrus/gw.py", line 26, in <module>
    from wx.lib.pubsub import setupkwargs
ImportError: cannot import name setupkwargs

Original issue reported on code.google.com by DavoudTa...@gmail.com on 29 Jul 2011 at 1:13

GoogleCodeExporter commented 9 years ago
Hmm, yeah, mplayer too, probably.

Original comment by 11y3y3y3...@gmail.com on 11 Dec 2011 at 4:56

GoogleCodeExporter commented 9 years ago
Dr. walrus, I don't understand your reply.  I am also getting this on Lucid.

I got mplayer installed, if same one that you want me to have.  

is wx.lib.pubsub a repo or pythone library?

Original comment by deg...@gmail.com on 31 Dec 2011 at 11:08

GoogleCodeExporter commented 9 years ago
wx.lib.pubsub is part of the wxpython a.k.a. python-wxgtk2.8.  There was a 
change to a new pubsub in wxpython.  That error message indicates that you have 
the older wxpython installed (I think). :(
Mine right now says: python-wxgtk2.8 - 2.8.11.0-0unbuntu10
Ibnfo on wxpython.org might help you get to a newer version.

Original comment by 11y3y3y3...@gmail.com on 3 Jan 2012 at 12:34

GoogleCodeExporter commented 9 years ago
on Ubuntu 12.04 x86
I am receiving the same message 
-------------------------------------
Traceback (most recent call last):
  File "/usr/share/groovewalrus/gw.py", line 23, in <module>
    import wx
ImportError: No module named wx
-------------------------------------

I have python-wxgtk2.8 installed as well mplayer. 

Original comment by Small.La...@gmail.com on 1 Nov 2012 at 3:13