You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.
The install script installs "pyxbgen" file under the Scripts directory. But it is useless on windows, because it has no ".py" extension. It is also not possible to use the usual workaround:
python -m pyxbgen
I have also tried to run it as a script from git-bash, but it does not work either. So please change the post install scripts and save a "pyxbgen.py" file in the scripts directory for windows platform.
The text was updated successfully, but these errors were encountered:
Odd. I don't use or test under windows, but AFAIK people have been using it there for quite a few years. In any case I can't do anything about this, but if somebody provides a plausible patch that doesn't cause problems on non-Windows systems the next maintainer might merge it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The install script installs "pyxbgen" file under the Scripts directory. But it is useless on windows, because it has no ".py" extension. It is also not possible to use the usual workaround:
python -m pyxbgen
I have also tried to run it as a script from git-bash, but it does not work either. So please change the post install scripts and save a "pyxbgen.py" file in the scripts directory for windows platform.
The text was updated successfully, but these errors were encountered: