Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dirk Dittert
Total activity
115
Last activity
January 12, 2016 04:05
Member since
January 06, 2014 12:58
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
48
Activity overview
Posts (2)
Comments (65)
Sort by recent activity
Recent activity
Votes
Created
March 26, 2014 22:11
There are certain memory limits for 32bit JVM instances. I don't know how this is done with pycharm, but for IntelliJ there is idea.exe and idea64.exe. The former launches the 32bit vm, the latter ...
Community
PyCharm
Failed to create JVM: error code -4
0 votes
Created
April 07, 2014 21:08
You can't do this out of the box with PyCharm, but there are Python frameworks that allow you to create executable files. One of them is cx_freeze. It allows you to include pip packages into the ex...
Community
PyCharm
Creating an porting executable files for Mac OS X?
0 votes
Created
April 16, 2014 11:15
Welcome to the Python character encoding hell! The error means that you're having non-ascii characters in your source file. Python assumes that your source files are in ascii encoding unless you ex...
Community
PyCharm
character like ö, ü, ä, ß
0 votes
Created
February 11, 2014 07:40
No, no idea what's going on but I'm having the same problem! There are some type hints that just are not evaluated properly and I haven't found out what is special about them or what I am doing wro...
Community
PyCharm
Type hints not resolving
0 votes
Created
February 14, 2014 07:34
I suppose creating an issue in YouTrack would help. They don't seem to be monitoring this forum closely.
Community
PyCharm
Type hints not resolving
0 votes
Created
February 11, 2014 06:59
What is git status (on the command line) saying in one of the directories that has modified files after a commit?
Community
PyCharm
Why do some files stay Modified / Blue on Commit?
0 votes
Created
February 11, 2014 07:20
Here's what I am doing when I encounter an unexpected file not found problem: Open the terminal ls /<user>/Documents/my_file.txt Make sure that you copy & paste the exact same path from the error ...
Community
PyCharm
Opening a File Outside PyCharm IDE - Read Line by Line
0 votes
Created
February 23, 2014 08:30
What are you trying to do, what system are you on and which SVN server/working copy version are you using?
Community
PyCharm
SVN Error E175005
0 votes
Created
February 23, 2014 19:41
That sounds weird. By any chance, are there any .svn directories in your project? Maybe because you copied files and folders from another project under version control into your project? Or did you...
Community
PyCharm
SVN Error E175005
0 votes
Created
February 27, 2014 22:37
This has been bugging me for a while now as well... I still manage, if it's just two but if there are more failing tests, this gets really cumbersome sometimes.
Community
PyCharm
Unit test history
0 votes
«
First
‹
Previous
Next
›
Last
»