-python22.dll : No such file or directory.
Michel Van den Bergh
vdbergh at luc.ac.be
Sun May 4 15:59:44 EDT 2003
More information about the Python-list mailing list
Sun May 4 15:59:44 EDT 2003
- Previous message (by thread): -python22.dll : No such file or directory.
- Next message (by thread): Win32service.EnumServicesStatus
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Problem solved. I had a bad libpython22.a which for some unknown reason referred to -python22.dll instead off to python22.dll. So the problem had nothing to do with py2exe after all. <rant> Why is libpythonxx.a not included in the standard python distribution (or at least a download on www.python.org)??? It would make life soo much easier. </rant> Regards, Michel Michel Van den Bergh wrote: > Hello, > > I am trying to build a standalone application with py2exe 0.3.3 under > python 2.2 using cygwin > (but *not* the cygwin python, just the regular one from > www.python.org). Unfortunately at the point > > "Resolving binary dependencies" > > py2exe give the error -python22.dll : No such file or directory. > > My python is working correctly and the python22 dll is in my PATH > variable. > > Any idea what it could mean or for a work around? > > This error did not occur with 0.3.1 but that version turned out to be > incapable of finding my C extension module. > > Best regards (and I am sure that py2exe will be great once I get it > working...) > Michel > >
- Previous message (by thread): -python22.dll : No such file or directory.
- Next message (by thread): Win32service.EnumServicesStatus
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list