Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ekaterina Smal
Total activity
251
Last activity
December 07, 2017 20:59
Member since
February 15, 2011 13:15
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
115
Activity overview
Posts (0)
Comments (136)
Sort by recent activity
Recent activity
Votes
Created
May 10, 2012 10:52
Hi Rubens,thank you for reporting the problem. Difference in project_dir will be fixed as soon as possible.
Community
PyCharm
"Can't find the file 'settings.py' in the directory containing 'manage.py'" after upgrade to 2.5.1 today
0 votes
Created
May 10, 2012 11:28
Hi Kurdy,do you run Tools->Run manage.py task from pycharm?Can you run command successfully from the command line?There are a lot of modules that uses PIL different from Django (SciPy, Pigments, Sp...
Community
PyCharm
AccessInit: hash collision: 3 for both 1 and 1
0 votes
Created
December 16, 2011 13:11
Hi Sunit,Unfortunately, we cannot reproduce this behavior.There is an issue in our tracker -- http://youtrack.jetbrains.net/issue/PY-5053looks similar to what you descibed.Do you have any specific ...
Community
PyCharm
Error running managepy task - syncdb
0 votes
Created
January 26, 2012 19:39
Hi Oleksandr,actually it's possible to specify type for local variables.You can see syntax here -- http://youtrack.jetbrains.net/issue/PY-4083Note: when you declare type using docstrings -- you sho...
Community
PyCharm
How to improve PyCharm code completion (auto-complete)?
0 votes
Created
January 14, 2012 08:38
Hi Vadim, Unfortunately, we cannot support django-nose test runner now. It happenes because django-nose doesn't support some internal django test runner agreements. There is an issue in our tracker...
Community
PyCharm
How can i use django-nose for testing?
0 votes
Created
November 11, 2011 16:07
Hi Alan, There is issue in our tracker looks similar to the problem you described -- http://youtrack.jetbrains.net/issue/PY-5016 . Feel free to vote to get notifications about a progress.
Community
PyCharm
Strange inspection result
0 votes
Created
November 15, 2011 13:48
Hi Jeroen,Thanks a lot for reporting this. I've created an issue: http://youtrack.jetbrains.net/issue/PY-5037 Feel free to watch it and get notified once it is fixed.
Community
PyCharm
EAP: is Assignment can be replaced with augmented assignment supposed to work?
0 votes
Created
July 04, 2011 17:22
Hi Fedor,there's typing error in this comment. Actually Dmitry meant:var = Foo().variable""":type : str """or """@type : string """ for epytext comments.But I'm not sure it's the right way to handl...
Community
PyCharm
Type declaration for variables in rst
0 votes
Created
July 05, 2011 08:00
Hi,in your example try to type:var = None""" :type: str """var. # <-- here Pycharm'll suggest you autocompletion for string methods.PyCharm does not really change the type of var, but adds stri...
Community
PyCharm
Type declaration for variables in rst
0 votes
Created
July 05, 2011 08:58
Thanks, I understood.We are now discussing this feature. Possibly, it'll be added in Pycharm 2.0Also you can create an issue for this feature here -- http://youtrack.jetbrains.net/issues/PY
Community
PyCharm
Type declaration for variables in rst
0 votes
«
First
‹
Previous
Next
›
Last
»