desperately looking for a howto on running my wxPython app on Vista
Gabriel Genellina
gagsl-py2 at yahoo.com.ar
Tue Apr 28 13:39:02 EDT 2009
En Tue, 28 Apr 2009 07:10:13 -0300, Paul Sijben <paul.sijben at xs4all.nl>
escribió:
> python 2.6, py2exe and Vista do not make a happy set.
>
> Unfortunately I am in dire need to launch my app not only on WinXP but
> also on Vista. I need 2.6 because of a number of support packages I am
> using and some of which I am compiling myself (and python 2.5 needs a
> version of visual studio that is no longer available.)
>
> I can find all kinds of advice and discussions with google but I have
> yet to find a clear explanation on what a poor developer like me is
> supposed to do to get my python 2.6.2 , stackless, wxpython and all my
> (self-built) pyds to work happily on Vista.
>
> 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.
> Can someone please point me to a howto on crafting the right Setup.py
> and manifests etc. to make this work?
If you're using 2.6.1, try again with 2.6.2 and post the specific error
you get.
--
Gabriel Genellina
More information about the Python-list
mailing list