My Powerbook G4 is getting rather long-in-the-tooth. It's display is
starting to act up, so I think I'm going to buy a new Mac something in the
fairly near future, but I'm not yet sure what. To that end, I've started a
table of pystone numbers for Macs on the Python wiki:
http://wiki.python
Hi,
I know that py2app automatically includes dependency modules which my
main script needs.
My application has some loadable python modules which, I need py2app
to figure out and include their dependency modules.
I have tried specifying them as
setup_options['options']['py2app']['includes'] = [
No, it bundles a python binary along with your source in a .app package.
Regards,
Kenneth Miller
On Jan 19, 2008, at 4:55 PM, Charles Hartman <[EMAIL PROTECTED]
> wrote:
Thank you very much. Doesn't that depend on whatever Python is built-
in on the end-user's machine? I'd have to do some te
Check out py2applet, I use it all the time.
Regards,
Kenneth Miller
On Jan 19, 2008 1:40 PM, Charles Hartman <[EMAIL PROTECTED]>
wrote:
> I mean *really* simple: I've been away from Python programming for a
> couple of years, and I've just gotten a query about an old open-source
> program posted
I mean *really* simple: I've been away from Python programming for a
couple of years, and I've just gotten a query about an old open-source
program posted on my website. I may have a fix for the problem the
user encountered, at least when I run from inside the Wing IDE.
My question is, what