desperately looking for a howto on running my wxPython app on Vista

Mike Driscoll kyosohma at gmail.com
Wed Apr 29 15:11:04 EDT 2009


On Apr 29, 4:17 am, Paul Sijben <paul.sij... at xs4all.nl> wrote:
> Gabriel Genellina wrote:
> >> I am currently stuck on the infamous R6034 error but I understand that
> >> after that there may be another issue with certain wxPython functions.
>
> > That should be fixed in Python 2.6.2, I think.
> > Are you compiling all your dependencies, including Python itself? R6034
> > is likely a DLL mismatch between parts of your project.
>
> I am using 2.6.2 and am compiling only my own changed modules. For all
> the other support modules I have taken the most recent ones (win32,
> wxpython)
>
> Is there any way to check which is the offending pyd/dll?  (normally
> Vista does not give out much data on what went wrong)
>
> Paul

You might be able to find it using the Dependency Walker utility:

http://www.dependencywalker.com/

- Mike



More information about the Python-list mailing list