Re: [Tutor] python and java report writers

2009-08-17 Thread John
On Monday 17 August 2009 05:43:05 pm Kent Johnson wrote: > Forwarding to the list with my reply. > > On Mon, Aug 17, 2009 at 4:04 PM, John wrote: > > Thanks for taking the time to write. But I was really looking for a > > simple way of calling a report writer (like using a com object) to print >

Re: [Tutor] python and java report writers

2009-08-17 Thread Kent Johnson
Forwarding to the list with my reply. On Mon, Aug 17, 2009 at 4:04 PM, John wrote: > Thanks for taking the time to write. But I was really looking for a simple > way of calling a report writer (like using a com object) to print a report. > At this point in the project changing to jython is not

Re: [Tutor] python and java report writers

2009-08-17 Thread Oxymoron
On Tue, Aug 18, 2009 at 8:50 AM, John wrote: > I don't know enough about jython to understand what has to be done.  Let's say > I can write the code to retrieve the data in cPython.  And I can write a > module in jython that will accept the data passing it on to the report > writer.  How can I call

Re: [Tutor] python and java report writers

2009-08-17 Thread John
On Monday 17 August 2009 01:08:15 pm Oxymoron wrote: > (Posting to list!) > > On Tue, Aug 18, 2009 at 6:01 AM, John wrote: > > First I love your handle.  And second, thanks for taking the time to > > explain > > > :-) > : > > jython world.  But I was really looking for a simple way of calling a > >

Re: [Tutor] python and java report writers

2009-08-17 Thread Oxymoron
(Posting to list!) On Tue, Aug 18, 2009 at 6:01 AM, John wrote: > > First I love your handle.  And second, thanks for taking the time to explain :-) > jython world.  But I was really looking for a simple way of calling a report > writer (like using a com object) to print a report.  At this point

Re: [Tutor] python and java report writers

2009-08-17 Thread Alan Gauld
"John" wrote I'd like to understand how python can integrate with Java in general and then how it would work with the Java report writers. I have read a little about jPython but do not understand how to make that work with my python programs. I assume you mean jython? jython allows you to

Re: [Tutor] python and java report writers

2009-08-17 Thread Oxymoron
(Sent to John only by mistake, now sending to list. Sorry John!) On Tue, Aug 18, 2009 at 5:48 AM, Oxymoron wrote: > Hi John, > > On Tue, Aug 18, 2009 at 4:31 AM, John wrote: >> >> I'd like to understand how python can integrate with Java in general and then >> how it would work with the Java repor

Re: [Tutor] python and java report writers

2009-08-17 Thread Kent Johnson
On Mon, Aug 17, 2009 at 2:31 PM, John wrote: > Hi, > > I have been searching for a report writer to work with my python programs.  I > did find reportlab. But most of the other report writers are java based.  I > am confused by all the jargon associated with Java and have very little > working know

[Tutor] python and java report writers

2009-08-17 Thread John
Hi, I have been searching for a report writer to work with my python programs. I did find reportlab. But most of the other report writers are java based. I am confused by all the jargon associated with Java and have very little working knowledge of the environment. So I'm hoping someone will