Roger / escrotum

Linux screen capture using pygtk, inspired by scrot
GNU General Public License v3.0
214 stars 23 forks source link

Fix #68: Broken after upgrade to python 3.9 #69

Closed SammysHP closed 3 years ago

SammysHP commented 3 years ago

With Python 3.2 array.tostring() was deprecated and renamed to array.tobytes(). Now, with Python 3.9, array.tostring() was finally removed.

Roger commented 3 years ago

thanks a lot for taking care of this @SammysHP