Edward Kniażycki
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
-
Edward Kniażycki created a post, Answeredautocomplete 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 commented, -
Edward Kniażycki created a post, AnsweredIDEA 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 created a post, 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 created a post, 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 ...