Changes between Version 30 and Version 31 of Python3Support
- Timestamp:
- 12/26/18 10:46:38 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python3Support
v30 v31 759 759 PACKAGE_POSTFIX=-daily OSGEO4W_POSTFIX=64 ./mswindows/osgeo4w/package.sh 760 760 }}} 761 762 == Troubleshooting == 763 764 Problem: 765 766 {{{ 767 File "/<grassbin_path>/etc/python/grass/lib/vector.py", 768 line 5860 769 PORT_LONG_MAX = 2147483647L 770 ^ 771 SyntaxError: invalid syntax 772 }}} 773 774 Solution: make sure to compile GRASS GIS with Python 3 (the error occurs when GRASS GIS was compiled with Python2 and then opened with Python 3). 775 761 776 == References 762 777 http://sebastianraschka.com/Articles/2014_python_2_3_key_diff.html\\