On Dec 30, 2004, at 7:31 PM, Chris Barker wrote:
Bob Ippolito wrote:
py2app is not a package, it's just a directory pointed to by a pth.
but couldn't be? I why isn't it in site-packages anyway? Though I
imagine you have a good reason, I'd like to know what it is. The whole
pth thing seems kind of
Bob Ippolito wrote:
My first question was:
"where the heck is /purelib ?"
That's an artifact of how the distutils install command compiles .py
files under bdist_mpkg, eventually I'll fix that.
Thanks. It made the error confusing enough that it took me a while to
figure out what was going on.
So,
On Dec 30, 2004, at 5:25 PM, Chris Barker wrote:
I just installed Py2App with the installer, but when I tried to use it
I got:
Traceback (most recent call last):
File "setup.py", line 21, in ?
import py2app
File "/purelib/py2app/py2app/__init__.py", line 33, in ?
File "/purelib/py2app/p