Hi all,
Robin knows I've been working to get wxPython working with wxX11. The idea
is that wxX11 should be nearly identical to wxEmbedded (both use wxUniversal
for widget rendering) which is my ultimate goal. I've been able to produce
the needed binaries, but I'm still having problems. The wxWindows demos
work, but wxPython fails to start up. Python starts and the imports start
happening, then I get an ImportError that wxEntryStart (a function in
app.cpp) cannot be found. I have verified that it exists in a library being
loaded, but I can't get it to work. Robin suggested checking the function
declaration, and they are indeed different, (int argc, char **argv) vs (int
argc, char *argv[]) but I fixed that, recompiled both wxWindows and
wxPython. It is looking for that function in wxc.so, but I know it to be in
libwx_x11univ-2.4.so.
If anyone can assist, I'd appreciate it!
Thanks,
J