Hi, I have created an app that works flawless under python 2.6 in windows. i can create and exe file with pyinstaller without any problems in the log (what i can see of)
but when i move my exe to another computer i get the following error: C:\Program Files\op5 nagstamon>nagstamon.exe Found embedded PKG: C:\Program Files\op5 nagstamon\nagstamon.exe Extracting binaries manifestpath: C:\Program Files\op5 nagstamon\nagstamon.exe.manifest Activation context created Activation context activated C:\Program Files\op5 nagstamon\python27.dll Manipulating evironment PYTHONPATH=C:/Program Files/op5 nagstamon importing modules from CArchive extracted iu extracted struct extracted archive Installing import hooks outPYZ1.pyz Running scripts Traceback (most recent call last): File "<string>", line 24, in <module> File "C:\Users\mattiasr\Desktop\pyinstaller-1.5-rc1\iu.py", line 436, in importHook File "C:\Users\mattiasr\Desktop\pyinstaller-1.5-rc1\iu.py", line 521, in doimport File "C:\nagstamon\build\pyi.win32\nagstamon\outPYZ1.pyz/gtk", line 40, in <module> File "C:\Users\mattiasr\Desktop\pyinstaller-1.5-rc1\iu.py", line 477, in importHook File "C:\Users\mattiasr\Desktop\pyinstaller-1.5-rc1\iu.py", line 495, in doimport File "C:\Users\mattiasr\Desktop\pyinstaller-1.5-rc1\iu.py", line 297, in getmod File "C:\Users\mattiasr\Desktop\pyinstaller-1.5-rc1\archive.py", line 468, in getmod File "C:\Users\mattiasr\Desktop\pyinstaller-1.5-rc1\iu.py", line 109, in getmod ImportError: DLL load failed: The specified procedure could not be found. RC: -1 from nagstamon OK. Just tell me what more info you need and ill provide it to you. Best Regards Mattias Ryrlén -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
