News

sys.path on the command line includes the MySQLdb egg, sys.path on CGI does not manually updating the CGI sys.path at runtime to match the CLI sys.path does not help platform.python_build reports ...
Examining sys.path shows that the current workspace is not present. Inserting the current workspace into sys.path using sys.path.insert (0, '') allows imports from local files to work as expected.
When using the Python extension version 2024.8.0 (also broken in 2024.6.0), I cannot discover tests. It works in version 2024.4.1. I am not a Python expert, but I think my test file can't be compiled ...