Open nagylzs opened 6 years ago
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.
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.