ANN: pyspread 0.0.8

Colin J. Williams cjw at ncf.ca
Sun Aug 3 14:25:11 EDT 2008


mmanns at gmx.net wrote:
> On Sat, 02 Aug 2008 13:39:25 -0400
> "Colin J. Williams" <cjw at ncf.ca> wrote:
> 
>> mmanns at gmx.net wrote:
>>> pyspread 0.0.8 has been released.
> 
>> Are you planning any documentation?
> 
> Actually, yes.
> 0.0.10 will feature some docs.
> Any help writing and doing the layout is highly appreciated ;-)
> 
>> I've tried:
>> # tpySpread.py
>> print 'start'
>> import pyspread
>> print pyspread.__doc__
> 
[snip]
> 
> I hope that this helps as a quick start.
> 
> 
> Best Regards
> 
> Martin
> 
I've copied your tutorial in my 
site-packages\pyspread directory

When I try it (a) I can't open your test 
data and (b)I enter 1 in [0,0], 'abc' in 
[0,1], 'def' in [0,2] and 'ghi' in [1.2].

The first gives an unable to find rpy 
message and the second doesn't display.

Here is a copy of the spreadsheet:

1		'def'
__import__("math")		'ghi'
a = numpy.arange(-1,1,.001)		
		
rpy.r.plot(a,b,xlab='',ylab='',type='l')		

I hope that this helps.

Colin W.



More information about the Python-list mailing list