Hi,
I had some trouble building the latest svn version (r55309). I have made some changes to the swig interface files (see attached patch) that will allow to build wxPython and run some of the samples (I've tested "simple" and "embedded" successfully). However, the STC sample will fail.
Best
Christoph
Hi,
I had some trouble building the latest svn version (r55309). I have made some changes to the swig interface files (see attached patch) that will allow to build wxPython and run some of the samples (I've tested "simple" and "embedded" successfully).
THanks. There's probably more issues than this as it's been a while since I focused on the trunk, other than merging changes from the 2.8 branch.
However, the STC sample will fail.
In what way?
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
Hi,
I had some trouble building the latest svn version (r55309). I have made some changes to the swig interface files (see attached patch) that will allow to build wxPython and run some of the samples (I've tested "simple" and "embedded" successfully).
THanks. There's probably more issues than this as it's been a while since I focused on the trunk, other than merging changes from the 2.8 branch.
However, the STC sample will fail.
In what way?
It starts with:
File
"/usr/lib/python2.5/site-packages/wx-2.9.0-gtk2-unicode/wxPython/_core.py", line 75, in <module>
wxST_DOTS_MIDDLE = wx._core.ST_DOTS_MIDDLE
AttributeError: 'module' object has no attribute 'ST_DOTS_MIDDLE'
When I removed the wrong renames in wxPython/_core.py, I ended up with some other error messages. I stopped at that point because I felt I was stupidly treating symptoms rather than the cause of the problem.
Hi,
I had some trouble building the latest svn version (r55309). I have made some changes to the swig interface files (see attached patch) that will allow to build wxPython and run some of the samples (I've tested "simple" and "embedded" successfully).
THanks. There's probably more issues than this as it's been a while since I focused on the trunk, other than merging changes from the 2.8 branch.
However, the STC sample will fail.
In what way?
It starts with:
File
"/usr/lib/python2.5/site-packages/wx-2.9.0-gtk2-unicode/wxPython/_core.py", line 75, in <module>
wxST_DOTS_MIDDLE = wx._core.ST_DOTS_MIDDLE
AttributeError: 'module' object has no attribute 'ST_DOTS_MIDDLE'
When I removed the wrong renames in wxPython/_core.py, I ended up with some other error messages. I stopped at that point because I felt I was stupidly treating symptoms rather than the cause of the problem.
You can just get rid of the wxPython package. It's going to be removed the next time I'm able to focus on the trunk for a while.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!