Quote:
PDF said:
Interesting, but I can't make it work, the .py files aren't executables, I suppose I should have some Pythonnesque runtime lib ??
|
I guess that you are using Windows?
- First make sure you have installed Python. It can be found at
Python Programming Language. The only libraries used are sys, re and string which should be part of the standard installation.
- I have no Windows installation, so I can't test, but try either to open it in IDLE and run it from there or type the following at command line:
Code:
python mapinfo.py <mapfile.map>