Bad dependencies of bittornado-gui

Bug #275587 reported by Pablo Olmos de Aguilera Corradini
6
Affects Status Importance Assigned to Milestone
wxwidgets2.6 (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: bittornado-gui

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)

* 0.3.18-6
**Description: Ubuntu intrepid (development branch)
Release: 8.10

Revision history for this message
Waleed Hamra (w-hamra1987) wrote :

I can Confirm this bug as well
willy@hamra:~$ dpkg -l bittornado-gui
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-=================-=================-==================================================
ii bittornado-gui 0.3.18-6 bittorrent client with enhanced GUI interface
willy@hamra:~$ btmaketorrentgui
wxPython is either not installed or has not been installed properly.
willy@hamra:~$

Changed in bittornado:
status: New → Confirmed
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

Revision history for this message
Pablo Olmos de Aguilera Corradini (pablox) wrote :

2008/9/28 Cameron Dale <email address hidden>:
> 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:

Indeed. When I installed bittorrent-gui it asks me for python-wxgtk2.6

> python -c 'import wx'
>
> If that generates an error (it should), let me know what it says

~$ python -c 'import wx'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named wx
~$

> and
> then try this command:
>
> python -c 'import wxversion ; print wxversion.getInstalled()'

~$ python -c 'import wxversion ; print wxversion.getInstalled()'
['2.6-gtk2-unicode']
~$

> You can then reinstall python-wxgtk2.8 and try the commands again to
> see what the difference is.

~$ python -c 'import wx'
(shows no errors)
~$ python -c 'import wxversion ; print wxversion.getInstalled()'
['2.8-gtk2-unicode', '2.6-gtk2-unicode']
~$

> Thanks,
> Cameron

Regards,
--
Pablo Olmos de Aguilera Corradini
http://glatelier.wordpress.com

Revision history for this message
Cameron Dale (camrdale) wrote :

Reassigned to wxwidgets2.6 as it is not a bittornado problem.

Revision history for this message
Pablo Olmos de Aguilera Corradini (pablox) wrote : Re: [Bug 275587] Re: Bad dependencies of bittornado-gui

2008/9/28 Cameron Dale <email address hidden>:
>
> Reassigned to wxwidgets2.6 as it is not a bittornado problem.

You're right... I should've think the bug was in wx... well in the
next one I'll search better.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.