Hello Chris,
I just did the same thing however with only a pure python program with
py2app, however I expect the process to be the same or similar at
least. With this it was a single enclosed app with no additional
installs.
What i did to make it work was the following.
1) I removed all o
of appscrip and did python setup.py develop
and somehow it worked.. I must have done things out of the wrong order
or had something messed up with the easy_install.pth file or something.
Just to follow up and let people know.
Joe Losco
On Aug 30, 2008, at 1:33 PM, Joseph W. Losco wrote:
Hey
Hey all,
I have an app that I've been trying to compile / bundle with py2app
for a little while now. I have been having some trouble and I did a
little research online and learned that py2app can't bundle egg files,
except I thought I saw somewhere that the SVN version can.. So I've
tried