-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add requirements.txt or setup.py #1
Comments
Hello Zach, ^ ^ Can u plz help me.. |
As the validators was updated recently, try changing 'xmlschema.components' to 'xmlschema.validators' and it should work |
For future readers - from my experience, yes, you can import the types, but no, it will not work for newer versions of xmlschema (I think there are breaking changes, as I was debugging it and seeing there are sometimes missing attributes and so on, especially related to XMLSchema11, maybe it will work with XMLSchema10 but if you need 11 it's a problem). |
Ported code for python3 Tested only with XMLSchema10 |
@seregagl 's fork has a pull request ( seregagl#1 ) to be compatible with version 2.1.1 of the module. |
Hello, Zach!
I tried to use your tool and it seems to work fine. One problem that I had was detecting which version of xmlschema I need to get installed. At the moment it's
Can you please add it to
requirements.txt
or to asetup.py
?The text was updated successfully, but these errors were encountered: