I have a script that does just what I want on my local machine, but when I put it on the server, I can't get it to run. The file proj.dll is in Python23Libsite-packages, and also in Python23DLLs. Still, when I run my script, it gives an error: Traceback (most recent call last): File "C:Python23Libsite-packagespythonwinpywinrameworkscriptutils.py", line 310, in RunScript exec codeObject in __main__.__dict__ File "C:sourceNAD83_3401.py", line 125, in ? __demo() File "C:sourceNAD83_3401.py", line 97, in __demo me=NAD83_3401() File "C:sourceNAD83_3401.py", line 21, in __init__ self.ct83_SPC2WCS = ogr.osr.CoordinateTransformation(self.sr3401, self.srNAD83) File "C:Python23Libsite-packagesgdalosr.py", line 626, in __init__ raise ValueError, gdal.GetLastErrorMsg() ValueError: Unable to load PROJ.4 library (proj.dll), creation of OGRCoordinateTransformation failed.
Any inspirations? Ron Ron Phillips Programmer/Analyst County of Summit Engineer 538 E. South St. Akron, OH 44311 _______________________________________________ gislist mailing list gislist@lists.geocomm.com http://lists.geocomm.com/mailman/listinfo/gislist
_________________________________ This list is brought to you by The GeoCommunity http://www.geocomm.com/
|