[Liblas-devel] trying out liblas on windows?
Howard Butler
hobu.inc at gmail.com
Wed Oct 8 11:33:35 EDT 2008
/me finally sees the problem. It seems I was including the wrong
libLAS dll because it was picked up in my tree when I built the
packages.
I have uploaded new packages to PyPI which hopefully will resolve the
problem. Additionally, the OSGeo4W version of this stuff works ok, so
that's another option if you're still having trouble.
Let me know how it goes, and thanks for the report.
Howard
On Oct 8, 2008, at 9:23 AM, Jason Woolard wrote:
> 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.
> _______________________________________________
> Liblas-devel mailing list
> Liblas-devel at mail.hobu.net
> http://mail.hobu.net/mailman/listinfo/liblas-devel
More information about the Liblas-devel
mailing list