Re: problems playing with dates from any month.

2007-08-02 Thread krishnakant Mane
his was much better than the documentation, thanks, regards, Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

help developing an editor to view openoffice files.

2007-03-12 Thread krishnakant Mane
. another way I find is to actually find out if there is a odt text box that can display these files as they are. viewing the contents of the files in an editable way is most important. any suggestions? regards. Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python in a desktop environment

2007-03-12 Thread krishnakant Mane
u can understand the meaning of it. and I wont want to again give the meaning of the word because some one has already done it. regards. Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

Re: help developing an editor to view openoffice files.

2007-03-13 Thread krishnakant Mane
.odt with the formatting information. can this be made possible? thanks and regards, Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

Re: help developing an editor to view openoffice files.

2007-03-14 Thread krishnakant Mane
at we need both way conversion. > Just out of curiosity, why not just download OpenOffice? > I wished I could use it out of the box. but the problem is that open office does not provide any accessibility on windows and on linux the work is going on. regards. Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

newbi question on python rpc server, how it works?

2007-03-28 Thread krishnakant Mane
my wx based gui? for example I want to fill up a list box with data that came from the rpc server to the client and then some how looping through the elements sent over and putting into a list. regards. Krishnakant -- http://mail.python.org/mailman/listinfo/python-list

Re: newbi question on python rpc server, how it works?

2007-03-28 Thread krishnakant Mane
itself. again I may be wrong and some one might point me to the possible problems with this aproach in the long run. regards. Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

how to pickle objects for database storage?

2007-04-11 Thread krishnakant Mane
direct objects? if not then should a pickeled object wrapped inside a file and then stored in a database? regards. Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

confused on calculating date difference in days.

2007-10-16 Thread krishnakant Mane
7;t know how to calculate difference in days between today and the string converted date. any help will be appreciated. regards, Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

Re: confused on calculating date difference in days.

2007-10-16 Thread krishnakant Mane
quot;16/10/2007" into a date object which I can then compare with the current date created by datetime.now(). is that right? if yes then please explain me how I can get the delta object to give me results in days. regards, Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

how to creating html files with python

2007-10-27 Thread krishnakant Mane
how do I do it? should I create a normal file object and write the html with the data into it or are there some modules to do it? regards, Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

Re: how to creating html files with python

2007-10-27 Thread krishnakant Mane
hi George, On 27/10/2007, George Sakkis <[EMAIL PROTECTED]> wrote: > On Oct 27, 12:12 pm, "krishnakant Mane" <[EMAIL PROTECTED]> > wrote: > > > I have one strange requirement, > > I need to create html files through python and add some data from the >

problem opening html file with webbrowser.open

2007-10-29 Thread krishnakant Mane
o the open function. can some one correct me? regards, Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

attaching someconfusing results in webbrowser.open on gnulinux

2007-11-01 Thread krishnakant Mane
ox ) opens with page not found. and the address bar shows the following address which indeed is wrong. file:///home/krishna/"file:///home/krishna/documents/tut.html" I can't understand what is happening. regards, Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

how to mimik a main() function to start a program with entry point?

2007-01-19 Thread krishnakant Mane
with py2exe for example , how do I solve this problem? thanks. Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

confused on python rpc with apache, is it possible?

2007-01-19 Thread krishnakant Mane
? thanks Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

Re: confused on python rpc with apache, is it possible?

2007-01-19 Thread krishnakant Mane
On 19/01/07, Diez B. Roggisch <[EMAIL PROTECTED]> wrote: > > I'm unclear why you want the apache in there in the first place. Why don't > you just create an e.g. twisted-based XMLRPC-server, and simply let that > run? What is the apache intended for? twisted-based? what is that? what is that. I

Re: confused on python rpc with apache, is it possible?

2007-01-20 Thread krishnakant Mane
> Use mod_python with some xmlrpc handler. There is more than one around. > Google for them. That way you can keep Apache for both Python and PHP. > I am confused. I have some documents on xml-rpc but none of them mentioned apache. Krishnakant. -- http://mail.python.org/mailman/listin

