Re: [Tutor] pyExcelerator and Graphs

2006-12-11 Thread Kent Johnson
Toon Pieton wrote: > Hey friendly users, > > I have been using pyExcelerator for a short period now, and I'm very > satisfied with the results. There is one thing that I just can't do > thought, and that is making graphs. I want to add a column (horizontal) > type graph. Does anybody know how t

[Tutor] pyExcelerator and Graphs

2006-12-11 Thread Toon Pieton
Hey friendly users, I have been using pyExcelerator for a short period now, and I'm very satisfied with the results. There is one thing that I just can't do thought, and that is making graphs. I want to add a column (horizontal) type graph. Does anybody know how this can be achieved? Thanks in a

Re: [Tutor] pyexcelerator

2006-06-09 Thread Paul D. Kraus
I just looked at my copy of PyExcelerator. It seems to be in poor shape.I tried running some of the modules that have if __name__ == '__main__': (i.e. self-testing) and they failed with errors! And I find no visibledocumentation or working examples. Sigh.You might want to check out the recent sourc

Re: [Tutor] pyexcelerator CORRECTION

2006-06-09 Thread Bob Gailer
Bob Gailer wrote: Paul D. Kraus wrote: Are their docs anywhere for pyexcelerator? the built in docs are a bit lacking. For instance I can't figure out how to set a column width. I am just reading the examples and they kind of help but I don't follow this ... ws.col(i).width = 0

Re: [Tutor] pyexcelerator

2006-06-09 Thread Bob Gailer
Paul D. Kraus wrote: > Are their docs anywhere for pyexcelerator? the built in docs are a bit > lacking. > > For instance I can't figure out how to set a column width. > I am just reading the examples and they kind of help but I don't > follow this ... > > ws.col(i).width = 0x0d00 + i > > where i

Re: [Tutor] pyexcelerator

2006-06-09 Thread Kent Johnson
Paul D. Kraus wrote: > > Maybe just try without the 0x0d00 and see what happens? or try the > pyExcelerator mailing list on SourceForge... > > > Mailing list looks dead only 2 messages. > Man this is the exact module i need to finish converting about 20 > scripts from perl and I have n

Re: [Tutor] pyexcelerator

2006-06-09 Thread Paul D. Kraus
Maybe just try without the 0x0d00 and see what happens? or try thepyExcelerator mailing list on SourceForge... Mailing list looks dead only 2 messages.Man this is the exact module i need to finish converting about 20 scripts from perl and I have no idea how to use most of it. This is very frustrati

Re: [Tutor] pyexcelerator

2006-06-09 Thread Kent Johnson
Paul D. Kraus wrote: > Are their docs anywhere for pyexcelerator? the built in docs are a bit > lacking. > > For instance I can't figure out how to set a column width. > I am just reading the examples and they kind of help but I don't follow > this ... > > ws.col(i).width = 0x0d00 + i > > wher

[Tutor] pyexcelerator

2006-06-09 Thread Paul D. Kraus
Are their docs anywhere for pyexcelerator? the built in docs are a bit lacking.For instance I can't figure out how to set a column width.I am just reading the examples and they kind of help but I don't follow this ... ws.col(i).width = 0x0d00 + iwhere i is an incrementing integer.so to me it reads

Re: [Tutor] pyExcelerator for Python 2.3

2006-04-20 Thread Justin Ezequiel
> there is a patch submitted there that you can apply to the current > release to make it compatible with >2.4. Thanks lots Poor Yorick. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] pyExcelerator for Python 2.3

2006-04-20 Thread Kent Johnson
Justin Ezequiel wrote: > Does anyone know where I can get pyExcelerator for Python 2.3? > I have not yet updated my development machine to 2.4. - look through the past releases on sourceforge - ask on the pyExcelerator list - hack the current release to work on 2.3 - most of what is new in 2.4 ca

[Tutor] pyExcelerator for Python 2.3

2006-04-20 Thread Justin Ezequiel
Does anyone know where I can get pyExcelerator for Python 2.3? I have not yet updated my development machine to 2.4. Thanks in advance. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor