Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Introspection is missing rope but rope is installed on the machine #2084

Closed
spyder-bot opened this issue Feb 17, 2015 · 4 comments
Closed

Comments

@spyder-bot
Copy link
Collaborator

From hzens...@googlemail.com on 2014-12-12T02:16:27Z

Please note that reporting bugs from Spyder's help menu ("?" > "Report
issue...") will fill version details for Spyder, Python and Qt in this description for you. Hi Team,
Thanks for Spyder. I have seen this running on a machine fast and reliable. But unfortunately not for me when it comes to code completion. I have installed a fresh Debian Jessie with Spyder 2.3.1 from the standard repositories with aptitude in the normal way. But when I go to Preferences -> Editor -> Code Introspection/Analysis it gives a Warning about missing rope. But rope has also been installed via aptitude install python-rope. According to "dpkg -l python-rope", rope is installed ok, too. I did dpkg-reconfigure for spyder and rope without success. No error messages in the internal console though and no messages in /var/log that would point me to anywhere and in the bug reports here I could also not find anything that would lead me to a solution. This is my first bug report so sorry for not sticking to the process or not delivering enough information. Thanks for your help in advance.

What steps will reproduce the problem?

1.Preferences -> Editor -> Code Introspection/Analysis always shows Warning about missing rope. 2. 3.

What is the expected output? What do you see instead?

Expected output: Code completion in Editor, but nothing happens. What version of the product are you using? On what operating system? Spyder 2.3.1 on Debian Jessie

Please provide any additional information below

. See above

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=2084

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2014-12-12T13:59:29Z

Are you using Spyder under Python 3 or Python 2? I'd say the most likely answer is Python 3, for which Debian doesn't have a rope package.

To install rope you need to use pip, with this command:

sudo pip3 install rope_py3k

Labels: Cat-Editor MS-v2.3.3

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2014-12-15T09:55:22Z

I'm almost sure the error is about the missing rope dependency in Debian/Ubuntu in Python 3.

Unfortunately there is nothing we can do to fix, except the recommendation I gave to you :-)

Status: WontFix

@spyder-bot
Copy link
Collaborator Author

From hzens...@googlemail.com on 2014-12-16T08:50:17Z

Hi Carlos,

Sorry for the late reply. Couldn't get to my machine earlier. Your fix did work. You made my day!!! Thanks so much and sorry again for the late message.

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2014-12-16T11:59:05Z

Don't worry, I'm glad the fix worked for you.

I was just reviewing other issues and found yours, so before I forgot about it, I prefered to post a last closing message ;-)

Labels: -MS-v2.3.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant