[vtkusers] dl module

Leila Baghdadi baghdadi at sickkids.ca
Wed Jan 25 14:24:21 EST 2006


Hi everyone.

I am using python2.2 on 64 bit machine. I have discovered that 
Wrapping/Python/vtk/__init__.py tries to import the dl module which
unfortunately have some issues on 64 bit

>>> import dl
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
SystemError: module dl requires sizeof(int) == sizeof(long) ==
sizeof(char*)


Just wondering if anyone has come up with a solution.

Thanks




More information about the vtkusers mailing list