-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
To pick up the correct name of your program, the script(s) need to be
run from inside an application bundle.
Theer are two ways to create Python app bundles. If you want to deploy a
standalone application with all the PyQt bits included, use py2app:
http://undefined.org/python/py2app.html
The drawback of this method is that it creates huge downloads (25
megabytes or more), but everything is there.
If, for some reason, you are targeting a platform where all the required
libraries are included (as wxPython is included in Tiger), use the
"applet" method:
http://www.wordtech-software.com/python-applet-tutorial.html
This is the method I use to package Eric3, which comes with PyQt-Mac. It
creates much smaller application packages.
Hope this helps.
Cheers,
Kevin Walzer, PhD
WordTech Software--Open Source Applications and Packages for OS X
http://www.wordtech-software.com
http://www.kevin-walzer.com
http://www.smallbizmac.com.
mailto:sw...@wo...
Peter Nye wrote:
| Does anyone know how to get the Application Menu to say "MyProgram"
| instead of "Python"? (Also, "Hide MyProgram", etc.).
|
| Thanks in advance!
|
| -- Peter Nye
|
|
| -------------------------------------------------------
| SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
| from IBM. Find simple to follow Roadmaps, straightforward articles,
| informative Webcasts and more! Get everything you need to get up to
| speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
| _______________________________________________
| Pyqt-mac-list mailing list
| Pyq...@li...
| https://lists.sourceforge.net/lists/listinfo/pyqt-mac-list
|
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCsGhGJmdQs+6YVcoRApiWAJ9uMB7GsljCygIMboW+THgE5qK/pwCeLsah
ca5otj7vemZMyQ3z9g8DXRc=
=U3tP
-----END PGP SIGNATURE-----
|