QPong / QPong-Unity

QPong rewritten in Unity
27 stars 6 forks source link

setup the python structure so that it can be run from the command line #5

Closed boland25 closed 5 years ago

boland25 commented 5 years ago

Currently there is some sort of directory pathing that is happening in PYCharm that does not seem to be working when you open a terminal and type python3 server.py. We get module not found commands. The easy fix is to pull the server.py out of the flask_server folder and move it to the root. Or move the models folder into the flask_server structure so its in the python hierarchy instead of side by side.

HuangJunye commented 5 years ago

Solved by PR Bugfix/fix python server #21