Sep-03-2019, 05:22 PM
You should also find your pygame examples in this path then
Just caught this
/Users/piethon/Library/Python/3.7/lib/python/site-packages/pygame/examplesEDIT:
Just caught this
(Sep-03-2019, 02:09 PM)Piethon Wrote: [ -> ]So I've opened VS Code, and made a file called findthing.py, that looked like this:This list on the last line is the output for me from runningimport sys sys.path ['', '/usr/lib/python37.zip', '/usr/lib/python3.7', '/usr/lib/python3.7/lib-dynload', '/usr/local/lib/python3.7/dist-packages', '/usr/lib/python3/dist-packages']
sys.path
. Yours will be different. IF you do it tht way just print itimport sys print(sys.path)