[Liblas-devel] trying out liblas on windows?

Jason Woolard Jason.Woolard at noaa.gov
Wed Oct 8 10:23:13 EDT 2008


hi,

I'm having trouble getting liblas up and running on Windows XP.

I've tried Python 2.3.5 and 2.5.2 using the liblas1.0.0b3 exe installer 
and upon import I'm getting the error:

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    from liblas import file
  File "C:\Python25\Lib\site-packages\liblas\__init__.py", line 1, in 
<module>
    from core import *
  File "C:\Python25\Lib\site-packages\liblas\core.py", line 112, in <module>
    las = ctypes.CDLL(lib_name)
  File "C:\Python25\lib\ctypes\__init__.py", line 348, in __init__
    self._handle = _dlopen(self._name, mode)
WindowsError: [Error 126] The specified module could not be found

Am I overlooking something simple here?

Thanks in advance for any replies.



More information about the Liblas-devel mailing list