wubbalubba
wubbalubba

Reputation: 764

Pycharm upgrade to 4.0.5 causes issues

I've been using PyCharm 4.0.4 (community edition) for a while without problems and just updated to PyCharm 4.0.5. When trying to modify a project that I had developed in 4.0.4, the IDE suddenly hangs even though I'm simply typing into the editor/adding a comment/etc. I'm not even attempting to run the program. The IDE hangs after about 2-3 minutes of having PyCharm open. Two questions here:

  1. Any tips/suggestions/insights on why the issue is occurring or a potential solution to the problem?
  2. If no to the above, is there a straightforward way to revert to the previous version?

Thanks in advance for your help.

Upvotes: 3

Views: 705

Answers (3)

Tiago Ferraz
Tiago Ferraz

Reputation: 69

I also had problems with the update. I uninstalled Pycharm, then I installed 4.0.5. I haven't had any problems since.

Upvotes: 2

jcnam
jcnam

Reputation: 11

I have same trouble with the release 4.0.5 uptdated from 4.0.4 on OSX 10.6.8. I resolved the issue by setting the application "PyCharm CE.app" to run in the 32-bit mode (selecting the file and using "Get info" to enable the check box "Open in 32-bit mode").

It works normaly on 32-bit mode.

Upvotes: 1

Justin
Justin

Reputation: 322

I've also been encountering freezing with 4.0.5 on OSX. Tried removing my old projects created with the previous version of PyCharm and recreating them with 4.0.5 but no effect. I'm trying to find a download for an older version of PyCharm 4 but the previous release page only has version 3.

UPDATE: You can download 4.0.4 here

Upvotes: 2

Related Questions