pyxb icon indicating copy to clipboard operation
pyxb copied to clipboard

pyxbgen script not usable on windows

Open nagylzs opened this issue 6 years ago • 1 comments

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.

nagylzs avatar Jun 18 '18 05:06 nagylzs

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.

pabigot avatar Jun 18 '18 10:06 pabigot