pabigot / pyxb

Python XML Schema Bindings
Apache License 2.0
130 stars 74 forks source link

Issue when generating opengis bundle #54

Closed jlmenut closed 8 years ago

jlmenut commented 8 years ago

Hello,

I'm trying to generate the opengis bundle as described here http://pyxb.sourceforge.net/bundles.html#opengis

but I got an error message : error.txt

I'm using pyxb 1.2.4 from Pypi.

Thanks

pabigot commented 8 years ago

I don't know what PyPI installs provide. The error suggests you don't have the xlink bindings from the common bundle. Try running these commands then re-generating the opengis bindings.

cd ${PYXB_ROOT}
pyxb/bundles/common/scripts/genbind
jlmenut commented 8 years ago

thanks, I actually reinstalled pyxb from sources since, and it worked fine