Comment 2 for bug 275587

Revision history for this message
Cameron Dale (camrdale) wrote : Re: [Bug 275587] [NEW] Bad dependencies of bittornado-gui

On Sun, Sep 28, 2008 at 1:51 PM, Pablo Olmos de Aguilera Corradini
<email address hidden> 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