"wrappers/python/vscode:/vscode.git/clone" did not exist on "1c938ceb94463310186729431de0ba22f6df6a91"
Apparently "from XXX import *" is only allowed at the module level (I get a
SyntaxWarning otherwise). So move those imports back to the module level and save any error messages for when the tests are actually run (if ever). python -m simtk.testInstallation runs the tests, whereas python -c "import simtk.testInstallation" does not.
Showing
Please register or sign in to comment