Google App Engine ProtoRPC Code Completion
Hey guys,
I'm fairly new to PyCharm (and Python development in general really) and I have a question concerning code completion support.
I'm currently playing around with the ProtoRPC module that the Google App Engine team made available, and have noticed that PyCharm isn't recognizing it as an available module.
It looks a little something like this...
However, when I run/debug everything works great.
I'm curious, do I have to include the path to the ProtoRPC modules somewhere?
Full disclosure, I'm running the latest version of PyCharm on Windows 7.
Any help would be super!
Thanks,
Tom
Attachment(s):
unresolved.PNG
Please sign in to leave a comment.
Hello Tom,
This should be fixed in the forthcoming PyCharm 2.0 release.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Super! Thanks Dmitry!