wozardry
                                
                                
                                
                                    wozardry copied to clipboard
                            
                            
                            
                        Wozardry doesn't seem to work on python versions newer than 3.6
Attempting to run the wozardry 2019-03-04 release using python 3.8.0 or 3.10.12 and use the "edit" command returns the following error:
Traceback (most recent call last):
File "wozardry.py", line 980, in 
Some searching online seems to indicate that this is due to bitarray's behaviour changing in python versions newer than 3.6. However, attempting to run it in Python 3.6.0 results in the following error (even on just a "dump" command):
Traceback (most recent call last):
File "wozardry.py", line 8, in 
I'm not the most savvy python user, so the last state may be something obvious, but I couldn't get further than this. Nonetheless, being able to use it with current versions of Python would be a huge help.
I believe this was fixed in https://github.com/a2-4am/wozardry/commit/3d99ea09cee58af1783b267e03d43b81719b629c but never released. Can you try replacing wozardry.py with this https://raw.githubusercontent.com/a2-4am/wozardry/3d99ea09cee58af1783b267e03d43b81719b629c/wozardry.py and let me know if that works for you?