wx.aui seems to be missing, wxdemos, too.
I don't have time to chase this. I am not even sure if a bug report is
best filed with Debian or Ubuntu.
Has anyone done a straight install into /usr/local? How hard was it?
Randolph
wx.aui seems to be missing, wxdemos, too.
I don't have time to chase this. I am not even sure if a bug report is
best filed with Debian or Ubuntu.
Has anyone done a straight install into /usr/local? How hard was it?
Randolph
wx.aui seems to be missing, wxdemos, too.
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 9.10
Release: 9.10
Codename: karmic
$ python
Python 2.6.4 (r264:75706, Oct 29 2009, 15:38:25)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> import wx.aui
>>> wx.version()
'2.8.10.1 (gtk2-unicode)'
>>>
The wx.aui module seems to be there for me. Last I checked the demos are in the wx2.8-examples package, although you can download the wxPython demo and samples in their own tarball from wxPython.org. Do you have the 2.8 version of the packages installed?
I don't have time to chase this. I am not even sure if a bug report is
best filed with Debian or Ubuntu.
Ubuntu has their own version of the wx packages, so file it there if you have a real problem.
On 11/8/09 2:17 PM, R Fritz wrote:
--
Robin Dunn
Software Craftsman
I removed the parallel wx 2.6 installation and abruptly it started
working. Unfortunately, that took svn-workbench with it, bah! When I
reinstalled svn-workbench, the problem came back.
Oh, well. There are other svn clients.
Randolph
On Nov 8, 7:26 pm, Robin Dunn <ro...@alldunn.com> wrote:
On 11/8/09 2:17 PM, R Fritz wrote:
> wx.aui seems to be missing, wxdemos, too.
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 9.10
Release: 9.10
Codename: karmic$ python
Python 2.6.4 (r264:75706, Oct 29 2009, 15:38:25)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> import wx.aui
>>> wx.version()
'2.8.10.1 (gtk2-unicode)'
>>>The wx.aui module seems to be there for me. Last I checked the demos
are in the wx2.8-examples package, although you can download the
wxPython demo and samples in their own tarball from wxPython.org. Do
you have the 2.8 version of the packages installed?> I don't have time to chase this. I am not even sure if a bug report is
> best filed with Debian or Ubuntu.Ubuntu has their own version of the wx packages, so file it there if you
have a real problem.--
Robin Dunn
Software Craftsmanhttp://wxPython.org
You can make 2.8 be the default used when "import wx" is done, and then if svn-workbench correctly uses wxversion to select 2.6 then it should still work too. If .deb's are still working as originally designed then whichever version of the python-wxversion package is installed should indicate the default wxPython package, or you can also use update-alternatives to switch between them, although I don't remember details.
On 11/9/09 12:44 PM, R Fritz wrote:
I removed the parallel wx 2.6 installation and abruptly it started
working. Unfortunately, that took svn-workbench with it, bah! When I
reinstalled svn-workbench, the problem came back.
--
Robin Dunn
Software Craftsman