Re: [Numpy-discussion] ANNOUNCE: ETS 3.1.0 released!

2008-12-13 Thread Gael Varoquaux
On Sat, Dec 13, 2008 at 04:01:41PM -0500, Robert Pyle wrote: > Rerunning easy_install a couple of times did the trick. I just whish such workaround weren't necessary. Packaging is hard. Gaël ___ Numpy-discussion mailing list Numpy-discussion@scipy.org h

Re: [Numpy-discussion] ANNOUNCE: ETS 3.1.0 released!

2008-12-13 Thread Robert Pyle
Gaël, Rerunning easy_install a couple of times did the trick. Thanks for the help. Bob On Dec 13, 2008, at 8:10 AM, Gael Varoquaux wrote: > On Fri, Dec 12, 2008 at 12:27:28PM -0500, Robert Pyle wrote: >> -- > >> I tried 'easy_install -U ETS==3.1.0' > >> and ended up with: >> -- >> The

Re: [Numpy-discussion] ANNOUNCE: ETS 3.1.0 released!

2008-12-13 Thread Gael Varoquaux
On Fri, Dec 12, 2008 at 12:27:28PM -0500, Robert Pyle wrote: > -- > I tried 'easy_install -U ETS==3.1.0' > and ended up with: > -- > The package setup script has attempted to modify files on your system > that are not within the EasyInstall build area, and has been aborted. > This packag

Re: [Numpy-discussion] Plot directive in numpy docs

2008-12-13 Thread Scott Sinclair
> 2008/12/12 Pauli Virtanen : > Fri, 12 Dec 2008 14:20:50 +0100, Gael Varoquaux wrote: >> What is the guideline on using the plot directive in the numpy docs? > > No guideline yet, I'd suggest not to use it in docstrings yet, before we > are sure it works as we want it to work. > > ** What to think