Re: [Pythonmac-SIG] py2app and missed modules

2008-06-03 Thread xld00d
Massimo Di Stefano wrote: > > i'm tring for the first time to use py2app :-) > i need to create a .app > > [snip] > > ImportError: No module named pytz.zoneinfo > > /System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/ > python/modulegraph/modulegraph.py(444)load_tail() > ->

[Pythonmac-SIG] py2app and missed modules

2008-05-18 Thread Massimo Di Stefano
Hi, i'm tring for the first time to use py2app :-) i need to create a .app of a module that have the follow dependancies : import os from scipy import io, linalg from numpy import * from pylab import save import sys from PyQt4 import QtGui from PyQt4 import QtCore but unlucky tring " py2app -