On Apr 29, 4:17 am, Paul Sijben <paul.sij...@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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to