[wx-dev] Re: [wxPython-users] Debian dependencies
Robin Dunn
robin at alldunn.com
Mon Jan 14 09:48:40 PST 2008
Jorgen Bodde wrote:
> Simone,
>
> You are a genius! Indeed the sudo apt-get install line resolved the
> (probably still pending) dependencies on openoffice. I do not know
> what went wrong in the virtual machine, but after typing that one
> line, the dependency list of python-wxgtk2.8 stayed moderately small..
For future reference, you can see the whole dependency tree by running this:
apt-cache --recurse depends python-wxgtk2.8
Interestingly, you can see that the openoffice packages are listed
there, but if you trace the dependencies back you'll see that they are
several dependency "layers" away from the wx packages, apparently via
some gnome and/or gstreamer dependencies, and at least one of the links
are "Suggests" rather than "Depends".
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list