I try to use wxPython in a C++ program that embeds Python.
a small python script works when run by python.exe but the wxPython import
fails when run by the embedded python. I think both are python 2.0 .
Anyone know whta else might be causing this?
TO be sure run your program under DependencyWalker
(http://www.dependencywalker.com/) and see what is being loaded from where.
My guess is that wxc.pyd isn't able to load the wxwindows DLL for some
reason. Does your app link with the same wx DLL that wxPython does?
···
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!