I have just tried to create a .dmg package in Mac of a project that uses PyQt, but it failed
Lions-Mac:Platex User$ sudo /Library/Frameworks/Python.framework/Versions/Current/bin/python setup.py bdist_dmg ..... (full log at http://pastebin.com/166Umc4T ) copying /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/Qt.so -> build/exe.macosx-10.6-intel-2.7/PyQt4.Qt.so copying /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/QtCore.so -> build/exe.macosx-10.6-intel-2.7/PyQt4.QtCore.so copying QtCore.framework/Versions/4/QtCore -> build/exe.macosx-10.6-intel-2.7/QtCore error: QtCore.framework/Versions/4/QtCore: No such file or directory I think it fails because it tries to get the file from QtCore.framework/Versions/4/QtCore when it should be /Library/Frameworks/QtCore.framework/Versions/4/QtCore I have installed the current trunk version at the repository, but I did it over the 4.2.3 version I had already installed (which failed exactly the same) so I don't if it went correctly. Anyway I can tell which version I have? -- Greets. Santiago Reig ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
