It sounds like you have a Windows and/or Python path problem. The DLL
that's being loaded (kernel32.dll?) isn't on the Windows path (or in the
Python lib directory) when Python is attempting to load it. Certainly
nothing to do with Django. What version of Python are you using?
- Craig -
On Wed
I've set up a PostgreSQL/PostGIS spatial database, and created
settings and model files for a new project. When I try to synch the
model with the DB, I get the following error message (last lines
only):
File "c:\Python26\lib\ctypes\__init__.py", line 355, in __init__
self._handle = _dlopen(
2 matches
Mail list logo