I have installed ropemacs in emacs and do these instructions:

  1. Edit config of the rope project (using M-x rope-project-config or directly opening .ropeproject/config.py) and replace the line

    prefs['extension_modules'] = []

    with

    prefs['extension_modules'] = ['gtk._gtk', 'gobject._gobject', 'pango', 'atk']

  2. Remove file .ropeproject/globalnames from the root of your rope project if there is one.

But it doesn't work. any idea to solve this problem?

link|improve this question

58% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.