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.
