What I meant was that I get errors when I run

python3 bin/test sympy/galgebra

Should I convert my code that works with python2.7 to python3 with 2to3 or should I do it by hand?

On 07/08/2014 08:29 PM, Ondřej Čertík wrote:
Hi Alan,

Run the tests like this:

ondrej@kittiwake:~/repos/sympy(master)$ bin/test sympy/galgebra
============================= test process starts ==============================
executable:         /usr/bin/python  (2.7.3-final-0) [CPython]
architecture:       64-bit
cache:              yes
ground types:       python
random seed:        32878360
hash randomization: on (PYTHONHASHSEED=1910459320)

sympy/galgebra/tests/test_ga.py[23] .....ffffff...

...


Then run Python 3 tests like this:

ondrej@kittiwake:~/repos/sympy(master)$ python3 bin/test sympy/galgebra
============================= test process starts ==============================
executable:         /usr/bin/python3  (3.2.3-final-0) [CPython]
architecture:       64-bit
cache:              yes
ground types:       python
random seed:        43472990
hash randomization: on (PYTHONHASHSEED=3165272445)

sympy/galgebra/tests/test_ga.py[23] ...


That's it.

Ondrej

On Tue, Jul 8, 2014 at 6:06 PM, Alan Bromborsky <abro...@verizon.net> wrote:
Please explain. What should I do?


On 07/08/2014 07:50 PM, Ondřej Čertík wrote:
On Tue, Jul 8, 2014 at 4:05 PM, Alan Bromborsky <abro...@verizon.net>
wrote:
So will the output of 2to3 run in python2.7?
The 2to3 runs in Python 2.7, but you should not be running it.

Ondrej

--
You received this message because you are subscribed to the Google Groups
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/53BC8786.8060003%40verizon.net.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/53BC93A8.5060504%40verizon.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to