From: Alan G I. <ai...@am...> - 2009-05-23 15:57:27
|
> On 5/22/2009 9:13 AM mohsen rahmanian apparently wrote: >> When I use gnuplot-py on windows xp with python 2.5.1 and run demo.py I get this: >> IOError: [Errno 22] Invalid argument On 5/22/2009 5:34 PM Brian Connell apparently wrote: > I saw this problem when a long sequence of gnuplot commands was being passed into another function as a parameter. The IOError was complaining that the parameter was not valid for some reason. Well, out of curiosity, I started from scratch on Win XP: - download Gnuplot.py version 1.8 from sourceforce - install under Python 2.5.4 (setup.py install) - change gp_win32.py to point to my copy of pgnuplot.exe (note the name!) - run demo.py No problems at all. Cheers, Alan Isaac |