Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Some pygtk applications (meld, denu) won't start if the are located in /usr/bin. If they are moved to a other location like /usr/local/bin they work. pygtk application Hal-device-manager doesn't have the same problem. Meld and Denu don't work. Error message at startup: #meld Traceback (most recent call last): File "./meld", line 69, in ? import gtk ImportError: No module named gtk Reproducible: Always Steps to Reproduce: 1. #meld (as user) 2. mv /usr/bin/meld /usr/local/bin (as superuser) 3. #meld (as user) Actual Results: 1. Fails to start with error message: Traceback (most recent call last): File "./meld", line 69, in ? import gtk 2. - 3. works Expected Results: Working in the default set-up.
I'm not alone with this problem: http://forums.gentoo.org/viewtopic-t-312855-postdays-0-postorder-asc-start-0.html
*** This bug has been marked as a duplicate of 76791 ***