Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87431 - btdownloadgui.py from bittornado-0.3.8 gives wxPython is either not installed or has not been installed properly. error
Summary: btdownloadgui.py from bittornado-0.3.8 gives wxPython is either not installed...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-31 09:19 UTC by t35t0r
Modified: 2005-05-15 08:17 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description t35t0r 2005-03-31 09:19:45 UTC
/home/user> btdownloadgui.py
wxPython is either not installed or has not been installed properly.
Traceback (most recent call last):
  File "/usr/bin/btdownloadgui.py", line 24, in ?
    sys.exit(1)
NameError: name 'sys' is not defined

so i emerge -av wxpython
[ebuild   R   ] dev-python/wxpython-2.4.2.4  +gtk2 +jpeg +opengl +png +tiff -unicode 0 kB

then i emerge -av bittornado
[ebuild   R   ] net-p2p/bittornado-0.3.8  +X 0 kB

then try running btdownloadgui.py again and I get the same error. The other bittornado scripts like btdownloadcurses.py runs normally.

Reproducible: Always
Steps to Reproduce:
1. run btdownloadgui.py ..crash
2. emerge wxpython (again)
3. emerge bittornado (again)
4. run btdownloadgui.py ..same crash

Actual Results:  
btdownloadgui.py crashed

Expected Results:  
It should display a nice bittorent gui with option to open a torrent file.
Comment 1 Leif Sandstede 2005-04-11 06:21:50 UTC
I have the same problem.
Comment 2 Alexandru Toma 2005-04-24 14:24:03 UTC
If you've recently upgraded to gtk+-2.6.x then try re-emerging wxGTK (and possibly wxpython after that)... I had the same problem and that solved it.
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2005-05-04 11:18:23 UTC
closing with comment 2
Comment 4 david 2005-05-15 08:17:55 UTC
I didn't have wxGTK installed.  Installing it (as suggested by  Alexandru Toma) did fix this problem.

Should wxGTK be added as a dependancy?