You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since an update of some software packages this error occurs even in the minimal examples.
The error is caused by calling pygame.Color with an unicode string, which isn't supported (on my system at least).
This makes pgu completely unusable. The fix for this is easy though. I will submit an pull request with a fix.
The text was updated successfully, but these errors were encountered:
xaedes
added a commit
to xaedes/pgu
that referenced
this issue
Apr 19, 2016
Since an update of some software packages this error occurs even in the minimal examples.
The error is caused by calling pygame.Color with an unicode string, which isn't supported (on my system at least).
This makes pgu completely unusable. The fix for this is easy though. I will submit an pull request with a fix.
The text was updated successfully, but these errors were encountered: