Packaging modules with Bundlebuilder

D

DLitgo

Hello everyone,

I'm curious about creating .app files for the mac using bundlebuilder
(or py2app or even py2exe). I'm just about done creating a GUI for a
little set of scripts which basically perform batch image editing.

If I send this app to friends and family will they be able to use it?
Or would they have to download PIL (which the app uses). I guess what
I'm asking, does PIL get bundled into the app? I obviously wouldn't
want them to have to download anything as that would be embarrassing
to me :D
 
D

Diez B. Roggisch

DLitgo said:
Hello everyone,

I'm curious about creating .app files for the mac using bundlebuilder
(or py2app or even py2exe). I'm just about done creating a GUI for a
little set of scripts which basically perform batch image editing.

If I send this app to friends and family will they be able to use it?
Or would they have to download PIL (which the app uses). I guess what
I'm asking, does PIL get bundled into the app? I obviously wouldn't
want them to have to download anything as that would be embarrassing
to me :D


I never bundled PIL myself, but py2app at least comes with a recipe for
it - which means that it should be included into the distribution.

And that should be self-contained, including even the python interpreter.


So friends and family ought to be safe.

Diez
 
D

DLitgo

I never bundled PIL myself, but py2app at least comes with a recipe for
it - which means that it should be included into the distribution.

And that should be self-contained, including even the python interpreter.

So friends and family ought to be safe.

Diez

Okay cool, thanks for the reply!
 
M

Mike Driscoll

Hello everyone,

I'm curious about creating .app files for the mac using bundlebuilder
(or py2app or even py2exe). I'm just about done creating a GUI for a
little set of scripts which basically perform batch image editing.

If I send this app to friends and family will they be able to use it?
Or would they have to download PIL (which the app uses). I guess what
I'm asking, does PIL get bundled into the app? I obviously wouldn't
want them to have to download anything as that would be embarrassing
to me :D

I'm pretty sure that PIL will get bundled in if you use py2app. I know
py2exe bundles everything needed for Windows binaries. I actually use
GUI2Exe to bundle my applications. It's a nice GUI to py2exe, py2app
and several other packagers. You can get it here: http://code.google.com/p/gui2exe/

Note that I do not have a Mac and thus, have not used py2app...see
their docs for complete info.

Mike
 

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,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top