Re: [Pythonmac-SIG] Using Appscript in my application, how to include it in the bundle?

2008-09-03 Thread Joseph W. Losco
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

Re: [Pythonmac-SIG] Py2App and Appscript / wxPython

2008-09-01 Thread Joseph W. Losco
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

[Pythonmac-SIG] Py2App and Appscript / wxPython

2008-08-30 Thread Joseph W. Losco
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