Hi Carlos Since I have the similar question I appreciate if I can get your help. Im new to python/anaconda and Spyder. Recently I installed Anaconda on my mac and have been working with python. I noticed that auto-complete is not working anymore.
for example I have: import numpy as np import matplotlib.pyplot as plt import pandas as pd when I enter pd. then nothing shows up. I've tried Ctrl+Space, Tab,... Everything. but non of them works. Can I get your help please? Regards, Sogol On Wednesday, November 13, 2013 at 8:23:34 AM UTC-5, Carlos Córdoba wrote: > > Hi, > > If you don't have auto-completion on the Editor, the most probable cause > is that you don't have a Python package called "rope". Please check our > menu entry > > ? > Optional dependencies > > to see what other packages you may need to install. > > To install rope, just open a cmd.exe and run this command: > > easy_install rope > > Cheers, > Carlos > > El 04/11/13 13:23, Mohammad Akbari escribió: > > Hi all > > I am new user of spyder. > > I have a auto complete problem with spyder. > > I am running on windows 32-bit os. > > > > When I am typing in editor, there is no pop up menu. Even after > > writing (np. ) > > And, after defining and running new def in editor, there is no auto > > complete in console. > > I am using spyder 2.2.4. > > > > Can anyone help me out with this? > > Thanks > > -- > > 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] <javascript:>. > > To post to this group, send email to [email protected] > <javascript:>. > > Visit this group at http://groups.google.com/group/spyderlib. > > For more options, visit https://groups.google.com/groups/opt_out. > > -- 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.
