On Fri, Nov 14, 2008 at 9:21 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote:
> On Fri, Nov 14, 2008 at 8:40 PM, llarsen <[EMAIL PROTECTED]> wrote:
>>
>> Just to test whether the testing tools were working correctly on my
>> machine, I tried running the test cases under 'sympy/core' for sympy
>> version 0.6.2. This failed. The reulsts are shown at the end of the
>> post.
>>
>> One error claimed that the 'Singleton' class could not be imported
>> from 'sympy.core.basic'. I looked in the basic module and was not able
>> to locate a Singleton class. I have not looked at the other errors in
>> detail yet. I am assuming that sympy 0.6.2 passed all the tests before
>> it was released, so I am not sure why the test are failing for me.
>> Anyone have any insights? (I think my paths are set up correctly, but
>> I don't know of a good way to tell the path a module was loaded from
>> just to check. How do you do this?)
>
> I don't know where exactly is the problem at your installation, but
> what is know and tested is that you download sympy (can be 0.6.2),
> unpack and test directly without installing using setup.py. E.g. on
> linux (similarly on windows):
>
> tar xzf sympy*.tar
> cd sympy
> py.test sympy/core/
>

Ok, I just checked our latest git version and it works on windows.
Install git for windows:

http://code.google.com/p/msysgit/

run the bash-git terminal and do:

git clone git://git.sympy.org/sympy.git
cd sympy
bin/test sympy/core

and all tests pass.


Ondrej

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to