bin/pycharm.sh ERROR: Cannot start PyCharm No JDK found. Please validate either PYCHARM_JDK, JDK_HOME or JAVA_HOME environment variable points to valid JDK installation. I wish this had been mentioned up front, before I spent all that time watching videos and such. :/ Nothing against java per se, just that it's a giant runtime/security-surface that has no bearing on my Python work. I'm still happy with Geany, gvfs, m…
Same here, though I've been following JetBrains for a while. I wish there was some way they could port it to OS X without depending on Java.
JetBrains releases open-source Python IDE
101–110 of 218 posts
Re: JetBrains releases open-source Python IDE
#102Earlier quoted context omitted.
I just created a model from a table with over 20 columns. A few days ago I had to hardcode a list of settings I screenscraped into a JS array in the Chrome console. You can't refactor things like that.
For those sorts of things I think it's completely reasonable to drop into emacs, vim or sublime and then just copy paste back into your primary IDE. When it's a text editing operation that you're trying to do (as opposed to a defined transformation on valid source) then it makes sense to use a text editor. I keep emacs and intellij open usually.
Re: JetBrains releases open-source Python IDE
#103Re: JetBrains releases open-source Python IDE
#104Oh look, another community edition program. "Open core is the new shareware." http://ebb.org/bkuhn/blog/2009/10/16/open-core-shareware.htm...
Re: JetBrains releases open-source Python IDE
#105Earlier quoted context omitted.
If you are a Vim fan, try using IdeaVim plugin with PyCharm. Plugins can be installed directly from the in-IDE plugin library.
I tried to like IdeaVim, but simple things like undo/redo were broken by the mix of vim and intellij shortcuts. When even the basics don't work...
Re: JetBrains releases open-source Python IDE
#106The .exe download is blocked at the office. Is there a .zip version available? I also assume the installer doesn't require administrative privileges... Am I right?
Re: JetBrains releases open-source Python IDE
#107Earlier quoted context omitted.
Most cases where you'd need multi-selection you can likely use Refactor in an IntelliJ IDE.
I just created a model from a table with over 20 columns. A few days ago I had to hardcode a list of settings I screenscraped into a JS array in the Chrome console. You can't refactor things like that.
But there is also column selection mode.
Re: JetBrains releases open-source Python IDE
#108Re: JetBrains releases open-source Python IDE
#109I'm fairly new to the Python world but I've been using PyCharm for a couple months now and it is absolutely amazing. JetBrains makes really great products, I've been a huge fan of IntelliJ IDEA (Java) for a few years now - converted many die hard Eclipse users over to it, and they never looked back.
I agree. I've been using IDEA since early 2005. I am currently working on a project that requires me to use Eclipse, and it's almost unusable.
Re: JetBrains releases open-source Python IDE
#110JetBrains has actually open sourced the complete IntelliJ Community Edition IDE/platform: see http://www.jetbrains.org/display/IJOS/Home and https://github.com/JetBrains/intellij-community Incredible!
Furthermore, they are working on a cross-platform C++ IDE (hopefully using Clang for parsing): http://www.jetbrains.com/objc/features/cpp.html . I can't wait for the release.