Re: [Matplotlib-users] Runtime Error on Solaris - Error Closing Dupe File Handle

2015-05-29 Thread Bryan Williams
It seems like it is a conflict of libraries...I've zeroed in to these two errors: /usr/include/unistd.h:496:75: error: conflicting declaration of C function 'void swab(const void*, void*, ssize_t)' and /usr/include/stdlib.h:144:13: note: previous declaration 'void swab(const char*, char*,

Re: [Matplotlib-users] Runtime Error on Solaris - Error Closing Dupe File Handle

2015-05-28 Thread Eric Firing
On 2015/05/28 3:13 AM, Bryan Williams wrote: I have gcc on the box. I also installed the C compiler for Solaris (cc), but I couldn't seem to find an option to switch it so that it uses cc rather than gcc. Maybe you can do this with an environment variable? export CC=/usr/bin/cc It does look

[Matplotlib-users] Runtime Error on Solaris - Error Closing Dupe File Handle

2015-05-24 Thread Bryan Williams
Good afternoon, My name is Bryan Williams. I work for the Florida Forest Service in their Forest Logistics and Support Bureau. I’m working on a program that takes weather data and visualizes it using matplotlib and Basemap. I’m currently having an issue with matplotlib 1.4.3 for Python 3.4.3

Re: [Matplotlib-users] Runtime error

2014-01-27 Thread Phil Elson
Hi Kai, I'm afraid I've never heard of this one. Do you have a full error log? Thanks, On 26 January 2014 02:40, kaiw...@genetics.ac.cn wrote: Hi, I'm trying to use matplotlib to generate pictures for my website view. The framwork I use is pyramid. But I got an error when I try to

[Matplotlib-users] Runtime error

2014-01-25 Thread kaiwang
Hi, I'm trying to use matplotlib to generate pictures for my website view. The framwork I use is pyramid. But I got an error when I try to refresh my page two or more times. The message is as follow: This application has requested the Runtime to terminate it in an unusual way. Please

Re: [Matplotlib-users] Runtime error with matplotlib in IDLE

2012-03-12 Thread Catherine Thwaites
On Sun, Mar 11, 2012 at 11:27 PM, gsal salger...@gmail.com wrote: Don't have a solution; I was just wondering if you have tried something else, like using ipython instead of IDLE. ipython may be better suited for threading and working with pylab, etc. Thanks for the reply. I do like

Re: [Matplotlib-users] Runtime error with matplotlib in IDLE

2012-03-11 Thread gsal
Don't have a solution; I was just wondering if you have tried something else, like using ipython instead of IDLE. ipython may be better suited for threading and working with pylab, etc. -- View this message in context:

[Matplotlib-users] Runtime error with matplotlib in IDLE

2012-03-10 Thread Catherine Thwaites
I have an error when running my script using matplotlib using IDLE. I suspect it is something to do with either numpy or matplotlib and I was wondering if any other users have had a similar problem. I have recently installed Python, matplotlib and numpy, I have not had it working correctly using

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-10 Thread Lee Boger
upgrade. Lee Christoph Gohlke cgoh...@uci.edu 02/09/2010 04:35 PM To matplotlib-users matplotlib-users@lists.sourceforge.net cc Subject Re: [Matplotlib-users] Runtime Error - Need Advice Caterpillar: Confidential Green Retain Until: 03/11/2010 I can now reproduce this. It seems the same

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Christoph Gohlke
Change the last line to pylab.show() and it should work. Anyway, this example should not crash the interpreter. I can reproduce the crash on Python 2.4, 2.5, and 2.6 (32 and 64 bit) on Windows with mpl 0.99.1 but not on Ubuntu 9.1 with mpl 0.99.0. The shortest example that crashes is: python -c

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Eric Firing
Lee Boger wrote: Windows XP Professional with Python 2.5 installed (pywin32 build 210) - came with dSPACE software package Downloaded and installed matplotlib-0.99.1.win32-py2.5.exe from sourceforge.net Downloaded and installed numpy-1.4.0-win32-superpack-python2.5.exe from

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Christoph Gohlke
To Lee Boger boger_...@cat.com cc Subject Re: [Matplotlib-users] Runtime Error - Need Advice Caterpillar: Confidential GreenRetain Until: 03/11/2010 Change the last line to pylab.show() and it should work. Anyway, this example should

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Eric Firing
To Lee Boger boger_...@cat.com cc matplotlib-users@lists.sourceforge.net Subject Re: [Matplotlib-users] Runtime Error - Need Advice Caterpillar: Confidential GreenRetain Until: 03/11/2010 Lee Boger wrote: Windows XP

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Lee Boger
Thanks for your help. I'll look into ipython. Lee Eric Firing efir...@hawaii.edu 02/09/2010 02:31 PM To Lee Boger boger_...@cat.com, matplotlib-users matplotlib-users@lists.sourceforge.net cc Subject Re: [Matplotlib-users] Runtime Error - Need Advice Caterpillar: Confidential Green

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Christoph Gohlke
PM To matplotlib-users matplotlib-users@lists.sourceforge.net cc Subject Re: [Matplotlib-users] Runtime Error - Need Advice Caterpillar: Confidential GreenRetain Until: 03/11/2010 Use pylab.savefig('log_plot'). Also saving

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Lee Boger
@lists.sourceforge.net cc Subject Re: [Matplotlib-users] Runtime Error - Need Advice Caterpillar: Confidential Green Retain Until: 03/11/2010 Lee Boger wrote: Thanks for the quick feedback. I changed the last line from figure.figure.show() to pyplot.show() and it worked without crashing

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Lee Boger
Python version 2.5.1, Tk version 8.4, IDLE version 1.2.1 Lee Christoph Gohlke cgoh...@uci.edu 02/09/2010 03:08 PM To matplotlib-users matplotlib-users@lists.sourceforge.net cc Subject Re: [Matplotlib-users] Runtime Error - Need Advice Caterpillar: Confidential Green Retain Until: 03/11

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Christoph Gohlke
...@uci.edu* 02/09/2010 01:23 PM To Lee Boger boger_...@cat.com cc Subject Re: [Matplotlib-users] Runtime Error - Need Advice Caterpillar: Confidential GreenRetain Until: 03/11/2010 Change the last line to pylab.show

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Christoph Gohlke
To close this thread: the PyEval_RestoreThread crash is a known bug in the tkagg backend on Windows. See line 375 of backend_tkagg.py: def show(self): this function doesn't segfault but causes the PyEval_RestoreThread: NULL state bug on win32 -- Christoph

[Matplotlib-users] Runtime Error from savefig( )

2010-01-14 Thread Echavarria Gregory, Maria Angelica
Good afternoon group, I am developing an application that had always before plotted a variable 2D numpy array of floats using contourf(), and then saved the figure produced as .png. Certain runs of the application (the ones with best precision) result in a failure while saving the figure using

Re: [Matplotlib-users] Runtime Error

2008-03-25 Thread Darren Dale
On Monday 24 March 2008 01:52:27 pm Brook Lin wrote: After installation, I only ran a simple code attached below. I found that I got this run time error from from pylab import *. I did go through what Mark Hamilton posted: Index: cutils.py

Re: [Matplotlib-users] Runtime Error

2008-03-24 Thread Chris Withers
Hi Brook, Brook Lin wrote: raise RuntimeError('%s' is not a writable dir; you must set %s/.matplotlib to be a writable dir. You can also set environment variable MPLCONFIGDIR to any writable directory where you want matplotlib data stored %h) This is the crucial bit. Looks like you've

Re: [Matplotlib-users] Runtime Error

2008-03-24 Thread Brook Lin
After installation, I only ran a simple code attached below. I found that I got this run time error from from pylab import *. I did go through what Mark Hamilton posted: Index: cutils.py === --- cutils.py (revision 5001) +++

Re: [Matplotlib-users] Runtime Error

2008-03-23 Thread Darren Dale
On Sunday 23 March 2008 2:23:36 pm Brook Lin wrote: Hi All, I installed the matplotlib0.91.2 on 64-bit Ubuntu7.04 system. I ran an example code and got the error: File testplot.py, line 2, in module from pylab import * File /usr/lib/python2.5/site-packages/pylab.py, line 1, in

Re: [Matplotlib-users] Runtime Error

2008-03-23 Thread John Hunter
On Sun, Mar 23, 2008 at 8:51 PM, Darren Dale [EMAIL PROTECTED] wrote: raise RuntimeError('%s' is not a writable dir; you must set %s/.matplotlib to be a writable dir. You can also set environment variable MPLCONFIGDIR to any writable directory where you want matplotlib data

[Matplotlib-users] runtime error

2007-09-18 Thread Daniel Fish
Could anyone explain why I get a runtime error when using pylab.ion? (see below) I am running the latest version of matplotlib on Python 2.5 (windows) Thanks, Daniel Fish #---Offending code import pylab pylab.ion() pylab.plot(range(10)) #-

Re: [Matplotlib-users] runtime error - IGNORE

2007-09-18 Thread Daniel Fish
Please ignore this question... - Original Message - From: Daniel Fish To: Matplotlib-users@lists.sourceforge.net Sent: Tuesday, September 18, 2007 11:21 AM Subject: [Matplotlib-users] runtime error Could anyone explain why I get a runtime error when using pylab.ion? (see

[Matplotlib-users] Runtime Error on running matplotlib examples pythonic_matplotlib.py, cursor_demo.py, etc .. (Pythonwin 2.4 crashes)

2006-12-27 Thread maser rati
Hi Guys, I'm a new user of Matplotlib and am very impressed by its plotting capabilities. I have the latest version of Matplotlib and Numpy 1.0 running on my Win 2000 system with Python 2.4. On running the pythonic_matplotlib.py,cursor_demo.py etc.. in Matplotlib examples in the Pythonwin