-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated python scripts fail to import correctly #793
Comments
workaround is to do a |
fwiw, because of that bug, the .pyc files are generated in the workspace root if the main script is not generated and without sandboxing. |
Hi there! We're doing a clean up of old issues and will be closing this one. Please reopen if you’d like to discuss anything further. We’ll respond as soon as we have the bandwidth/resources to do so. |
This is a direct consequence of http://bugs.python.org/issue6386:
This should works.
The text was updated successfully, but these errors were encountered: