> On mac we use macholib but I had installed it in my python directly and
> the one from svn was not used.
>
> It should be now fixed.
That helped. Now, the tests run.
Is this acceptable?
{'failed': ['basic/test_ctypes',
'libraries/test_wx',
'libraries/test_PIL',
'libraries/test_Image'],
'passed': ['basic/test_1',
'basic/test_2',
'basic/test_5',
'basic/test_6',
'basic/test_7',
'basic/test_8',
'basic/test_9',
'basic/test_10',
'basic/test_11',
'basic/test_12',
'basic/test_13',
'basic/test_14',
'basic/test_email',
'basic/test_email2',
'basic/test_encoders',
'basic/test_f_option',
'basic/test_filename',
'libraries/test_numpy',
'import/test_zipimport',
'import/test_zipimport2',
'basic/test_celementtree',
'basic/test_chdir_meipass',
'basic/test_nestedlaunch0',
'basic/test_nestedlaunch1',
'import/test_ctypes_cdll_c',
'import/test_ctypes_cdll_c2',
'import/test_relative_import',
'import/test_relative_import2',
'import/test_relative_import3',
'basic/test_get_meipass2_value',
'basic/test_multiprocess_onefile',
'import/test_error_during_import',
'multipackage/test_multipackage1',
'multipackage/test_multipackage2',
'multipackage/test_multipackage3',
'multipackage/test_multipackage4',
'multipackage/test_multipackage5',
'basic/test_getfilesystemencoding'],
'skipped': ['libraries/test_enchant',
'libraries/test_pycrypto',
'libraries/test_sqlalchemy',
'basic/test_absolute_ld_library_path']}
Failing test summary:
basic/test_ctypes:
---------------------
-> OSError: dlopen(ctypes/testctypes.dylib, 6): no suitable image
found. Did find:
-> ctypes/testctypes.dylib: mach-o, but wrong architecture
In my shell VERSIONER_PYTHON_PREFER_32_BIT=yes, so I should be running
32 bit Python. However, it looks like the test picks up the library in
wrong architecture (64bit?)
libraries/test_wx:
---------------------
-> This program needs access to the screen.
-> Please run with 'pythonw', not 'python', and only when you are
logged
-> in on the main display of your Mac.
Is this an error in the test suite?
libraries/test_PIL:
---------------------
-> ImportError: No module named PIL
It looks like this test should be guarded not to run when 'PIL' is not
installed.
libraries/test_Image:
---------------------
-> ImportError: No module named Image
It looks like this test should be guarded not to run when 'Image' is
not installed.
---
Still working on testing on AIX.
--
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.