From: Kevin W. <sw...@wo...> - 2005-06-22 13:57:08
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 py2app is more for packaging standalone applications with all the libraries, extensions and such included. The package installer (packagemaker) creates a hierarchy of folders that mirrors the install target (main application in /Applications, frameworks in /Library/Frameworks, etc.), then installs these in the correct location on the end user's machine. I use the "build applet" method of bundlebuilder, the older way to package application bundles with MacPython, to create app bundles with PyQt libraries being installed externally. 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... Diez B. Roggisch wrote: |> Since I have been able to build PyQt against Python 2.4.1 on Tiger, is |> there any interest in an installer package for that? I could put |> together a metapackage installer that would break out the Qt bits, so |> anyone who already had Qt installed could omit that. Same for Eric3, in |> case you didn't want to install it. | | | I'm pretty new on this - how do you do such stuff? py2app? | | regards, | | Diez | | | ------------------------------------------------------- | 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 iD8DBQFCuW4vJmdQs+6YVcoRAndgAJ4j+9rEATyb4PkU7bygTo++3hEYEgCfb7aD AXhHtfrwZ50ceQO3xY6XB2I= =96lA -----END PGP SIGNATURE----- |