To debug introspection features like autocomplete, go-to-definition or calltips, one has to set the SPYDER_DEBUG environment variable to 1.
So, in a bash terminal, type the following before re-executing Spyder: $ export SPYDER_DEBUG=1 Then, two more files should appear in your ~/.spyder2 directory: 'monitor_debug.log' and 'rope.log'. They contain very useful informations to solve this problem. HTH, Pierre 2012/7/24 anatoly techtonik <[email protected]>: > Usually autocomplete fires up automatically when a . or ( is typed. Looking > at the code I can't immediately say how a completion is implemented (other > than "it looks like it is provided by rope"), so I guess somebody should > describe that and/or implement debug hooks that print what's going on with > completion when Ctrl-Space is clicked and doesn't work. > > > On Saturday, July 21, 2012 8:34:07 PM UTC+3, Thomas Goossens wrote: >> >> Same problem here! >> >> Arch linux 64bit >> >> On Wednesday, July 18, 2012 11:25:01 AM UTC+2, Dhikanix wrote: >>> >>> haloo all im new using spyder editor ... >>> i have problem how to use autocomplete ?? >>> >>> to use autocomplete is ctrl+space right ??? >>> >>> when i write import that pop up is showing >>> but when i call pyside module pop up not showing... >>> >>> and when i write wrong code like forgot close bracket it didn't warning >>> .... >>> >>> is a bug of spyder ??? anyone can help me ?? >>> i think spyder is very slightly to use than i use eclipse it's so heavy >>> .... >>> i verry like this editor ...but i can use it maximal feature >>> >>> i use linux ubuntu lucid liynx 10.04 >>> >>> >>> > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/spyderlib/-/ancKl-XpmzEJ. > > 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/spyderlib?hl=en. -- You received this message because you are subscribed to the Google Groups "spyder" 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/spyderlib?hl=en.
