Hi Xavier, I actually found that thread as well and read through it. It seems like they were unable to successfully install pyclewn as well. I think they may have gotten stuck on something else as their error is different than mine.
My error is: Error: 'pyclewn' cannot be found or is not an executable. I have gnu gdb and I even made sure that pyclewn is on my path. Is there anything else I could try? :( Thanks, -Vito On Nov 21, 2012, at 1:26 AM, Xavier de Gaye wrote: > 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
