Using the current CVS HEAD for wxWindows / wxPython, I have created on my
Mandrake 9.1 a GTK debug build of the relevant libraries.
When I try to run the demo, it tells me that it cannot import wxc which, it
appears is not being created by setup.py (and indeed there is no wxc.py files
to be found.
Can someone tell me how I can create wxc so I can run the (seemingly many)
programs that require it.
Using the current CVS HEAD for wxWindows / wxPython, I have created on my
Mandrake 9.1 a GTK debug build of the relevant libraries.
When I try to run the demo, it tells me that it cannot import wxc which, it
appears is not being created by setup.py (and indeed there is no wxc.py files
to be found.
Can someone tell me how I can create wxc so I can run the (seemingly many)
programs that require it.
You are building a new set of the extension modules but appear to be using an old set of the .py files (which import wxc, the old name of the core extension.)
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
It is amazing what one can do when using the --force keyword
I went back to your previous announcements on 2.5 changes and reading partly
between the lines I think I see where you mooted this change but I think you
need to make it a lot clearer as at least two package producers who frequent
this list were unaware of it (I better not out them LOL)
In trying to figure it out, I turned on just about all the wxWindows options
and as a result got this:
On Tue, 18 Nov 2003 19:31:19 -0800 Robin Dunn <robin@alldunn.com> wrote:
You are building a new set of the extension modules but appear to be
using an old set of the .py files (which import wxc, the old name of the
core extension.)