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