|
When doing various tasks related to trying to draw PIL images in a scene, I keep running into this PY_SSIZE_T_CLEAN macro error. At the moment, I am trying to follow the steps in the help for scene_drawing.image, which says to use load_image_data, but when I do I get the following: Alternatively, is there a way to set per pixel data on a Scene Image/Texture without using a PIL.Image? Any help would be much appreciated. Thanks, |
Answered by
salabim
Mar 3, 2025
Replies: 2 comments 2 replies
|
I had the same problem in my salabim package. There is a simple -not very elegant- solution: |
1 reply
Answer selected by
Striblezz
|
@Striblezz Do you have the Pythonista 3.5 beta or is this with the App Store version? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had the same problem in my salabim package.
There is a simple -not very elegant- solution: