The information you give us doesn't really tell us much in the way of helping you. What version of Python are you using, and where did you get the installer from? Do the Python and/or SymPy installers give any information regarding the installation paths?
Note, if you are not using the standard Python for Windows, but some other Python that is 64-bit, then the .exe installer will not work. See http://code.google.com/p/sympy/issues/detail?id=1235. The solution is to either apply the workaround listed there, or to do a source install. Aaron Meurer On Sun, Dec 18, 2011 at 5:22 PM, Richard Dybowski <[email protected]> wrote: > I have followed the instructions to install sympy from > sympy-0.7.1.win32.exe but when I do "import sympy" I get the error > message "ImportError: No module named sympy". In contrast, I had no > problem with my installations of numpy and scipy. > > Any suggestions please. > > Regards, > > Richard > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > 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. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. 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.
