-
Notifications
You must be signed in to change notification settings - Fork 120
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
Globals not imported with lib. #331
Comments
Thank you for submitting your first issue to p5py |
Was there any error on running the python file. |
Well... Kind of... I've never used p5 independently of the python ide so i'm kind of lost... Here's the output: I had to force-stop the program because it was slowing down my computer and would'nt go further... |
So... W y think about it ? ^^' |
Related to #346 , not sure about the second screenshot. |
Hello. Python cant find mouse_x nor mouse_y or other globals normally provided by the p5 import.
I expected to be able to use the mouse_x or mouse_y and other P5 globals.
(not only in vscode, python also complained when executed)
The text was updated successfully, but these errors were encountered: