The forum

Installing on Dreamlinux

Dependency issues

Author Replies
Eeyore Wednesday 13 February 2008 at 5:02
EeyoreAnonymous

I've fallen into dependency hell trying to install playonlinux in Dreamlinux. Specifically it seems to start from a problem with python-wxgtk2.8 not being installed. But when I try to install python-wxgtk2.8, the dependency issues begin. Any suggestions?
icaro581 Wednesday 13 February 2008 at 17:02
icaro581Anonymous

I believe that the solution to the problem of python-wxgtk2.6 is this ...

To install the units example (python-wxgtk2.8…) add these lines to your sources.list
------------------------------------------------------------------------------------
Deb http://download.tuxfamily.org/3v1deb edgy 3v1n0
Deb-src http://download.tuxfamily.org/3v1deb edgy 3v1n0
------------------------------------------------------------------------------------

this is the answer in debian but it should work in dreamlinux. i am not sure that it works but try it

-- Henry Antonio --
Eeyore Friday 15 February 2008 at 3:48
EeyoreAnonymous

I believe that the solution to the problem of python-wxgtk2.6 is this ...

To install the units example (python-wxgtk2.8…) add these lines to your sources.list
------------------------------------------------------------------------------------
Deb http://download.tuxfamily.org/3v1deb edgy 3v1n0
Deb-src http://download.tuxfamily.org/3v1deb edgy 3v1n0
------------------------------------------------------------------------------------

this is the answer in debian but it should work in dreamlinux. i am not sure that it works but try it

Quote from icaro581


Thanks for the idea. I tried it but still haven't gotten anywhere. The problems are the same. I even tried doing a distribution upgrade on Dreamlinux hoping that I would then be able to install the updated version of python-wxgtk2.8 but to no avail. Any other ideas?
icaro581 Saturday 16 February 2008 at 16:10
icaro581Anonymous

well i have only two options one is to search manually the dependences and download the deb packet here

http://download.tuxfamily.org/3v1deb/dists/edgy/3v1n0/index.html wxwidgets2.8 Version:     2.8.0.1-0 and the others

or to download and compile the dependences from the source because i don't find dreamlinux binaries

here http://www.wxwidgets.org/downloads/

-- Henry Antonio --