Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#573 closed defect (fixed)

can't import pyspatialite in 32bit python2.7

Reported by: Andreas Müller Owned by: osgeo4w-dev@…
Priority: major Component: Package
Version: Keywords: python2.7 sqlite3 pyspatialite
Cc:

Description

when i try to import dbapi2 from pyspatialite i get an import error: DLL load failed: Das angegebene Modul wurde nicht gefunden. (module not found):

My Traceback:

>>> from pyspatialite import dbapi2
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\tmp\TEST_P~1\apps\Python27\lib\site-packages\pyspatialite\dbapi2.py",
 line 27, in <module>
    from pyspatialite._spatialite import *
ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.

Thanks in advanced!

Change History (2)

comment:1 by jef, 6 years ago

Resolution: fixed
Status: newclosed

Dependency fixed.

comment:2 by Andreas Müller, 6 years ago

Thank you very much jef, it works!

Note: See TracTickets for help on using tickets.