Skip to main content

Posts

Showing posts with the label PyCharm

PyCharm: Unresolved reference 'print'

PyCharm can sometimes get confused specially if you have multiple interpreters and using virtualenv. To fix "Unresolved reference 'print'" message, do File | Setting... (Ctrl+Alt+S) | Project Interpreter | Show All (drop down) | Show path for the selected interpreter ( ) | Reload List of Paths ( ). Reference(s): http://forum.jetbrains.com/thread/PyCharm-291

PyCharm 3.4 Community Edition does not support Tfs Integration

PyCharm 3.4 Community is a very fine IDE and I cannot complain. But for some of the stuff that I do I need to use Tfs as source control. I spent quite a few hours searching the web how to enable Tfs integration in PyCharm but I can't find a good documentation that says you can't not use in PyCharm. But IntelliJ IDEA feature comparison matrix shows that Tfs Integration is only available in Ultimate.  So it must be the case that Tfs Integration is only available in Professional version or it just does not work.