On Sun, Sep 28, 2008 at 1:51 PM, Pablo Olmos de Aguilera Corradini <[EMAIL PROTECTED]> wrote: > When you install bittornado-gui* in Intrepid*. The command > btmaketorrentgui doesn't work giving the following error: > > wxPython is either not installed or has not been installed properly. > > It's necessary to install python-wxgtk2.8 to get the app to run. I think > the solution is to only add that package as a dependency of bittornado- > gui (sorry, I don't know how to do that u_u)
bittornado-gui depends on "python-wxgtk2.6 or python-wxgtk2.8", which probably caused python-wxgtk2.6 to be installed. It should work with either one though (it does on my Debian machine anyway), so the dependencies are not the problem. Could you please uninstall python-wxgtk2.8 and try this command from the terminal: python -c 'import wx' If that generates an error (it should), let me know what it says and then try this command: python -c 'import wxversion ; print wxversion.getInstalled()' You can then reinstall python-wxgtk2.8 and try the commands again to see what the difference is. Thanks, Cameron -- Bad dependencies of bittornado-gui https://bugs.launchpad.net/bugs/275587 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
