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*, ssize_
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 loo
I think there is on open bug about compilation failures on Solaris which we
never sorted out due to not having access to a test machine.
On Thu, May 28, 2015, 09:13 Bryan Williams
wrote:
> Thanks to the both of you.
>
> First off, apologies for getting back to you several days late. I was out
>
Thanks to the both of you.
First off, apologies for getting back to you several days late. I was out
of town for the holiday weekend, and I didn't get a chance to work on this
for the last two days as I had other business to tend to on Tuesday, and
was out of the office all day Wednesday.
I tried
Bryan,
If you subscribe to the list you will be able to post with out moderation.
Does this happen with any of the other sample data?
I don't think that `get_sample_data` is doing you any good here as you are
passing it an absolute path (from `os.getcwd()`) which is passed into
`os.path.join` wh
Bryan,
First off, avoid importing things from modules that start with an
underscore. Because Python doesn't have semantics for public/private APIs
like C++ and Java does, the underscore is treated as an indicator to
developers that it is to be treated as private. The implication is that we
are fre
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
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, 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 refresh my page
> two
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 contac
On Sun, Mar 11, 2012 at 11:27 PM, gsal 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 ipython might try
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:
http://old.nabble.com/Runtime-error-with-matplotlib-in-IDLE-tp33478456p3348
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 ID
uture
upgrade.
Lee
Christoph Gohlke
02/09/2010 04:35 PM
To
matplotlib-users
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 old problem that PythonWin
can not reliabl
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
"""
-- Christo
t;
> Lee
>
>
> *Christoph Gohlke *
>
> 02/09/2010 01:23 PM
>
>
> To
> Lee Boger
> cc
>
> Subject
> Re: [Matplotlib-users] Runtime Error - Need Advice
>
>
>
>
>
> Caterpillar: Confidential Green
Python version 2.5.1, Tk version 8.4, IDLE version 1.2.1
Lee
Christoph Gohlke
02/09/2010 03:08 PM
To
matplotlib-users
cc
Subject
Re: [Matplotlib-users] Runtime Error - Need Advice
Caterpillar: Confidential Green Retain Until: 03/11/2010
I am not sure what's going on. The s
Tk Python
Shell. I then open the script file and run it. I think you were right.
Does this make sense?
Lee
__
Thanks for your help. I'll look into ipython.
Lee
Eric Firing
02/09/2010 02:31 PM
To
Lee Boger , matplotlib-users
cc
Subject
Re: [Matplotlib-users] Runti
end" thing, which I know nothing
> about. I'll look into it. Thanks.
>
> Lee
>
>
> *Christoph Gohlke *
>
> 02/09/2010 02:03 PM
>
>
> To
> matplotlib-users
> cc
>
> Subject
> Re: [Matplotlib-users] Runtime E
Thanks for your help. I'll look into ipython.
Lee
Eric Firing
02/09/2010 02:31 PM
To
Lee Boger , matplotlib-users
cc
Subject
Re: [Matplotlib-users] Runtime Error - Need Advice
Caterpillar: Confidential Green Retain Until: 03/11/2010
Lee Boger wrote:
>
> Thanks fo
>
>
> *Eric Firing *
>
> 02/09/2010 01:35 PM
>
>
> To
> Lee Boger
> cc
> matplotlib-users@lists.sourceforge.net
> Subject
> Re: [Matplotlib-users] Runtime Error - Need Advice
>
>
>
>
>
> Caterpillar: Co
Gohlke *
>
> 02/09/2010 01:23 PM
>
>
> To
> Lee Boger
> cc
>
> Subject
> Re: [Matplotlib-users] Runtime Error - Need Advice
>
>
>
>
>
> Caterpillar: Confidential GreenRetain Until: 03/11/2010
>
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
>
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
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
sourceforge.net
Executing the follo
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
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
> =
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)
+++ cutils
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 yo
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
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
> from pylab import *
> File "/usr/lib/python2.5/site-packages/pylab.py", line 1, in
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
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))
#-
E
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 int
33 matches
Mail list logo