I have installed ropemacs in emacs and do these instructions:
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']
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?