Użytkownik Ricardo Aráoz napisał:
> Hi, I realize this has been addressed before and yet it is not really 
> clear to me. Jaunty comes with 2.6 installed, and apparently Dabo should 
> use 2.5.
> Now I can't uninstall 2.6 as many apps in my system depend on it. So my 
> problem is mainly with libraries. If I install wxpython it will be 
> installed against 2.6, so I won't be able to use it from 2.5, the same 
> with other libraries. I thought about using virtualenv but again it will 
> probably be installed against 2.6 and not 2.5.
> Are my suppositions correct? Is there a way to select against which 
> version you will install a library? I've installed 2.5 along with 2.6, 
> which is my default version?
> I know I could google all this (though I wouldn't know how to phrase my 
> searchs) but maybe a kind soul who's traveled this road might lend me a 
> hand.
> TIA
>   
Hi,

Default is usually version that /usr/bin/python link points.
You can change it by changing link.
Remember also to point correct version of wxPython if you have few 
installed.
In such situation, you must modify application main module to include:

import wxversion
wxversion.select('2.8')
import dabo

...

-- 
Regards
Jacek Kałucki



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to