Edward Kniażycki
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
-
Edward Kniażycki 创建了一个帖子, 已回答autocomplete for a context manager class
Hello, I work with IDEA/Python plugin (PyCharm) version 2016.3.163.298 and I have a Python 2.7 based project. Refactoring and autocomplete work great for all the classes except a one, using the con... -
Edward Kniażycki 进行了评论, -
Edward Kniażycki 创建了一个帖子, 已回答IDEA 2016.1 Can't load AMD 64-bit Oracle OCI dll on a IA 32-bit platform (which in fact is 64-bit)
Hello, Could you please comment my problem with the Oracle db connection under IDEA 2016.1? Details: I switched from IDEA 12.1 to 2016.1; the machine, OS (Windows 7 64-bit), JRE 1.8 and Oracle 64-b... -
Edward Kniażycki 创建了一个帖子, doc comments for method problem
Hello, When I try to create a method's doc comment (caret after the method declaration -> triple quotes -> Enter/Space) the IDE autocompletes the triple quotes only, doesn't create expected doc com... -
-
-
Edward Kniażycki 创建了一个帖子, from pydev import pydevd raises "ImportError: No module named pydev"
Hello,I have tried to run a remote debugging session. When I inserted the directive: "from pydev import pydevd" editor warned me about the unresolved reference to pydev, so I tried embedded python ...