On Sun, Jun 12, 2011 at 11:07 AM, Tomo Lazovich <[email protected]> wrote: > I tested the Windows installer in Windows 7. You have to be sure to run the > installer as an administrator or it complains that it can't set some > registry keys. Besides that, it seems to have installed without any > problems. Is it possible to run the tests in Windows? I can't seem to find > the setup.py file.
You can do this: >>> from sympy.utilities.runtests import test >>> test() I did this yesterday in python 2.6 and 2.7 in windows XP, all tests passed. Renato -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
