Opened 14 years ago
Closed 11 years ago
#231 closed defect (fixed)
problems with the python-mapscript package
Reported by: | lutra | Owned by: | |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | ||
Cc: | pka |
Description
Importing it into a python script/console fails
Ex: import mapscript
>>> import mapscript Traceback (most recent call last): File "<input>", line 1, in <module> File "C:/OSGeo4W/apps/qgis-dev/./python\qgis\utils.py", line 283, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\OSGeo4W\apps\Python25\lib\site-packages\mapscript.py", line 4, in <module> File "C:/OSGeo4W/apps/qgis-dev/./python\qgis\utils.py", line 283, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ImportError: No module named _mapscript
Change History (4)
comment:1 by , 14 years ago
Cc: | added |
---|---|
Component: | Documentation → Package |
comment:2 by , 14 years ago
Summary: | problems with the php-mapscript package → problems with the python-mapscript package |
---|
Note:
See TracTickets
for help on using tickets.
Title should be "problems with the python-mapscript package", I suppose.