QualityInformationFramework / qif-community

The online hub for the QIF community
Boost Software License 1.0
23 stars 17 forks source link

Error when running python #3

Closed peethanisairam closed 5 years ago

bobstoneorigin commented 5 years ago

In QIF 1.0 there were two independent document types: QIFPlan and QIFResults which shared a common library. Since QIF 2.0 there is only one document type: QIFDocument. So even if your application is just QIF Plan related you need to build the whole QIFDocument bindings, and then just implement the QIF Plan portion in your application. So you must run pyxbgen with--schema-location=QIFDocument.xsd.

peethanisairam commented 5 years ago

thank you sir issue resolved.