pyinstaller / pyinstaller

Freeze (package) Python programs into stand-alone executables
http://www.pyinstaller.org
Other
11.89k stars 1.94k forks source link

buildtests failing on Mac OSX Lion #393

Closed matysek closed 10 years ago

matysek commented 10 years ago

Original date: 2011/07/29

when trying to run buildtests on Lion I get mostly following error:

#################### EXECUTING TEST basic/test_ctypes ####################

RUNNING: dist/test_ctypes/test_ctypes.exe
mod is NULL - osTraceback (most recent call last):
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/os.py", line 49, in <module>
    import posixpath as path
ImportError: No module named posixpath
mod is NULL - archiveTraceback (most recent call last):
  File "../PyInstaller/archive.py", line 45, in <module>
ImportError: No module named os
Traceback (most recent call last):
  File "<string>", line 25, in <module>
ImportError: No module named archive
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! TEST basic/test_ctypes FAILED !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
pyinstaller-tickets-migration commented 10 years ago

Original date: 2011/07/30 Original reporter: matthub

It also happens on Leopard with the latest trunk (tried to build openlp)

matysek commented 10 years ago

Original date: 2011/07/31

I tested different versions and the bug was intrcoduced in r1536.

matysek commented 10 years ago

Original date: 2011/07/31

Fixed in r1553.