22 Jul 17:51
Problems deploying mx.DateTime
From: Weverton Gomes <weverton@...>
Subject: Problems deploying mx.DateTime
Newsgroups: gmane.comp.python.egenix.user
Date: 2008-07-22 15:53:53 GMT
Subject: Problems deploying mx.DateTime
Newsgroups: gmane.comp.python.egenix.user
Date: 2008-07-22 15:53:53 GMT
Hi,
I'm trying to deploy an application I've made, in a zip file. So, I added the folder mx (who is inside Python25\Lib\site-packages) but, when I try to run my app, I get the following error:
What can I do to solve this problem??
Thanks,
--
Weverton Gomes de Morais
Tecnólogo em Redes de Comunicação
Desenvolvedor Delphi
Entusiasta Ruby/Rails
"Todos juntos somos fortes"
I'm trying to deploy an application I've made, in a zip file. So, I added the folder mx (who is inside Python25\Lib\site-packages) but, when I try to run my app, I get the following error:
**** You don't have the (right) mxDateTime binaries installed
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 9, in <module>
File "C:\Program Files\Tron\Folha\Folha.pyz\mx\DateTime\mxDateTime\__init__.py", line 13, in <module>
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 9, in <module>
File "C:\Program Files\Tron\Folha\Folha.pyz\mx\DateTime\mxDateTime\__init__.py", line 13, in <module>
What can I do to solve this problem??
Thanks,
--
Weverton Gomes de Morais
Tecnólogo em Redes de Comunicação
Desenvolvedor Delphi
Entusiasta Ruby/Rails
"Todos juntos somos fortes"
_______________________________________________________________________ eGenix.com User Mailing List http://www.egenix.com/ https://www.egenix.com/mailman/listinfo/egenix-users
E.g. whether you are using py2exe, a custom installer, etc.
--
Marc-Andre Lemburg
eGenix.com
Professional Python Services directly from the Source (#1, Jul 22 2008)
>>> Python/Zope Consulting and Support ...
RSS Feed