padorange / pmx-bigmap

Assemble big map from slippy map servers, focus on openstreetmap (OSM) maps. Contain an python lib (bigmap) + a tkinter gui (pmx)
http://www.leretourdelautruche.com/pmwiki/index.php/Autruche/BigMap
15 stars 1 forks source link

[Feature request] transfer to python 3 (`SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?`). #2

Closed dreirund closed 6 months ago

dreirund commented 8 months ago

Python 3 is the standard python major version since many years now.

This project is still a Python 2 project.

Feature request: Make it Python 3 compatible.

python pmx.py fails with:

  File "/tmp/pmx-bigmap/pmx.py", line 97
    print "pmx database:",dbPath
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

Regards!

padorange commented 6 months ago

Finally pmx is now full python3