Hi Vito, A search in vim_mac mailing list gives this thread:
https://groups.google.com/forum/?fromgroups=#!searchin/vim_mac/pyclewn/vim_mac/IB9lr5WR-P8/RgvNyf5g8AwJ where pyclewn was installed with the command (in the first post by bjorn): $ EDITOR=/Applications/MacVim.app/Contents/MacOS/Vim vimdir=$HOME/.vim python setup.py install --force --home=$HOME And ":Pyclewn" failed with this error: gdb busy: command discarded, please retry Now this "gdb busy: command discarded, please retry" error comes from the fact that gdb on Mac OS X is NOT GNU gdb, but an incompatible fork of gdb. So when you succeed in installing pyclewn on MacVim, you must also download and install GNU gdb (this is very easy). -- Xavier Les Chemins de Lokoti: http://lokoti.alwaysdata.net ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Pyclewn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyclewn-general
