Ondrej Certik wrote:
>> Thank you for the instructions.  I think I finally did it. I cloned last
>> night's version of sympy. Added
>> my files in directory galgebra under the sympy directory. Committed the
>> files. Created the repository
>> 'http://freehg.sympy.org/u/brombo/sympy' and then did  ' hg push
>> http://freehg.sympy.org/u/brombo/sympy'.
>> Would you please look and see if everything came out OK and is there
>> anything else I need to do?
>>     
>
> Thanks that's it!
>
> I added the notice here that it needs a review:
>
> http://code.google.com/p/sympy/issues/detail?id=665
>
> Now the next step is to get all the tests run. Do you have py.test
> installed? If not, which distribution do you use? If Debian/Ubuntu,
> just install the python-codespeak-lib package. If some other system,
> follow the instructions in the README.
>
> This is what needs to run without a failure:
>
> $ py.test sympy/galgebra/
> ============================= test process starts 
> ==============================
> executable:   /usr/bin/python  (2.5.2-final-0)
> using py lib: /usr/lib/python2.5/site-packages/py <rev unknown>
>
> sympy/galgebra/examples/test_symbolicGA.py - FAILED TO LOAD MODULE
> sympy/galgebra/tests/test_GA.py - FAILED TO LOAD MODULE
>
> ________________________________________________________________________________
> _________________________________ entrypoint:  
> _________________________________
>
> <input>:1: SyntaxWarning: import * only allowed at module level
> <input>:1: SyntaxWarning: import * only allowed at module level
> E   from GAsympy import *
> <input>:1: SyntaxWarning: import * only allowed at module level
> <input>:1: SyntaxWarning: import * only allowed at module level
>   
>>   ImportError: No module named GAsympy
>>     
>
> [/tmp/a/sympy/sympy/galgebra/examples/test_symbolicGA.py:7]
> ________________________________________________________________________________
> _________________________________ entrypoint:  
> _________________________________
>
>     try:
>         from GAsympy import *
>         from sympy import *
>     except ImportError:
>         #py.test will not execute any tests now
>         disabled = True
>
> E   set_main(sys.modules[__name__])
>   
>>   NameError: name 'set_main' is not defined
>>     
>
> [/tmp/a/sympy/sympy/galgebra/tests/test_GA.py:11]
> ________________________________________________________________________________
> =================== tests finished: 2 failed in 0.01 seconds 
> ===================
>
>
>
> If you could please fix it, it'd be awesome. Feel free to just fix it,
> commit it and push your patch into the repo.
>
> When all tests run, I'll help you with the rest.
>
> Ondrej
>
> >
>
>   
How do 'you' put modules in the search path of the repository.  Does 
setup.py need to be modified?

--~--~---------~--~----~------------~-------~--~----~
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