On 03/20/2015 05:15 PM, Vinit Krishna wrote:
Thanks for your reply.My OS is Windows 8.1 64-bit. Spyder was installed as part of the Anaconda package (Python 2.7.8 |Anaconda 2.1.0 (64-bit). I haven't manually installed Python packages. Instead, I've been using pre-installed packages but when i attempt to import pandasql, i get this message: import pandas as pd from pandasql import sqldf Traceback (most recent call last): File "<ipython-input-5-740f6f3989c2>", line 1, in <module> from pandasql import sqldf ImportError: No module named pandasql
Seems pandasql is in the Anaconda repos: http://repo.continuum.io/pkgs/free/win-64/index.html So you will need to use the conda package manager to install it. -- Adrian Klaver [email protected] -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
