Hi Anthony,
I am trying to freeze my PySide application on mac and I see following
error. I don't see the file 'libpyside.1.0.dylib' on my whole
computer. Not sure where it is getting that pointer from. I did follow
the workaround for ldd as mentioned here
http://www.mail-archive.com/[email protected]/msg00473.html
no help.
Could you please let me know what is kicking this dylib requirement.
thanks
-Srini
Missing modules:
? _md5 imported from hashlib
? _sha imported from hashlib
? _sha256 imported from hashlib
? _sha512 imported from hashlib
? netbios imported from uuid
? win32wnet imported from uuid
copying /Library/Python/2.6/site-packages/Crypto/Cipher/AES.so ->
dist/Crypto.Cipher.AES.so
copying /Library/Python/2.6/site-packages/PySide/QtCore.so ->
dist/PySide.QtCore.so
copying libpyside.1.0.dylib -> dist/libpyside.1.0.dylib
Traceback (most recent call last):
File "/usr/local/bin/cxfreeze", line 5, in <module>
main()
File "/Library/Python/2.6/site-packages/cx_Freeze/main.py", line 188, in main
freezer.Freeze()
File "/Library/Python/2.6/site-packages/cx_Freeze/freezer.py", line
453, in Freeze
self._FreezeExecutable(executable)
File "/Library/Python/2.6/site-packages/cx_Freeze/freezer.py", line
154, in _FreezeExecutable
exe.copyDependentFiles, scriptModule)
File "/Library/Python/2.6/site-packages/cx_Freeze/freezer.py", line
438, in _WriteModules
self._CopyFile(module.file, target, copyDependentFiles)
File "/Library/Python/2.6/site-packages/cx_Freeze/freezer.py", line
113, in _CopyFile
self._CopyFile(source, target, copyDependentFiles)
File "/Library/Python/2.6/site-packages/cx_Freeze/freezer.py", line
105, in _CopyFile
shutil.copyfile(source, target)
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/shutil.py",
line 52, in copyfile
fsrc = open(src, 'rb')
IOError: [Errno 2] No such file or directory: 'libpyside.1.0.dylib'
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
cx-freeze-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users