> I am using sympy 0.6.2 on py24, and I have pygame module. But I met
> this error. Does that mean pygame is not supported by sympy anymore?
We decided to remove support for pygame because the same functionality
can be achieved with pyglet, which we ship with sympy anyway (see
preview module). Unfortunately preview module works only on platforms
with provide pexpect module (see issues #872, #970).
> If so, shall we remove examples\print_pygame.py out?
It would be better to fix those examples and rename the file to
examples/preview.py
Looking forward to seeing patches fixing this,
Mateusz
2008/9/26 Oyster <lepto....@gmail.com>:
I see. We could achieve the same thing using "os.system", which should
work on windows too. Do you have tex installed? How do you invoke it?
E.g. would
os.system("tex somefile.tex")
work? If so, it'd be easy to fix it. If not, we'd need help from
someone using windows (you? :) to get this resolved.
Ondrej