Hi all,

When using CocoaAgg, I get this error message, Python hangs up, and no 
figure appears:

In [1]: from pylab import *

In [2]: A=zeros(10)

In [3]: plot(A)
Out[3]: [<matplotlib.lines.Line2D instance at 0x3fb48a0>]

In [4]: show()
2007-02-11 18:16:49.244 Python[1833] *** NSThread: ignoring exception 
'*** -[NSKeyedUnarchiver decodeObjectForKey:]: missing class information 
for object' that raised during delayed perform of target 0x400f950 and 
selector 'startWithBundle:'

I'm using Python 2.4.3 on OS X 10.4, PPC.

Thanks in advance for any help,
Anand Patil

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to