I installed PySal like so -> conda install pysal I ran a python console in the terminal and import pysal...No probs
I run an Ipython console in the terminal and import pysal...No problem Open spyder, I try to import pysal at the Ipython console...no luck! move to the python console, still No Luck. sys.prefix in spyder consoles reads '/usr/' sys.prefix at the terminal reads '/home/rick/anaconda2' then I read to do Preference->Console->Advanced Settings->and switch the python executable to 'home/rick/anaconda2/bin/ python' now if I try to open an Ipython kernel it fails with this error: An error ocurred while starting the kernel Either: Your IPython frontend and kernel versions are incompatible or You don't have IPython installed in your external interpreter. In any case, we're sorry but we can't create a console for you. but, if I use the python console in Spyder I can now import pysal. What is this all about? ~rick -- 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 https://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
