Activity for Hureau

  • Hureau Hureau modified a comment on discussion Help

    Hi, first thank to read this I try to convert xsd file in python module via PyXBgen. For CEBDBlock.xsd (attachment) I write : python pyxbgen -u CEBDBlock.xsd -m CEBDBlock But PyXBgen send me an error, it didn't find the URL. I tried to debug and i found that PyXBgen searchs in the current directory and not in internet. To overcome this issue, I put the xmldsig-core-schema.xsd in the same directory than CEBDBlock. With this way the first step seems to work (why have I to do this ?) After this I code...

  • Hureau Hureau posted a comment on discussion Help

    Hi, first thank to read this I try to convert xsd file in python module via PyXBgen. For CEBDBlock.xsd (attachment) I write : python pyxbgen -u CEBDBlock.xsd -m CEBDBlock But PyXBgen send me an error, it didn't find the URL. I tried to debug and i found that PyXBgen searchs in the current directory and not in internet. To overcome this issue, I put the xmldsig-core-schema.xsd in the same directory than CEBDBlock. With this way the first step seems to work (why have I to do this ?) After this I code...

1