From: Rajesh S. <raj...@gm...> - 2006-02-27 11:22:50
|
Hi, I am new to python and python card. I recently finished a project involving both and made an executable with py2exe. This is the list of dlls that py2exe did not copy: OLEAUT32.dll - C:\WINDOWS\System32\OLEAUT32.dll USER32.dll - C:\WINDOWS\System32\USER32.dll SHELL32.dll - C:\WINDOWS\System32\SHELL32.dll ole32.dll - C:\WINDOWS\System32\ole32.dll WINMM.dll - C:\WINDOWS\System32\WINMM.dll WSOCK32.dll - C:\WINDOWS\System32\WSOCK32.dll COMCTL32.dll - C:\WINDOWS\System32\COMCTL32.dll ADVAPI32.dll - C:\WINDOWS\System32\ADVAPI32.dll WS2_32.dll - C:\WINDOWS\System32\WS2_32.dll GDI32.dll - C:\WINDOWS\System32\GDI32.dll KERNEL32.dll - C:\WINDOWS\System32\KERNEL32.dll comdlg32.dll - C:\WINDOWS\System32\comdlg32.dll RPCRT4.dll - C:\WINDOWS\System32\RPCRT4.dll When I place the app on a thumb drive, the app will not work. Is there a wa= y around this? Thank You. |