-
Notifications
You must be signed in to change notification settings - Fork 133
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
TypeError: Sk.console.printPILImage is not a function on line 4, please help #113
Comments
trying to run this code using skulpt.. |
@rahulrawat17 You need Skulpt specifically or just BlockPy? Here, at Coding Rooms, you can create a Python workspace without an account and use BlockPy. https://www.codingrooms.com/compiler/python3/ Just select the 3 dots menu next to the files name and click "Open in Block Editor" to see the blocks editor. |
maybe both, i am trying to display image on output area using skulpt and some files of blockpy |
@rahulrawat17 Coding Rooms will work because it is not using Skulpt. The issue is the PIL library. I do not see PIL as a library packaged with Skulpt - https://github.com/skulpt/skulpt/tree/master/src/lib You would need to implement it yourself. |
No description provided.
The text was updated successfully, but these errors were encountered: