On Sun, Jun 12, 2011 at 9:39 AM, [email protected] <[email protected]> wrote: > On 12 June 2011 16:07, 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. >> >> On Sun, Jun 12, 2011 at 6:23 AM, David Joyner <[email protected]> wrote: >>> >>> On Sun, Jun 12, 2011 at 1:48 AM, Aaron Meurer <[email protected]> wrote: >>> >>> ... >>> >>> > Please test these distributions. All tests should pass with Python >>> > 2.4-2.7, both 32- and 64-bit, and with gmpy installed or not >>> > installed. Please test that this is the case from the tarballed >>> > distributions themselves by running >>> > >>> > ./setup.py --prefix=<temporary directory> install >>> > >>> > From the unpacked tarballs, and running the tests from that prefixed >>> > path. You can also run sandboxes tests using tox. >>> > >>> >>> On a mac OS 10.6.7, I ran >>> >>> ./setup.py install >>> ./setup.py test >>> >>> with no problems. The --prefix option was not recognized. >>> The system Python for 10.6.7 is 2.7. > > The --prefix command is not recognized and it's not present in --help.
This must be some issue with your distutils. I did "./setup.py install --prefix=~/Desktop/sympy" and it installed it in that directory. The option doesn't show up in --help for me either, but it still works. By the way, I just verified using tox that the tests pass everywhere in the 0.7.0 branch on my machine. I will wait another day to see if any other issues come up, then I will create a rc2 so people can test it in Python 2.4 (sorry about that btw). Aaron Meurer >>> >>> >>> > >>> > Aaron Meurer >>> > >>> > -- >>> > 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. >>> > >>> > >>> >>> -- >>> 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. >>> >> >> >> >> -- >> Tomo Lazovich >> Harvard College '11 >> 278 Winthrop House Mail Center >> Cambridge, MA 02138 >> >> -- >> 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. > > -- > 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. > -- 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.
