Page 1 of 1

Geany and python3 , Solved .

Posted: Sat 02 Dec 2017, 05:53
by edmont
This seemed like the most appropriate location to provide this information.

Most Puppies have Geany , text editor and IDE , available .

If you compile or execute python scripts in this environment the default
python version is used ; usually 2.7.xx .

To use python3 goto the menu and select ; Build , Set Build Commands .
change all occurrences of python to python3 .

I've been able to use python 3.6.3 , on a Debian distribution , after doing
this .

Solves a lot of issues .