Is there currently a way to create an application bundle from Py3k script? py2app uses Carbon package and therefore, as far as I understand, cannot be ported to py3k - Carbon development was terminated.
2 Answers
1 Comment
fjarri
 Thanks, but Platypus does not work with GUI-showing scripts, and pyobjc is mac-specific, while I need some tool like py2app to create platform-specific bundles from crossplatform scripts (in my case, Python + PyQt).
  I have not checked if that's true, but cx_freeze 4.1 claims to support Python 3.1 (cx_freeze in general has long supported Mac OS X, as well as Windows and Linux, and I believe that also applies to the recent 4.1 release).
1 Comment
fjarri
 Thank you Alex, it seems to be working somehow (but not from clean installation though - needs manual patching like replacing ldd calls by otool and so on).
  
py2appand its dependencies updated for Python 3. The current version ofpy2appsupports both Python 2 and Python 3. pypi.python.org/pypi/py2app