Issue type
Bug
How did you install PythonMonkey?
Installed from pip
OS platform and distribution
Windows 11
Python version (python --version)
3.9
PythonMonkey version (pip show pythonmonkey)
1.1.0
Bug Description
PythonMonkey works great on Linux; thanks for this amazing package! However, on Windows, it makes Python crash on import.
Am I doing something wrong? Thanks :)
Standalone code to reproduce the issue
import pythonmonkey
print("You should see this") # I don't get to see this
Relevant log output or backtrace
Additional info if applicable
What branch of PythonMonkey were you developing on? (If applicable)
No response