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()
> ->
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 -