Re: Periodic tasks.

2007-05-30 Thread vasudevram
Steve Howell wrote: >Thanks. Here are two links, not sure those are >exactly what are being referenced here, but look in >the ballpark: > http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/413137 > http://docs.python.org/lib/module-sched.html You're welcome. The ActiveState recipe you me

Re: Technology solutions for Ruby?

2007-07-24 Thread vasudevram
Bruno Desthuilliers wrote: >s/some/great/g >Both Ruby and Python are known for this. Thanks for the info. (I don't know much about metaprogramming etc. in either languages - just started exploring those topics recently.) >I'd say that - wrt/ "advanced" programming tricks - *most* of what you

Re: wxGlade: Who knows how to drive this application?

2007-07-26 Thread vasudevram
Steve Holden wrote: > I've been trying to use wxGlade recently and I am finding it something > of a challenge. Is there any user who finds the user interface > satisfactory and the operation of the program predictable? Good (for me) that you posted this question, as I got to know about wxGlade (

Re: Generating PDF reports

2007-07-26 Thread vasudevram
On 2007-07-26, marcpp <[EMAIL PROTECTED]> wrote: >Hi i'm introducing to do reports from python, any recomendation? Yes, ReportLab is quite a good PDF library for Python. I used it as the main underlying component in my xtopdf toolkit - see: http://www.dancingbison.com/products.html For most gen

Re: Cross platform Python app deployment

2007-07-30 Thread vasudevram
On Jul 30, 4:42 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > Will McGugan wrote: > > Hi, > > > Is there some reference regarding how to package a Python application > > for the various platforms? I'm familiar with Windows deployment - I use > > Py2Exe & InnoSetup - but I would like more info

Re: the one python book

2007-08-05 Thread vasudevram
> On Aug 4, 7:23 am, "dhr" <[EMAIL PROTECTED]> wrote: > > > newbie question: > > > Is there a 'K&R" type of Python book? The book that you'd better have on > > your shelf if you are going into Python? > Python in a Nutshell, the Python Cookbook and Programming Python are all very good, IMO. Progra

Re: Web based Reporting tool for Python

2007-08-07 Thread vasudevram
Madhu Alagu wrote: > Hi > > > > I am looking template based report tools for python.It has the ability > to deliver rich content onto the screen, to the printer or into PDF, > HTML, XLS, CSV and XML files. > > > > > > Thanks, > > Madhu Alagu I don't know if there's a _single_ tool that can do all

Re: Python MAPI

2007-08-10 Thread vasudevram
On Jul 23, 6:07 pm, [EMAIL PROTECTED] wrote: >Well, I ran Process Monitor with some filters enabled to only watch Thunderbird and MS Word. Unfortunately, that didn't give me any of the registry edits, so I disabled my filters and ran it without. Now I have a log file with 28,000 entries. It's amaz

Re: Python Book Recommendations

2007-08-15 Thread vasudevram
On Aug 15, 8:34 pm, [EMAIL PROTECTED] wrote: > On Aug 15, 10:30 am, Azazello <[EMAIL PROTECTED]> wrote: > > > > > On Aug 15, 7:47 am, "Shawn Milochik" <[EMAIL PROTECTED]> wrote: > > > > If I could have only one book, I would buy "Core Python, Second > > > Edition," by Wesley Chun. > > > > For the r

Re: How would I compile a Python file to a exe

2007-08-24 Thread vasudevram
On Aug 24, 2:11 am, Charlie <[EMAIL PROTECTED]> wrote: > Quoting Lamonte Harris <[EMAIL PROTECTED]>: > > > Been a while and I'm wondering how I would go about doing it. > > py2exe seems to be a fairly good option for this, at least in the > world of Windows. Yes, py2exe looks good. I've tried it o

Re: Joining Big Files

2007-08-26 Thread vasudevram
On Aug 26, 6:48 am, Paul McGuire <[EMAIL PROTECTED]> wrote: > On Aug 25, 8:15 pm, Paul McGuire <[EMAIL PROTECTED]> wrote: > > > > > On Aug 25, 4:57 am, mosscliffe <[EMAIL PROTECTED]> wrote: > > > > I have 4 text files each approx 50mb. > > > 50mb? Really? Did you actually try this and find out it

Re: Joining Big Files

2007-08-31 Thread vasudevram
On Aug 27, 12:43 am, mcl <[EMAIL PROTECTED]> wrote: > All, > > Thank you very much. > > As my background is much smaller memory machines than today's giants - > 64k being abigmachine and 640k being gigantic. I get very worried > about crashing machines when copying or editingbigfiles, especially >

Re: View XMLRPC Requests/Responses?

2007-10-15 Thread vasudevram
On Oct 15, 8:10 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > xkenneth wrote: > > Hi, > > > I'm working on developing an XML-RPC interface from LabVIEW to > > python and I would really like to see how python is forming it's XML- > > RPC requests/responses. Is there any way I can force the

Re: View XMLRPC Requests/Responses?

2007-10-15 Thread vasudevram
On Oct 15, 8:49 pm, vasudevram <[EMAIL PROTECTED]> wrote: > On Oct 15, 8:10 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > > > xkenneth wrote: > > > Hi, > > > > I'm working on developing an XML-RPC interface from LabVIEW to >

Re: how to generate html table from "table" data?

2007-12-26 Thread vasudevram
> [EMAIL PROTECTED] a écrit : > > > Hi group, > > I would like to convert the output of the SQL query, or more generally > > I would like to convert any "table" data to the html table. > > > I would like to set some rules to format cells, columns or rows (font, > > colour etc.) of the html table, a

Re: Books for programmers

2008-06-03 Thread vasudevram
On Jun 3, 6:42 pm, Mike Driscoll <[EMAIL PROTECTED]> wrote: > On Jun 3, 5:45 am, V <[EMAIL PROTECTED]> wrote: > > > Hi Matt, > > > and thank you very much for your answer. > > > > Hm, depends of course, how good your programming skills are in the > > > languages you knwo already, but I rely on the

Re: Books for programmers

2008-06-10 Thread vasudevram
On Jun 5, 3:09 am, [EMAIL PROTECTED] (Michael H. Goldwasser) wrote: > Dick Moores <[EMAIL PROTECTED]> writes: > > Do not neglect the 2008 book, "Object-Oriented Programming in Python", > > by Goldwasser and Letscher. > > > >

Client-server PDF creation with xtopdf, XML-RPC, ReportLab and Python

2009-10-04 Thread vasudevram
Hi group, I've released a software package named PDFXMLRPC. It consists of a server and a client. Using them, you can do client-server PDF creation from text, over the Internet or your intranet. It runs over XML-RPC and uses HTTP as the transport. It can work with any available port, including th

Re: Client-server PDF creation with xtopdf, XML-RPC, ReportLab and Python

2009-10-04 Thread vasudevram
On Oct 4, 7:38 pm, vasudevram wrote: > Hi group, > > I'll update the README.txt file to correct that error soon.) Done. Corrected README.txt uploaded (as part of updated zip file). I forgot to mention, in the original post above, that both the client and the server programs

PySiteCreator v0.1 released

2009-11-08 Thread vasudevram
Hi group, I've released a tool for creating HTML pages or Web sites by writing them in Python - PySiteCreator v0.1. Description of PySiteCreator: PySiteCreator is a tool that allows the user to create Web (HTML) sites by writing them entirely in Python. A user creates one or more Python source f

Re: file transfer in python

2009-06-27 Thread vasudevram
On Jun 26, 5:07 pm, Francesco Bochicchio wrote: > On 26 Giu, 13:38, jayesh bhardwaj wrote: > > > i am trying to find something useful in python to transfer html files > > from one terminal to other. Can this be done with some module or shall > > i start coding my own module using low level socket

Re: XML(JSON?)-over-HTTP: How to define API?

2009-07-05 Thread vasudevram
On Jul 3, 1:11 pm, "Diez B. Roggisch" wrote: > Allen Fowler schrieb: > > > > > > > > >> I have an (in-development) python system that needs to shuttle events / > >> requests > >> around over the network to other parts of itself.   It will also need to > >> cooperate with a .net application runnin

<    1   2