I'm not familiar with vim, been avoiding it and emacs both. I like gedit but it's not an IDE.xalan wrote:vim + vimpython + these settings: http://www.vex.net/~x/python_and_vim.html
Interesting, thanks for the tip.xalan wrote:Then go through this: http://wiki.python.org/moin/IntegratedD ... vironments
Actually it was, just needs tk USE flag enabled to work.sgtrock wrote:Here's an answer to why idle might not have been added as part of your python emerge:
http://forums.gentoo.org/viewtopic-t-47 ... +idle.html

I like it, nice & simple. I like SPE too but latest/greatest not in portage yet. Anjuta works too. Don't care for VIM meself, too complicated.Penguin of Wonder wrote:Has anyone here actually used IDLE? From the reviews of the the IDEs I read following a previously posted link, the vim option sounds really nice.



Uhh, stupid question. How do I do that? Do I need to one-shot python, or just when I install IDlE?sgtrock wrote:Just remember to add tcl and tcltk to your build options for Python.(Why on earth the Gentoo default ebuild of Python doesn't include these dependencies is beyond me. They're part of the language spec, fer chrissake!)
Try this:Penguin of Wonder wrote:Uhh, stupid question. How do I do that? Do I need to one-shot python, or just when I install IDlE?sgtrock wrote:Just remember to add tcl and tcltk to your build options for Python. :) (Why on earth the Gentoo default ebuild of Python doesn't include these dependencies is beyond me. They're part of the language spec, fer chrissake!)
Code: Select all
emerge -av flagedit
flagedit +tcltk +tk
emerge -avN python
I don't know. flagedit is a nifty little program that allows you to easily add or remove USE flags from your /etc/make.conf file.Penguin of Wonder wrote:Thank you very much grofaz! I've never had to do that before. So... is there a Gentoo page on what that does?
Code: Select all
flagedit -h