-
Notifications
You must be signed in to change notification settings - Fork 6
CLI doesnt work on windows directly #28
Comments
I suspect the Most of the relevant code is in As mentioned in the README, pontoon does not explicitly support Windows, though I'm sure it's entirely possible to fix what doesn't work. |
Cli doesnt work because files without .py extension but with So, to get it working, one can use Edit: Ok, so I first thought the scripts in scripts folder in pontoon was created by pip install, but now I see that they are Python files written by @duggan and they are just copy-pasted by pip to install directory. Renaming them to .py and calling them as such would solve the problem for now, but dont think it is the best way - scipts would need to be called as |
I think modifying |
No, I think there is a better way to do it with setup.py. Looks like Couldnt find actual doc for it, but this SO answer is pretty understandable : http://stackoverflow.com/a/782984/2534890 |
👍 |
#30 should fix this now. |
I'll close this one, but BATS cli tests should be replaced with something cross-platform in the future as mentioned in #31 . That will ensure that the CLI interface is working just as intended on all platforms. |
Pontoon put a few scripts inside scripts dir, but they seem to be just the python files without any file extension.
Trying to run configure as
python .\pontoon-configure
only shows the cli usage docsUsage: pontoon configure [--help]
and nothing else happens.Is the cli thing using anything linux specific?
The text was updated successfully, but these errors were encountered: