On 6/28/2011 7:56 AM, Martin Zibricky wrote:
Stefan Lisowski píše v Čt 23. 06. 2011 v 23:49 -0400:
any ideas anyone? something I need to do to make sure a compatible wx
is
really packed in there?
What is your pyinstaller version? 1.5 or svn?
1.5
Could you please try to run buildtests on your mac?
./buildtests/runtests.py
#################### FINISHING TEST test_getfilesystemencoding
####################
{'failed': ['test-wx', 'test-zipimport2'],
'passed': ['test1',
'test2',
'test5',
'test6',
'test7',
'test8',
'test9',
'test10',
'test11',
'test12',
'test13',
'test14',
'test15',
'test-email',
'test-numpy',
'test-encoders',
'test_f_option',
'test_filename',
'test-zipimport1',
'test-celementtree',
'test-ctypes-cdll-c',
'test-nestedlaunch0',
'test-nestedlaunch1',
'test-ctypes-cdll-c2',
'test-relative-import',
'test-relative-import2',
'test-relative-import3',
'test_error_during_import',
'test_getfilesystemencoding'],
'skipped': ['test-pycrypto']}
Hm.... test-wx failing here is clearly an issue!
and trying interactive tests?
./buildtests/runtests.py -i
{'failed': ['test-wx_i', 'test-pyqt4_i', 'test-matplotlib_i'],
'passed': ['test4i', 'test-tkinter_i'],
'skipped': []}
Does the wx test fail? Does the binary from wx test work on another mac
box?
Yes
What all files are in the 'dist' folder with the build of your app?
$ ls -l dist
total 78616
-rwxrwxrwx 1 stefan stefan 40247478 Jun 3 2010 client*
How did you install wxpython? Any installer for Mac? Macports? compiled
yourself?
Compiled myself if I recall correctly.
The application does work fine if I run it outside of PyInstaller, or if
I run it on this machine, or another machine. So, clearly wx _is_
working, just not with pyinstaller...
I guess I need to resolve why the test-wx fails. Is there an easy way to
run that test individually?
- Stefan
--
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.