Hi,
I'm trying to package up an app under OSX 10.6 (MacBook with Intel Duo) with
py2app. The application uses the external modules: vtk, numpy, Pmw.
When I try to package it up, I get the following error:
...lots of output...
Copying
/Library/Python/2.6/site-packages/numpy-1.4.1-py2.6-macosx-1
Hi,
I've hit a problem trying to package up an application using py2app (this is on
OSX 10.6). This is using the latest version of py2app as installed with
easy_install.
My setup.py file lives in the top-level directory of the project directory
(i.e. it's in the same directory as the python co