Hi,

running a python-script using matplotlib I get the following error message:

sh: mc: line 1: syntax error: unexpected end of file
sh: error importing function definition for `mc'
sh: mc: line 1: syntax error: unexpected end of file
sh: error importing function definition for `mc'

The script starts with a simple example:

...
from pylab import *

fig = figure(1)
plot([1,2,3])
close(fig)

...

Using matplotlib from IPython works fine. The script above has been invoked
via Pydev

 Thanks in advance,

Chris

============================
M.Sc. Christoph Scheit
Institute of Fluid Mechanics
FAU Erlangen-Nuremberg
Cauerstrasse 4
D-91058 Erlangen
Phone: +49 9131 85 29508
============================

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to