Re: [sympy] Cannot import sympy at Python 3

2013-04-24 Thread Ron Machaka
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

Re: [sympy] Cannot import sympy at Python 3

2013-04-24 Thread Stefan Krastanov
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

Re: [sympy] Cannot import sympy at Python 3

2013-04-24 Thread Aaron Meurer
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

[sympy] Cannot import sympy at Python 3

2011-08-01 Thread Jefferson
I have recently installed sympy. I have the newest version of python. The symoy site said that it is compatible with the version I have but everytime I try to import the sympy module using this command: from sympy import * I always get the following error: Traceback (most

Re: [sympy] Cannot import sympy at Python 3

2011-08-01 Thread Vladimir Perić
On Mon, Aug 1, 2011 at 4:44 PM, Jefferson jbr5...@gmail.com wrote: I have recently installed sympy. I have the newest version of python. The symoy site said that it is compatible with the version I have but everytime I try to import the sympy module using this command:   from sympy