Hi, I'm trying to install PyCrust (wxtools package) but when I select
this package, wxpython-gtk2.6 is dependent from that. I using
wxpython-gtk2.8 in Debian Lenny. When I install 2.6, this version
seems to take the control of the situation and overlaps 2.8
configuration.
I mean:
import wx
wx.version()
'2.6.x.x (gtk2-unicode)'
How can I install wxtools but keeping 2.8 as default?
wxtools version in repositories is, obvioulsy, 2.6.x.... actually is
now 2.6.3.2.2-3
Thanks a lot
···
--
Javier Castrillo
=========================================================
GNU / Linux User #242275
Hi, I'm trying to install PyCrust (wxtools package) but when I select
this package, wxpython-gtk2.6 is dependent from that. I using
wxpython-gtk2.8 in Debian Lenny. When I install 2.6, this version
seems to take the control of the situation and overlaps 2.8
configuration.
I mean:
import wx
wx.version()
'2.6.x.x (gtk2-unicode)'
How can I install wxtools but keeping 2.8 as default?
wxtools version in repositories is, obvioulsy, 2.6.x.... actually is
now 2.6.3.2.2-3
Just change your wx.pth file in the site-packages folder.
Hi, I'm trying to install PyCrust (wxtools package) but when I select
this package, wxpython-gtk2.6 is dependent from that. I using
wxpython-gtk2.8 in Debian Lenny. When I install 2.6, this version
seems to take the control of the situation and overlaps 2.8
configuration.
I mean:
import wx
wx.version()
'2.6.x.x (gtk2-unicode)'
How can I install wxtools but keeping 2.8 as default?
There should be 2.8 versions of the wxtools and wxversion packages too. And if needed, you can switch the default using Debian's update-alternatives system.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
On Sat, Jan 31, 2009 at 8:53 PM, Robin Dunn <robin@alldunn.com> wrote:
There should be 2.8 versions of the wxtools and wxversion packages too. And
if needed, you can switch the default using Debian's update-alternatives
system.
--
Javier Castrillo
=========================================================
GNU / Linux User #242275