HI Carlos, I meant auto-complete works perfectly in the interactive console…but not in the script unless I run the script once..even the script has nothing by import statement in it.
Martin On 12 Feb, 2013, at 12:09 AM, Carlos Córdoba <[email protected]> wrote: > Do you mean autocompletion on the console? In that case, yeah, you need to > evaluate your file to get completions. Before that the console doesn't know > anything about your script. > > Cheers, > Carlos > > El 11/02/13 11:00, thefatbrain escribió: >> HI All, >> I am not sure if this is part of the feature of python or not, I found that >> the auto-completion only works after I run the program for at least once... >> When I first start up Spyder and write a few lines of code in it, the >> auto-completion wouldn't work unless I have run the same module for at least >> once..otherwise, a 'tab' will not trigger auto-completion. At the same >> time, auto-completion runs perfectly in the command console... >> >> I found similar behavior in IDLEX... >> Is this by nature? >> Brain >> >> -- >> 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?hl=en. >> 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 http://groups.google.com/group/spyderlib?hl=en. > 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 http://groups.google.com/group/spyderlib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
