-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement Python Execution Feature #4
Comments
WIth installed nbm, and attempting to run, get following when attempting to run java.lang.NullPointerException: Cannot invoke "org.openide.filesystems.FileObject.getParent()" because "script" is null |
In code recently checked in (this check-in may have been premature but was done to avoid losing in work code), able to execute code once a default python platform has been selected, the main project file has been selected. More cleaned up version of this will likely be in release 0.3 |
Additional updates with recent commit. |
Presently as of 0.1, there is no ability to run a Python script.
This is issue will implement run functionality within the IDE.
The text was updated successfully, but these errors were encountered: