This probably has the simplest solution ever, but how do you run a
python file from another python program? I've tried import, but that
doesn't work because the thing has to be completely independent. All
I want to do is split up my file into multiple files, but I can't
find a command jus
On Mar 21, 2007, at 5:30 AM, Nehemiah Dacres wrote:
Following the examples http://developer.apple.com/cocoa/pyobjc.html
as well as using PyObjC 1.4 installer for (Universal) Python 2.4 on
Mac OS X 10.4 I have got an error message that Xcode cannot find
py2app. There is a thread on this t
Dear Fellow Macppl,
I've googled this problem, and other people have had it but no one
has solved it. I've been developing Python/Cocoa apps for a little
while, (I'm still bad at it) using the terminal 'python setup.py
py2app' build sequence, but I'm making a document based application
no