clockworkpi / launcher

The launcher for GameShell
GNU General Public License v3.0
332 stars 79 forks source link

python3 support #296

Open arthurlutz opened 4 years ago

arthurlutz commented 4 years ago

When trying to run launcher with python3 I get :

python run.py 
Traceback (most recent call last):
  File "run.py", line 6, in <module>
    import commands
ModuleNotFoundError: No module named 'commands'

2to3 says :

-import commands
+import subprocess