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

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

2012-03-14 Thread Sameer Grover
On Monday 12 March 2012 12:26 AM, Christoph Gohlke wrote: > > On 3/10/2012 9:31 PM, Sameer Grover wrote: >> On 10 March 2012 02:23, Christoph Gohlke wrote: >>> >>> On 3/9/2012 11:50 AM, Sameer Grover wrote: >>> import gtk >>> import foo # where foo is any f2py-wrapped program Subsequ

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

2012-03-11 Thread Christoph Gohlke
On 3/10/2012 9:31 PM, Sameer Grover wrote: > On 10 March 2012 02:23, Christoph Gohlke wrote: >> >> >> On 3/9/2012 11:50 AM, Sameer Grover wrote: >> import gtk >> import foo # where foo is any f2py-wrapped program >>> >>> Subsequently, on exiting python interpreter, the interpreter crashe

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

2012-03-10 Thread Sameer Grover
On 10 March 2012 02:23, Christoph Gohlke wrote: > > > On 3/9/2012 11:50 AM, Sameer Grover wrote: > 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 r

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

2012-03-09 Thread Christoph Gohlke
On 3/9/2012 11:50 AM, Sameer Grover wrote: 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 terminate it in an unusual way.

[Numpy-discussion] f2py and pygtk on windows

2012-03-09 Thread Sameer Grover
>>>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 terminate it in an unusual way. Please contact the application's support team for more i