John wrote:
> On Friday 28 August 2009 05:32:57 pm Ricardo Aráoz wrote:
>   
>> 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
>>     
> If memory serves I installed python 2.5 first then installed wxPython.  
> wxPython was able to install correctly for both.  I then added several of the 
> other packages and all worked with both.  The thing that did not was Dabo.  
> It required I use a pth file in the directory Disutils.
>   

All right, thanks guys! Everything's working now.
Had to edit the ide files and the DaboDemo file and add :

import wxversion
wxversion.select('2.8')





--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
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