Comments you submit will be routed for moderation. If you have an account, please log in first.
Modify

Ticket #531 (new defect)

Opened 15 months ago

Last modified 15 months ago

Psutil causing ImportError

Reported by: Ystah Owned by: matysek
Priority: normal Milestone:
Component: PyInstaller Version: 1.5.1
Severity: critical Keywords: psutil win32
Cc:

Description

I packaged the program in Windows 7 32bits, run ok. When I try to run it in a fresh other machine(WinXP 32bits, in this case), it causes it:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Python26\PyInstaller\iu.py", line 436, in importHook
  File "C:\Python26\PyInstaller\iu.py", line 521, in doimport
  File "prompt\build\pyi.win32\prompt\outPYZ1.pyz/psutil", line 68, in <module>
  File "C:\Python26\PyInstaller\iu.py", line 436, in importHook
  File "C:\Python26\PyInstaller\iu.py", line 521, in doimport
  File "prompt\build\pyi.win32\prompt\outPYZ1.pyz/psutil._psmswindows", line 16, in <module>
  File "C:\Python26\PyInstaller\iu.py", line 436, in importHook
  File "C:\Python26\PyInstaller\iu.py", line 505, in doimport
  File "C:\Python26\PyInstaller\iu.py", line 297, in getmod
  File "C:\Python26\PyInstaller\iu.py", line 109, in getmod
ImportError: DLL load failed: The specified procedure could not be found.

Python version: 2.6.4 PyInstaller? version: 1.5.1 Psutil 0.4.1 Sorry for bad formatting and bad english.

Attachments

Change History

comment:1 Changed 15 months ago by matysek

  • Milestone PyInstaller 1.5.2 deleted
View

Add a comment

Modify Ticket

Action
as new
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.