wxversion and wxtools

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

Jabber: Riverplatense@jabberes.org
Blog: http://javiercastrillo.wordpress.com
Site: http://carapa.com.ar
Ekiga: riverplatense@ekiga.net

Usá Software Libre

Javier Castrillo wrote:

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.

See also here:
http://wiki.wxpython.org/MultiVersionInstalls

Werner

Thanks a lot. I appreciate your help

regards

···

On Thu, Jan 29, 2009 at 10:39 AM, Werner F. Bruhin <werner.bruhin@free.fr> wrote:

Just change your wx.pth file in the site-packages folder.

See also here:
MultiVersionInstalls - wxPyWiki

--
Javier Castrillo

=========================================================
GNU / Linux User #242275

Jabber: Riverplatense@jabberes.org
Blog: http://javiercastrillo.wordpress.com
Site: http://carapa.com.ar
Ekiga: riverplatense@ekiga.net

Usá Software Libre

Javier Castrillo wrote:

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!

Unfortunately, all Debian flavors have the 2.6.x version of wxtools.

http://packages.debian.org/sid/python-wxtools

Regards and thanks for your help

···

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

Jabber: Riverplatense@jabberes.org
Blog: http://javiercastrillo.wordpress.com
Site: http://carapa.com.ar
Ekiga: riverplatense@ekiga.net

Usá Software Libre