Skip to content

python3 support #296

@arthurlutz

Description

@arthurlutz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions