Hi list
I try to build an exe of my python script with py2exe
I use shapely in the script and when I try to use py2exe I have the
following errors :

Traceback (most recent call last):
  File "main.py", line 14, in <module>
  File "ana.pyc", line 37, in <module>
  File "shapely\geometry\__init__.pyc", line 4, in <module>
  File "shapely\geometry\geo.pyc", line 5, in <module>
  File "shapely\geometry\point.pyc", line 7, in <module>
  File "shapely\geos.pyc", line 68, in <module>
  File "ctypes\__init__.pyc", line 312, in __init__
WindowsError: [Error 126] Le module spécifié est introuvable

I see this page http://trac.gispython.org/lab/ticket/189
but I don't understand what can I do.

Is there someone who can explained me what I can do ?

Thanks

Ludovic
_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community

Reply via email to