cnvogelg / amitools

Various tools for using AmigaOS programs on other platforms
250 stars 69 forks source link

no easy way to start vamos from windows #185

Closed jotd666 closed 5 months ago

jotd666 commented 1 year ago

The python scripts (ex: vamos) without suffix in the directory won't work from windows. and renaming them with the ".py" suffix won't work either as then the script name conflicts with the actual module.

I could run them by renaming them as ex: vamos_script.py. Then it starts.

But the rest is really great work.

cnvogelg commented 6 months ago

The scripts were used for local testing only (on *nix platform) and are not required for normal operation.

If you pip install the package then the scripts should be installed in a way your OS can deal with it... even on Win...