Perhaps a Python environment variable? The only one I have is
PYTHONPATH=.
mmhhh Changing manually _cairo.dll for _caido.pyd makes no difference
the following messange appears:
....
....
File "C:\oreyes\apps\enso\enso-comunity\enso\platform\win32\cairo
\__init__.py", line 1, in <module>
from _cairo import *
ImportError: No module named _cairo
But if I change the PYTHONPATH to set PYTHONPATH=.;src\platform
\win32\Graphics\pycairo\cairo
The message with _cairo.dll is:
ImportError: No module named _cairo
while changing to _cairo.pyd is:
ImportError: DLL load failed: No se puede encontrar el m¾dulo
especificado. (specified module cannot be found)
So python path makes a difference....
I'll keep trying for a little while.
BTW does comunity and trunk make any difference? I started working at
trunk and I've switched to comunity ( 2 hrs ago or something )