-
Notifications
You must be signed in to change notification settings - Fork 33
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
'ImageData' object has no attribute 'texture' #113
Comments
Same problem here. 😢 |
Just look through the code and replace .texture with get_texture() |
@ajh123 It seemed to helped however now I am getting green bars across the screen? I should probably say that I used 2to3 to move everything over to python 3. Any idea what could be the reason? |
You didn't need to use 2to3, it works. and just change any |
I thought that the python3 branch was merged a while ago so that the master
branch was compatible with python3. It should be working fine.
…On Mon, Dec 28, 2020 at 3:03 AM ajh123 ***@***.***> wrote:
You didn't need to use 2to3, it works. and just change any print "...".
to. print("...")
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#113 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKZAPOE6YT2XCY2JJTJ3GFLSXBQWZANCNFSM4TMU26JQ>
.
|
Any idea? |
Don’t know what’s gone on there, my solution works for me. Maybe the texture files got corrupted? |
It must be fault on my end then, thanks anyway! |
Ummm, where is it? @ajh123 |
Everywhere |
same problem here |
when I run the file main.py it says that 'ImageData' object has no attribute 'texture' so what I should do please tell
The text was updated successfully, but these errors were encountered: