[Osgeo4w-trac] Re: [osgeo4w] #119: liblas Python does not install
liblas .dll into OSGeo4W\bin folder
OSGeo4W
trac_osgeo4w at osgeo.org
Tue Feb 9 16:30:13 EST 2010
#119: liblas Python does not install liblas .dll into OSGeo4W\bin folder
---------------------------+------------------------------------------------
Reporter: williamskg6 | Owner: hobu
Type: defect | Status: new
Priority: blocker | Component: Installer
Version: | Resolution:
Keywords: liblas, python |
---------------------------+------------------------------------------------
Comment (by williamskg6):
Here's the error now (after pasting the contents of liblas win32 \bin
folder into the OSGeo4W\bin folder):
>>> from liblas import file
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\OSGeo4W\apps\Python25\lib\site-packages\liblas\__init__.py",
line 1,
in <module>
from core import *
File "C:\OSGeo4W\apps\Python25\lib\site-packages\liblas\core.py", line
431, in
<module>
las.LASHeader_GetProj4.argtypes = [ctypes.c_void_p]
File "C:\OSGeo4W\apps\Python25\lib\ctypes\__init__.py", line 361, in
__getattr
__
func = self.__getitem__(name)
File "C:\OSGeo4W\apps\Python25\lib\ctypes\__init__.py", line 366, in
__getitem
__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: function 'LASHeader_GetProj4' not found
--
Ticket URL: <http://trac.osgeo.org/osgeo4w/ticket/119#comment:6>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer for the OSGeo stack.
More information about the Osgeo4w-trac
mailing list