Re: confused on python rpc with apache, is it possible?

2007-01-20 Thread krishnakant Mane
ther with the apache. well in that case I don't need apache. can I do xml-rpc using the default libraries that come with every python installer? is there some added advantage of using twisted? Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

python packages and __name__ query.

2007-01-20 Thread krishnakant Mane
and a file that contains the main() function. the 5 modules and the exec.py file all are in the same package. if it is a wrong practice please correct me. so plese clear my doubt given the above situation. Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

strange problem using modules from my own package.

2007-02-08 Thread krishnakant Mane
? regards. Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

Re: strange problem using modules from my own package.

2007-02-08 Thread krishnakant Mane
On 09/02/07, Gabriel Genellina <[EMAIL PROTECTED]> wrote: > At Friday 9/2/2007 02:10, you wrote: > > Please keep posting on the list - you'll reach a whole lot of people > there... sorry, I had just hit the reply button and did not notice that python-list was not there. >my crystal ball I can see t

can't find a way to display and print pdf through python.

2007-02-10 Thread krishnakant Mane
er. I have reportlab installed and that is sufficient to generate pdf reports. but I still can't fine the way to display it directly and print it directly. Please help me. Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

Re: can't find a way to display and print pdf through python.

2007-02-10 Thread krishnakant Mane
y the way I use wxpython for gui. Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

Re: can't find a way to display and print pdf through python.

2007-02-10 Thread krishnakant Mane
On 11/02/07, Vishal Bhargava <[EMAIL PROTECTED]> wrote: > Are you trying to do real time or post real time. > -Vishal post real time. I want to first display the report on screen by default and the user at his choice will click the print button and the report will be printed. regards.

Re: can't find a way to display and print pdf through python.

2007-02-11 Thread krishnakant Mane
well yes, I need to view reports on line and also print them from within my app. so yes I need to display the pdf in my app and print it as well. regards. Krishnakant -- http://mail.python.org/mailman/listinfo/python-list

Re: can't find a way to display and print pdf through python.

2007-02-12 Thread krishnakant Mane
os.start does not work.. attribute error. regards. Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

webbrowser.open still gives problem with file://

2007-11-12 Thread krishnakant Mane
ating an html file and I just need to display it in the browser. so please help on this one. with regards, Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

difflib confusion

2008-01-22 Thread krishnakant Mane
hello all, I have a bit of a confusing question. firstly I wanted a library which can do an svn like diff with two files. let's say I have file1 and file2 where file2 contains some thing which file1 does not have. now if I do readlines() on both the files, I have a list of all the lines. I now wan

Re: difflib confusion

2008-01-23 Thread krishnakant Mane
On 23/01/2008, Paul Hankin <[EMAIL PROTECTED]> wrote: > On Jan 22, 6:57 pm, "krishnakant Mane" <[EMAIL PROTECTED]> wrote: > > hello all, > > I have a bit of a confusing question. > > firstly I wanted a library which can do an svn like diff with two files.

question relateding to parsing dbf files.

2008-06-18 Thread Krishnakant Mane
o use it. else, if there is any other module, please recommend so. happy hacking. Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Written in C?

2008-07-20 Thread Krishnakant Mane
t; some thing is great and python is rubbish. every language has its value and vb is not a language in the first place. python is made with a view that it is usefull for all purposes and it has been so far successful and I don't really care why it is done in c as long as it does the work. happy hacking. Krishnakant. > -- > http://mail.python.org/mailman/listinfo/python-list > -- http://mail.python.org/mailman/listinfo/python-list

Re: Newbie to python --- why should i learn !

2008-05-08 Thread Krishnakant Mane
question that. happy hacking. Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

Re: programming toolbox

2008-08-22 Thread Krishnakant Mane
lthough as fellow hackers rightly said on this thread previously, there is no harm learning some languages like java which have long life. Keep away from rubbish like c# and similar .net based language. They are very short lived and lak many powerfull features. Happy hacking. Krishnakant. On 22/08/2

<    1   2