[PEAK] Packaging peak apps
Phillip J. Eby
pje at telecommunity.com
Wed Sep 8 11:27:27 EDT 2004
At 09:25 AM 9/8/04 +0200, Roché Compaan wrote:
>C:\integrator\dist>run
>Traceback (most recent call last):
> File "run.py", line 2, in ?
> File "peak\running\commands.pyc", line 4, in ?
> File "peak\running\interfaces.pyc", line 3, in ?
>ImportError: No module named interfaces
>
>I'm not so sure it is just due to a bug in reload. py2exe puts everything
>in library.zip and sets sys.path to library.zip. So I thought I could fool
>it and unzip the content of library.zip to a directory named library.zip
>and it looks like it worked - my script runs. But, it still fails with the
>above error.
Is there a peak\binding\interfaces.pyc in your library.zip directory? If
not, then the front-end packaging mechanism for py2exe isn't detecting that
it's needed.
More information about the PEAK
mailing list