What steps will reproduce the problem?
1. build v425
2. run python example kmldom_test.py
What is the expected output? What do you see instead?
src/swig/kmldom_test.py
Traceback (most recent call last):
File "src/swig/kmldom_test.py", line 34, in <module>
import kmldom
File "/home/shared/srcsLocal/libkml_trunk/src/swig/kmldom.py", line 189,
in <module>
Type_snippet = _kmldom.Type_snippet
AttributeError: 'module' object has no attribute 'Type_snippet'
src/swig/kmlengine_test.py
Traceback (most recent call last):
File "src/swig/kmlengine_test.py", line 33, in <module>
import kmldom
File "/home/shared/srcsLocal/libkml_trunk/src/swig/kmldom.py", line 189,
in <module>
Type_snippet = _kmldom.Type_snippet
AttributeError: 'module' object has no attribute 'Type_snippet'
What version of the product are you using? On what operating system?
Ubuntu 8.04 Hardy
python swig working
src/swig/kmlbase_test.py passes for example
Did you run the unit test suite that comes with the project? Did all tests
pass?
No---
string_util_test.cc:39: Failure
Value of: strcmp(e, a)
Actual: -1
Expected: 0
[ FAILED ] StringUtilTest.Testb2a_hex
Please provide any additional information below.
Original issue reported on code.google.com by brian.da...@gmail.com on 26 Jan 2009 at 7:42
Original issue reported on code.google.com by
brian.da...@gmail.com
on 26 Jan 2009 at 7:42