Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Edward Kniażycki
Total activity
13
Last activity
February 27, 2017 15:39
Member since
December 17, 2012 14:43
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
4
Activity overview
Posts (4)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
February 27, 2017 15:39
Hello Anna, I found the reason of that behaviour:in the multiline docstring of the __enter__ method there was a line beginning with :type. Removing it I got autocomplete working. The :type hint was...
Community
PyCharm
autocomplete for a context manager class
0 votes
Created
March 25, 2016 15:11
Thanks, that solved the problem!
Community
IntelliJ IDEA Users
IDEA 2016.1 Can't load AMD 64-bit Oracle OCI dll on a IA 32-bit platform (which in fact is 64-bit)
0 votes
Created
December 17, 2012 15:05
Hi Dmitry,I tried: editor underscores the import and warns me "no module named pydevd", embedded console accepts the import and eg. allows to print pydevd:<module 'pydevd' from 'C:\Program Files\Je...
Community
PyCharm
from pydev import pydevd raises "ImportError: No module named pydev"
0 votes
Created
December 18, 2012 08:37
I had the directive: sys.path.append('/home/my-user-folder/egg-folder/pycharm-debug.egg') before the pydevd import statement. /home/my-user-folder/egg-folder/ is the path on the remote (Linux) mac...
Community
PyCharm
from pydev import pydevd raises "ImportError: No module named pydev"
0 votes