Re: [Numpy-discussion] numpydoc.traitsdoc error

2012-03-24 Thread Ralf Gommers
On Sat, Mar 24, 2012 at 6:58 PM, Brad Buran wrote: > Not sure if this is the appropriate place to report the issue, but > I've been getting the following error when trying to build my docs > using Sphinx 1.1.3: > > File "C:\Python27\lib\site-packages\numpydoc\numpydoc.py", line 36, > in mangle_d

[Numpy-discussion] 1.7 blockers

2012-03-24 Thread Charles R Harris
Hi All, There several problems with numpy master that need to be fixed before a release can be considered. 1. Datetime on windows with mingw. 2. Bus error on SPARC, ticket #2076. 3. NA and real/complex views of complex arrays. Number 1 has been proved to be particularly difficult, any h

[Numpy-discussion] Inconsistent type name formatting.

2012-03-24 Thread Charles R Harris
Example: In [40]: array([1, 2], dtype('>l')).dtype Out[40]: dtype('>i8') In [41]: array([1, 2], dtype('q')).dtype Out[42]: dtype('>i8') In [43]: array([1, 2], dtype('M8[D]')).dtype Out[44]: dtype('>M8[D]') In [45]: array([1, 2], dtype('i8' form with '<' if appropriate, although it's probably a

[Numpy-discussion] numpydoc.traitsdoc error

2012-03-24 Thread Brad Buran
Not sure if this is the appropriate place to report the issue, but I've been getting the following error when trying to build my docs using Sphinx 1.1.3: File "C:\Python27\lib\site-packages\numpydoc\numpydoc.py", line 36, in mangle_docstrings doc = get_doc_object(obj, what, u"\n".join(lines)

Re: [Numpy-discussion] f2py and pygtk on windows

2012-03-24 Thread Charles R Harris
On Sat, Mar 24, 2012 at 8:09 AM, Thomas Kluyver wrote: > On 24 March 2012 13:28, David Froger wrote: > > I've had similar problem in the past (but on Gnu/Linux), which was solve > > to by setting the LC_ALL environnement variable to C. (never undersant > why). > > (with Bash: export LC_ALL=C) >

Re: [Numpy-discussion] f2py and pygtk on windows

2012-03-24 Thread Thomas Kluyver
On 24 March 2012 13:28, David Froger wrote: > I've had similar problem in the past (but on Gnu/Linux), which was solve > to by setting the LC_ALL environnement variable to C. (never undersant why). > (with Bash: export LC_ALL=C) This rings a bell. I have a feeling importing pygtk can change the P

Re: [Numpy-discussion] f2py and pygtk on windows

2012-03-24 Thread David Froger
Excerpts from Sameer Grover's message of ven. mars 09 20:50:06 +0100 2012: > >>>import gtk > >>>import foo # where foo is any f2py-wrapped program > > Subsequently, on exiting python interpreter, the interpreter crashes > with this error message - "This application has requested the Runtime > to t