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
(1) |
14
(5) |
15
(2) |
16
|
17
|
18
|
19
|
20
(3) |
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
|
|
|
|
From: Hannah S. <han...@co...> - 2006-02-14 12:05:58
|
My previous installation problem is now solved. Hurray! But, now I have a= new problem. Trying to=20 actually plot in python brings up a string of errors. My code goes as suc= h (as per the instructions in a=20 manual I was given): from Gnuplot import Gnuplot, Data graph =3D Gnuplot() results =3D Data(xx, yy) graph.plot(results) The arrays xx and yy have been previously defined. It's the last line tha= t brings up the errors, which are: Traceback (most recent call last): File "<pyshell#3>", line 1, in -toplevel- graph.plot(results) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/s= ite-packages/Gnuplot/ _Gnuplot.py", line 274, in plot self.refresh() File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/s= ite-packages/Gnuplot/ _Gnuplot.py", line 215, in refresh self(self.plotcmd + ' ' + string.join(plotcmds, ', ')) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/s= ite-packages/Gnuplot/ _Gnuplot.py", line 199, in __call__ self.gnuplot(s) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/s= ite-packages/Gnuplot/ gp_macosx.py", line 136, in __call__ self.flush() IOError: [Errno 32] Broken pipe I have no idea how to fix this. Once again, any help is very much appreci= ated. Hannah |
From: Noel O'B. <no...@ca...> - 2006-02-14 11:22:26
|
You don't need to be administrator,...but it helps. Otherwise, you can instead install in your local directory. Make a folder to install into. On my system, I created "/home/no228/python". Then run install as follows: "python setup.py install --prefix /home/no228/python" Then, set the environment variable PYTHONPATH to include this new location, so that python will be able to find these locally-installed libraries. On my system (bash): "export PYTHONPATH=/home/no228/python/lib/python2.4/site-packages" To test, type: $ python >>> from Gnuplot import * (there shouldn't be any error messages) Regards, Noel On Mon, 2006-02-13 at 17:42 +0000, Hannah Singh wrote: > OK, so I've downloaded and untar'd the gnuplot-py-1.7 file, and tried to install it, but I keep coming up > against errors. I suspect this is quite possibly due to my general incompetence, so some help/advice/ > pointers would be greatly appreciated. > > In the readme file it says: 3. Install by changing to the directory and typing "python setup.py install". > > I assumed this meant in terminal, so I went and did that, and got this error: > > creating /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/Gnuplot > error: could not create '/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- > packages/Gnuplot': Permission denied > > Am I right in thinking that this means I haven't installed Gnuplot correctly? If so, what could I have done > wrong, as I simply followed the auto-install prompt. > > Many thanks in advance, > Hannah > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 > _______________________________________________ > Gnuplot-py-users mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users |
From: Hannah S. <han...@co...> - 2006-02-14 09:54:54
|
> On Mon, 13 Feb 2006, Hannah Singh apparently wrote:=20 > > error: could not create=20 > > '/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site= -=20 > > packages/Gnuplot': Permission denied=20 >=20 > It seems you lack the privileges to create this directory. > Talk to your systems administrator? Thanks. The problem is that it's my personal computer, and I'm set as the= admin, so I don't know why it=20 won't recognise me. I did change the access so that anyone could rwx, but= that didn't seem to do=20 anything. When I entered the "su" command and entered my password, it was= rejected. Do you know=20 what's going on? Many thanks, Hannah |
From: Jeremy C. <jer...@gm...> - 2006-02-14 04:35:35
|
On 2/13/06, Hannah Singh <han...@co...> wrote: > OK, so I've downloaded and untar'd the gnuplot-py-1.7 file, and tried to = install it, but I keep coming up > against errors. I suspect this is quite possibly due to my general incomp= etence, so some help/advice/ > pointers would be greatly appreciated. > > In the readme file it says: 3. Install by changing to the directory and t= yping "python setup.py install". > > I assumed this meant in terminal, so I went and did that, and got this er= ror: > > creating /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/= site-packages/Gnuplot > error: could not create '/Library/Frameworks/Python.framework/Versions/2.= 4/lib/python2.4/site- > packages/Gnuplot': Permission denied > > Am I right in thinking that this means I haven't installed Gnuplot correc= tly? If so, what could I have done > wrong, as I simply followed the auto-install prompt. > > Many thanks in advance, > Hannah > > > Alan is right, you don't have the necessary permissions. If you are an administrator on the computer you can simply use the "sudo" command immediately before the install command like sudo python setup.py install It will ask for your password and then install it for you. I didn't have any issues when I installed it on Tiger. Jeremy |
From: Alan G I. <ai...@am...> - 2006-02-14 01:09:14
|
On Mon, 13 Feb 2006, Hannah Singh apparently wrote: > error: could not create > '/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- > packages/Gnuplot': Permission denied It seems you lack the privileges to create this directory. Talk to your systems administrator? fwiw, Alan Isaac |