After getting too many compile-errors with wxwindows 2.5.0 i tried wxPythonSrc-2.4.2.4.tar.gz.
This worked on my system.
There is no SWIG-source in the tarball.
Which version of swig do i have to use?
Uwe
After getting too many compile-errors with wxwindows 2.5.0 i tried wxPythonSrc-2.4.2.4.tar.gz.
This worked on my system.
There is no SWIG-source in the tarball.
Which version of swig do i have to use?
Uwe
Hi Uwe,
You'd have to download the CVS version and copy the wxPython/wxSWIG folder into your wxPythonSrc tree. Or you can do a CVS checkout specifying -r WX_2_4_BRANCH to get the latest 2.4 sources from CVS.
Kevin
On Nov 23, 2003, at 3:39 PM, Uwe Grauer wrote:
After getting too many compile-errors with wxwindows 2.5.0 i tried wxPythonSrc-2.4.2.4.tar.gz.
This worked on my system.
There is no SWIG-source in the tarball.
Which version of swig do i have to use?Uwe
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-dev-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-dev-help@lists.wxwindows.org
Kevin Ollivier wrote:
Hi Uwe,
You'd have to download the CVS version and copy the wxPython/wxSWIG folder into your wxPythonSrc tree. Or you can do a CVS checkout specifying -r WX_2_4_BRANCH to get the latest 2.4 sources from CVS.
Actually, it's been removed from the CVS HEAD (2.5) and so it wont be in the CVS snapshots any longer. You'll have to get it from the WX_2_4_BRANCH branch of CVS.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!