Py2exe for 2.3 also copies python22.dll

Brad Clements bkc at murkworks.com
Mon Aug 18 15:40:16 EDT 2003


Here's a "screen shot" I'm running

python setup.py -d c:\temp\rose s UMXService

I have python 2.2 installed, and 2.3. 2.3 is the 'default' for .py files but it seems that 
py2exe's setup copies pythonxx.dll from system32, rather than picking the specific 
version that's needed


<snip>
adding 'Scripts.py2exe\support.py'
warning: py2exe: could not parse version number ''
  No VersionInfo will be created
copying d:\python23\DLLs\_sre.pyd -> c:\temp\rose\UMXWIN32SVC
copying C:\WINNT\System32\PyWinTypes23.dll -> c:\temp\rose\UMXWIN32SVC
copying C:\WINNT\System32\python23.dll -> c:\temp\rose\UMXWIN32SVC
copying D:\Python23\lib\site-packages\win32\perfmon.pyd -> c:\temp\rose\UMXWIN32SVC
copying D:\Python23\lib\site-packages\win32\win32api.pyd -> c:\temp\rose\UMXWIN32SVC
copying C:\WINNT\System32\python22.dll -> c:\temp\rose\UMXWIN32SVC
copying D:\Python23\lib\site-packages\win32\win32service.pyd -> c:\temp\rose\UMXWIN32SVC
copying D:\Python23\lib\site-packages\win32\win32event.pyd -> c:\temp\rose\UMXWIN32SVC

<snip>

-- 
Brad Clements,                bkc at murkworks.com   (315)268-1000
http://www.murkworks.com                          (315)268-9812 Fax
http://www.wecanstopspam.org/                   AOL-IM: BKClements






More information about the Python-list mailing list