Re: [Pythonmac-SIG] Help with Py2app

2012-05-08 Thread Charlie Clark
Am 30.04.2012, 23:16 Uhr, schrieb Chris Barker : I'm now getting the same error as when running the original setup.py raise TypeError("Don't know how to handle '%s'" % repr(src)) TypeError: Don't know how to handle ''/Users/charlieclark/Sites/LinkChecker/linkchecker-gui'' what is link-check

Re: [Pythonmac-SIG] Help with Py2app

2012-05-02 Thread Charlie Clark
Am 30.04.2012, 23:16 Uhr, schrieb Chris Barker : (dont' forget to include pythonmac-sig -- it's not doen with a standard reply.) Sorry, I forgot. On Mon, Apr 30, 2012 at 2:07 PM, Charlie Clark wrote: That's a setuptools (or distribute) feature, and should be in the primary setup.py that

Re: [Pythonmac-SIG] Help with Py2app

2012-04-30 Thread Chris Barker
(dont' forget to include pythonmac-sig -- it's not doen with a standard reply.) On Mon, Apr 30, 2012 at 2:07 PM, Charlie Clark wrote: >> That's a setuptools (or distribute) feature, and should be in the >> primary setup.py that the main developer uses on other platforms. > > Well, where should i

Re: [Pythonmac-SIG] Help with Py2app

2012-04-30 Thread Charlie Clark
Am 30.04.2012, 20:08 Uhr, schrieb Chris Barker : I'd go farther with this... I don't know that py2app reslies on setuptools for anything. Maybe it doesn't but I got an error when I moved the relevant part of setup.py over to a new file generated by py2applet. It was complaining about the

Re: [Pythonmac-SIG] Help with Py2app

2012-04-30 Thread Chris Barker
On Mon, Apr 30, 2012 at 10:20 AM, Charlie Clark >>> tried to break out the py2app part into a separate script. I'd go farther with this... >> I don't know that py2app reslies on setuptools for anything. > > Maybe it doesn't but I got an error when I moved the relevant part of > setup.py over to

Re: [Pythonmac-SIG] Help with Py2app

2012-04-30 Thread Charlie Clark
Am 30.04.2012, 18:59 Uhr, schrieb Chris Barker : darn... Yeah, well I least I bumped the MacPorts port and that works like a charm. It'll even give you DMG if you ask nicely. Unfortunately the DMG contains symlinks to the libraries and binaries so it isn't redistributable. I am hoping t

Re: [Pythonmac-SIG] Help with Py2app

2012-04-30 Thread Chris Barker
On Mon, Apr 30, 2012 at 4:26 AM, Charlie Clark > I'm trying to update the setup script for the LinkChecker project > http://linkchecker.sourceforge.net/ because it no longer builds the app and > does not work reliably in a virtualenv. darn... > I am hoping to build a standalone > app and package

[Pythonmac-SIG] Help with Py2app

2012-04-30 Thread Charlie Clark
Hi, I'm trying to update the setup script for the LinkChecker project http://linkchecker.sourceforge.net/ because it no longer builds the app and does not work reliably in a virtualenv. I am hoping to build a standalone app and package it as a DMG as the project author no longer has acces

[Pythonmac-SIG] Help with py2app-- not including PyQT?

2007-08-29 Thread Reuben Avery
Title: Help with py2app-- not including PyQT?  Hello Python folks.. Newbie question big time here.. Sorry!  But I would appreciate any tips I was trying to use py2app  to create a standalone of a Python app that uses PyQt.   It seems after packaging that the app can no longer find Qt: $ pyth