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
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
(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
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
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
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
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
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
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