Hi Timmie,

As David rightly notes, the root of your problem can be that you have installed Spyder 1 and Spyder 2 side by side. If this is the case, you have to uninstall both before install Spyder 2 again.

If this is not the case, you can still try two things:

1. Do a mouse right-click above any toolbar and select "Internal Console". This is the place where all internal error messages go. So make it visible when you are working on the editor, and please check what gets printed there when you type "("

2. Go to Preferences > Console > Introspection and uncheck "Enable monitor". This should disable the connection between the editor and the console.

Cheers,
Carlos

El 23/02/11 04:08, David Verelst escribió:
you could try to start-up spyder in debug mode:
from a command prompt: python.exe spyder -d (don't know how it exactly
goes on your windows machine, with or without .exe and if Python is in
your path)
and see if anything comes up.

Have you checked the settings:
preferences>  editor>  code introspection/analysis>  automatic
notification to object inspector
preferences>  console>  introspection>  automatic notification to
object inspector

Or try to import rope from a spyder console?

I made a mistake before by mixing up two installations of spyder,
which had some annoying side effects. Maybe that's the case here as
well?


On 23 February 2011 09:52, Timmie<[email protected]>  wrote:
Works fine on my end (ubuntu 10.04 64bit, spyder from repo, rev 1202).
Have you installed rope correctly?
Further, you need sphinx installed
to enjoy the rich text view.
I updated all: rope, Sphinx, Spyder all from their respective repos.

No object inspector for console nor for editor.

Where could be the problem?

--
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.



--
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.

Reply via email to