[Pythonmac-SIG] Help with Py2app

Charlie Clark charlie.clark at clark-consulting.eu
Tue May 8 16:47:32 CEST 2012


Am 30.04.2012, 23:16 Uhr, schrieb Chris Barker <chris.barker at noaa.gov>:

>> 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-checker-gui ?
> from that error, it looks like neither a module (clearly not - it's
> not called *.py) or a package (would be a directory).
> Also, it's in your home dir -- so why is it getting found by modulegraph?
>
>> At least I've got it pointing at the right script. So it can't resolve  
>> the
>> dependencies?
> that looks like something else than not finding a dependency.

FWIW I seem to have got this working now - simply renaming the target  
scripts "linkchecker" and "linkchecker-gui" to include the .py extension  
lets them build properly. Have to see how to work this into the project.

Charlie
-- 
Charlie Clark
Managing Director
Clark Consulting & Research
German Office
Kronenstr. 27a
Düsseldorf
D- 40217
Tel: +49-211-600-3657
Mobile: +49-178-782-6226


More information about the Pythonmac-SIG mailing list