Bundling Python on Mac

B

Benjamin

Hello, I'm writing a Python/PyQt application. For my Mac distribution.
I would like to include all the needed libraries in the Mac bundle.
How should I go about doing this?
 
D

Diez B. Roggisch

Benjamin said:
Hello, I'm writing a Python/PyQt application. For my Mac distribution.
I would like to include all the needed libraries in the Mac bundle.
How should I go about doing this?

The py2app distutils extension should do that for you. It works flawless
for PyObjc-apps for me - it _should_ do so for Qt as well, but I have to
admit that it sometimes had errors related to Qt when creating bundles -
so maybe you need to tweak the support a bit.

Diez
 
B

Benjamin

The py2app distutils extension should do that for you. It works flawless
for PyObjc-apps for me - it _should_ do so for Qt as well, but I have to
admit that it sometimes had errors related to Qt when creating bundles -
so maybe you need to tweak the support a bit.
Does it bundle the Python library with it, so there are no (excepting
system) dependencies?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top