I am trying to use Python in City Engine 2019 to read the DBF file of an SHP that is imported into City Engine
I tried to install the simpledbf python module, but Python in City Engine gives an error on execution,
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "testdbf.py", line 9, in <module>
import simpledbf
ImportError: No module named simpledbf
Is there something I have to do to include external python modules in order to work with City Engine Python?