Problem with importing '__builtin__' in Python plugin 2.2
Python plugin 2.2 have problem with '__builtin__' module. IDEA suggests explict import for it but it should be used implictly.
The problem is already described and fixed in PY-249. However there is no public build with that fix avaliable yet. And the bug really hurts a lot :-(
Is there any hope to see build with this fix soon?
请先登录再写评论。
Hello Alexey,
Yes, we plan to publish an updated build today.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks a lot!
Seems like the problem still persists in Python plugin 2.2.1 :-(
Hello Alexey,
Could you please try deleting and recreating the Python SDK?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Oh, this time it's worked perfectly. The problem is solved. Thanks!
However the solution is not very obvious for average user :-(