Piet icon indicating copy to clipboard operation
Piet copied to clipboard

Does this work anymore?

Open mroberts1 opened this issue 2 years ago • 2 comments

I've been trying unsuccessfully to run this with Python 2.7 but the current version of wxPython doesn't support 2.7. I see the program is 10 years old now, so am wondering whether it can still be run with Python 3?

mroberts1 avatar May 12 '23 04:05 mroberts1

I was able to run this in Python 3.11 and wx version 4.2.1 with only minor tweaks to the Mondrian class:

changed the render method's xrange term to range explicitly casted the i and j variables within the render method as integers explicitly casted the elements inside of the bounds instance variable as integers

barrettfdavis avatar Dec 03 '23 11:12 barrettfdavis

Many thanks, I'll try this!

mroberts1 avatar Jan 16 '24 12:01 mroberts1