If you were able to install the python 2 version of SymPy 0.7.2 into
python 3, that's a bug. The installer should have prevented that from
happening. I am pretty sure setup.py does, but I don't know how to
control the exe installer, nor can I even check it.

Aaron Meurer

On Apr 24, 2013, at 3:23 AM, Stefan Krastanov
<krastanov.ste...@gmail.com> wrote:

> Only sympy 0.7.2 is compatible with python 3, so first of all confirm
> that this is the version that you are using.
>
> Also, confirm that you are using the translated version (we develop in
> python 2 and then use a script to translate it to python 3 - so we
> have two different release archives).
>
> On 24 April 2013 10:52, Ron Machaka <ron.mach...@gmail.com> wrote:
>> Hi Guys
>>
>> I have also recently installed sympy on python33.
>> Please see the error below:
>>
>>>>> from sympy import *
>> Traceback (most recent call last):
>>  File "<pyshell#35>", line 1, in <module>
>>    from sympy import *
>>  File "C:\Python33\lib\site-packages\sympy\__init__.py", line 20, in
>> <module>
>>    from sympy.core import *
>>  File "C:\Python33\lib\site-packages\sympy\core\__init__.py", line 4, in
>> <module>
>>    from sympify import sympify
>> ImportError: No module named 'sympify'
>>
>>
>>
>> Is SymPy now compatible with Python 3 ??
>>
>> Ron
>>
>> --
>> 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?hl=en-US.
>> For more options, visit https://groups.google.com/groups/opt_out.
>
> --
> 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?hl=en-US.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
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?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to