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 recent call last):
  File "<pyshell#0>", line 1, in <module>
    from sympy import *
  File "C:\Program Files\Python 3\lib\site-packages\sympy\__init__.py", line 
20, in <module>
    from sympy.core import *
  File "C:\Program Files\Python 3\lib\site-packages\sympy\core\__init__.py", 
line 4, in <module>
    from sympify import sympify
ImportError: No module named sympify
>>> 

I am trying to teach myself programming. I'm just a newbie so I don't know 
anything about disutils (I found out in my research that the installation 
*might* be the problem. I am not really sure). Any help is appreciated. 
Thank you.

Jefferson
BS Chemical Engineering
2nd yr

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sympy/-/AOFSQ5AckPMJ.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to