I'm trying to use jython with GDAL on Windows. Python and GDAL are installed through MS4W and work perfectly together. Jython is installed manually, but I can not import GDAL. I tried to update sys.path on Jython to point to all python sys.path.
But it displays the following error message:
> Traceback (most recent call last):
> File "C: \ myjythonscript.py",
> line 38, in <module>
> OSGeo import File "C: \ OSGeo4W \ apps \ Python25 \ lib \ site-packages \ OSGeo \ __init__.py", line 24, in <module>
> _gdal import ImportError: No module named _gdal
Has anyone worked with Jython and GDAL? Any ideas to solve the problem? Thank you!
