I just installed PyQT 4.7 and then tried to run Marave and got this:
>python marave-editor
Traceback (most recent call last):
File "marave-editor", line 5, in <module>
from marave.main import main
File "C:\_work\devel\marave\marave\main.py", line 31, in <module>
from PyQt4 import QtCore, QtGui, QtSvg
MemoryError
If I try to run "python main.py", I get a crash dialog.
Is this supposed to work on Windows? I'm running Python 2.5.2.
Mark.