[egenix-users] Problems deploying mx.DateTime

M.-A. Lemburg mal at egenix.com
Tue Jul 22 19:34:13 CEST 2008


On 2008-07-22 17:53, Weverton Gomes wrote:
> 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:
> 
> **** You don't have the (right) mxDateTime binaries installed

You get this error if Python cannot find the mxDateTime.pyd file which
should be in the folder mx\DateTime\mxDateTime\.

> 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>
> 
> What can I do to solve this problem??

Well, it would help if you'd tell *how* you are deploying mxDateTime :-)
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 ...        http://www.egenix.com/
 >>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
 >>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

:::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,MacOSX for free ! ::::


    eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
     D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
            Registered at Amtsgericht Duesseldorf: HRB 46611



More information about the egenix-users mailing list