You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(15) |
Sep
(21) |
Oct
(15) |
Nov
|
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(7) |
Feb
(6) |
Mar
(2) |
Apr
(5) |
May
(6) |
Jun
(3) |
Jul
(4) |
Aug
(4) |
Sep
(3) |
Oct
(14) |
Nov
(16) |
Dec
(10) |
2004 |
Jan
(5) |
Feb
(10) |
Mar
(4) |
Apr
(8) |
May
(1) |
Jun
(5) |
Jul
(5) |
Aug
(4) |
Sep
(10) |
Oct
(3) |
Nov
(4) |
Dec
|
2005 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(15) |
May
(12) |
Jun
(1) |
Jul
(4) |
Aug
(3) |
Sep
(6) |
Oct
(7) |
Nov
(21) |
Dec
(11) |
2006 |
Jan
(16) |
Feb
(12) |
Mar
(4) |
Apr
(6) |
May
(5) |
Jun
(9) |
Jul
|
Aug
(5) |
Sep
(1) |
Oct
(10) |
Nov
(4) |
Dec
(3) |
2007 |
Jan
(6) |
Feb
(4) |
Mar
(6) |
Apr
(11) |
May
(1) |
Jun
(21) |
Jul
|
Aug
(6) |
Sep
(2) |
Oct
(4) |
Nov
|
Dec
|
2008 |
Jan
(14) |
Feb
(1) |
Mar
(5) |
Apr
(22) |
May
(4) |
Jun
(1) |
Jul
(7) |
Aug
(5) |
Sep
(7) |
Oct
(3) |
Nov
|
Dec
(1) |
2009 |
Jan
(14) |
Feb
(1) |
Mar
(9) |
Apr
(5) |
May
(6) |
Jun
(7) |
Jul
(8) |
Aug
(3) |
Sep
|
Oct
|
Nov
(2) |
Dec
(4) |
2010 |
Jan
(2) |
Feb
|
Mar
(6) |
Apr
(6) |
May
(34) |
Jun
|
Jul
(8) |
Aug
(3) |
Sep
|
Oct
(5) |
Nov
(3) |
Dec
(1) |
2011 |
Jan
|
Feb
(4) |
Mar
(3) |
Apr
|
May
|
Jun
(5) |
Jul
(9) |
Aug
(5) |
Sep
(9) |
Oct
(3) |
Nov
(10) |
Dec
(1) |
2012 |
Jan
(1) |
Feb
(3) |
Mar
(2) |
Apr
|
May
(2) |
Jun
(1) |
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(3) |
Nov
(2) |
Dec
(9) |
2014 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
|
2
(1) |
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
(1) |
18
|
19
(1) |
20
(1) |
21
|
22
(1) |
23
(1) |
24
(1) |
25
(1) |
26
|
27
(1) |
28
(2) |
29
(3) |
30
|
31
|
|
From: Roger F. <rf...@cy...> - 2003-10-28 20:06:14
|
Michael, > The problem reported below seems to be pretty common among Windows > users. I believe it is caused by Gnuplot.py not being able to find > the pgnuplot.exe executable because it is not in the PATH or not > installed. It may be true that there is a problem in finding pgnuplot.exe, but there also seems to be a problem in the structure of Gnuplot.py because it does not seem to contain funcutils. Here is the part of my original message the shows this problem: > >>> import demo > Traceback (most recent call last): > File "<interactive input>", line 1, in ? > File "C:\Python23\Lib\site-packages\Gnuplot\demo.py", line 22, in ? > import Gnuplot, Gnuplot.funcutils > ImportError: No module named funcutils > >>> import Gnuplot.funcutils > Traceback (most recent call last): > File "<interactive input>", line 1, in ? > ImportError: No module named funcutils -Roger |
From: <kai...@t-...> - 2003-10-28 09:30:25
|
Can any Windows users help? The problem reported below seems to be pretty common among Windows users. I believe it is caused by Gnuplot.py not being able to find the pgnuplot.exe executable because it is not in the PATH or not installed. Are there any Windows users of Gnuplot.py who can come up with a way to diagnose the problem within the Gnuplot.py package so that users are not confronted with such a strange error message? It might help people recognize and fix the problem on their own. For example, is there a way to tell if a call to popen() fails under Windows? Ideally, it should work for the old python versions, too, where win32pipe.popen() as well as the new versions where os.popen() is used. But even a partial solution would be an improvement. Ideally, there would be a test in the gp_win32.GnuplotProcess constructor which generated a more descriptive exception in the case of errors. Otherwise, I guess I have to add a FAQ.txt question about this issue. Thanks, Michael Roger Frye wrote: > I can't get started with version 1.7 on Windows XP Professional > I am using the following packages: > Python-2.3.2-1.exe > win32all-157.exe > Numeric-23.1.win32-py2.3.exe > gp373w32.zip > gnuplot-py-1.7.zip > > Here is a transcript of my attempt to run the demo from the Command Line: > --------------------------------------------------- > >C:\Python23\python demo.py > gnuplot> set terminal windows > gnuplot> set title "A simple example" > gnuplot> set data style linespoints > gnuplot> plot 'c:\docume~1\rogerf~1\locals~1\temp\tmphzycgx' notitle > Please press return to continue... > > Traceback (most recent call last): > File "demo.py", line 113, in ? > demo() > File "demo.py", line 39, in demo > g.reset() > File "C:\Python23\Lib\site-packages\Gnuplot\_Gnuplot.py", line 355, > in reset > self('reset') > File "C:\Python23\Lib\site-packages\Gnuplot\_Gnuplot.py", line 199, > in __call_ > _ > self.gnuplot(s) > File "C:\Python23\Lib\site-packages\Gnuplot\gp_win32.py", line 125, > in __call_ > _ > self.write(s + '\n') > IOError: [Errno 22] Invalid argument > -------------------------------------------------- -- Michael Haggerty mh...@al... |