Hi Carlos, I see... Thanks! But still, a quick question: I have been using WinPython 3 and it did not come with rope in previous versions; however, spyder worked well previously.
Is that rope is required only in this latest RC, but not before? -Shawn On Friday, June 13, 2014 1:54:53 PM UTC-4, Carlos Córdoba wrote: > > That box is disabled because you don’t have installed a library called > rope. You can verify that that’s the case by going to > > Help > Optional dependencies > > and seeing that the rope entry is in red. > > To install rope you need to run these commands in a terminal (cmd.exe in > Windows): for Python 2 > > pip install rope > > and for Python 3 > > pip install rope_py3k > > > Cheers, > Carlos > > El 13/06/14 11:48, Yuxiang Wang escribió: > > Hi Jon, > > Thanks for checking that! I confirm that I see the same thing - the > "Editor" checkbox is unavailable here too, with Python 3.3 64-bit in Win 7. > > -Shawn > > On Friday, June 13, 2014 10:13:45 AM UTC-4, Jon Moore wrote: >> >> I also get this - 2.3.0 rc - IPython 2.0.0, python 2.7.6 >> In preferences the option to link Object inspector with Editor is >> unavailable - >> >> But do not know why >> <https://lh4.googleusercontent.com/-E60YpYerNnM/U5sGtSJTs7I/AAAAAAAAAWI/payWoI6fzxk/s1600/Capture.PNG> >> > -- > 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/d/optout. > > > -- 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. For more options, visit https://groups.google.com/d/optout.
