|
From: Ming J. <ji...@gm...> - 2007-08-20 20:30:11
|
Hello all,
I need to install the pygmtl on windows. However, after issuing the
corresponding command of:
# cd <GMTL_HOME>
# scons optimize=yes EnablePython=True \
BoostPythonDir=<BOOST_PYTHON_HOME> BoostVersion=<BOOST_VERSION>
I get those things, and no *.pyc or *pyd is generated.
'tar' is not recognized as an internal or external command.
Since I am on windows, what tar program do I need to install?
And for some methods, I happened to finished building the pygmtl, and get
the gmtl.pyd, but when I issue:
import gmtl in python, I get this error:
>>> import gmtl
Traceback (most recent call last):
File "<pyshell#6>", line 1, in <module>
import gmtl
ImportError: DLL load failed: A dynamic link library (DLL) initialization
routine failed.
Did anyone happens to have the same problem before?
Thanks.
|