I just got a bug response from someone who says they've never been able
to get EoPK(py) running on an XP SP3 dual monitor computer. I'm
installing it on my work machine now to see if I can replicate the issue.
His error he forwarded to me:
Traceback (most recent call last):
File "program.py", line 44, in <module>
File "EoPK.pyo", line 853, in __init__
File "preview.pyo", line 100, in __init__
File "preview.pyo", line 46, in __init__
File "canvas.pyo", line 53, in __init__
File "wx\glcanvas.pyo", line 104, in __init__
wx._core.PyAssertionError: C++ assertion "m_glContext" failed at
..\..\src\msw\glcanvas.cpp(191) in wxGLContext::wxGLContext(): Couldn't
create OpenGL context
I don't know how deep we want to dig into this because I know we're
trying to get away from the Python version.
-Bryan