[egenix-users] question

M.-A. Lemburg mal at lemburg.com
Fri Apr 5 11:08:34 CEST 2002


> Prathibha Ram wrote:
> 
> Hi all
> 
> Since I have started using the new exgenix mx Base package, I keep
> getting compilation errors in import. I was using the previous version
> of the mx package and my import statement in files used to be import
> mx.DateTime. What should this be changed to since this is no longer
> recognized and I keep getting the compile error.
> 
> Also now I get the following error
> Traceback (innermost last):
>   File "<string>", line 8, in ?
>   File "/mach/jython-2.1/Lib/mx/DateTime/__init__.py", line 40, in ?
>   File "/mach/jython-2.1/Lib/mx/DateTime/__init__.py", line 48, in
> modinit
>   File "/mach/jython-2.1/Lib/copy_reg.py", line 16, in pickle
> TypeError: copy_reg is not intended for use with classes
> 
> can anyone suggest anything about the above error?

The eGenix mx Tools only support CPython, not Jython. You
probably can still use them with Jython if you hook JPE up
to the Java VM, though, or interface to them via JNI 
directly.
 
-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
______________________________________________________________________
Company & Consulting:                           http://www.egenix.com/
Python Software:                   http://www.egenix.com/files/python/

PS: Please don't post HTML messages to the list. Thanks.



More information about the egenix-users mailing list