22 Jul 19:45
Re: Problems deploying mx.DateTime
From: M.-A. Lemburg <mal@...>
Subject: Re: Problems deploying mx.DateTime
Newsgroups: gmane.comp.python.egenix.user
Date: 2008-07-22 17:45:41 GMT
Subject: Re: Problems deploying mx.DateTime
Newsgroups: gmane.comp.python.egenix.user
Date: 2008-07-22 17:45:41 GMT
[Please keep egenix-users on CC] On 2008-07-22 19:40, Weverton Gomes wrote: > I'm deploing a zip file and not a exe because I have another app in Delphi > who integrates with this app in Python through Python4Delphi. That's fine, but py2exe does in fact build a program.zip file with the Python code that it places into a directory with the needed DLLs. What it does nicely is to find all your module dependencies ... > When I put the mxDateTime pyd file inside my Delphi app dir, the error > change. Now it is: > > Traceback (most recent call last): > File "<string>", line 1, in <module> > File "C:\Program Files\Tron\Folha\Folha.pyz\engine\__init__.py", line 3, > in <module> > File "C:\Program Files\Tron\Folha\Folha.pyz\engine\general\__init__.py", > line 3, in <module> > File "C:\Program Files\Tron\Folha\Folha.pyz\engine\general\date_utils.py", > line 8, in <module> > File "C:\Program Files\Tron\Folha\Folha.pyz\mx\DateTime\__init__.py", line > 8, in <module> > File "C:\Program Files\Tron\Folha\Folha.pyz\mx\DateTime\DateTime.py", line > 28, in <module> > File "C:\Program Files\Tron\Folha\Folha.pyz\mx\DateTime\DateTime.py", line > 31, in modinit > ImportError: No module named string(Continue reading)

RSS Feed