his was much better than the documentation, thanks,
regards,
Krishnakant.
--
http://mail.python.org/mailman/listinfo/python-list
.
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
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
.odt with the
formatting information.
can this be made possible?
thanks and regards,
Krishnakant.
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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
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 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
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
>
o the open function.
can some one correct me?
regards,
Krishnakant.
--
http://mail.python.org/mailman/listinfo/python-list
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
with py2exe for example , how do
I solve this problem?
thanks.
Krishnakant.
--
http://mail.python.org/mailman/listinfo/python-list
?
thanks
Krishnakant.
--
http://mail.python.org/mailman/listinfo/python-list
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
> 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
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
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
?
regards.
Krishnakant.
--
http://mail.python.org/mailman/listinfo/python-list
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
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
y the way I use wxpython for gui.
Krishnakant.
--
http://mail.python.org/mailman/listinfo/python-list
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.
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
os.start does not work.. attribute error.
regards.
Krishnakant.
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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.
o use it.
else, if there is any other module, please recommend so.
happy hacking.
Krishnakant.
--
http://mail.python.org/mailman/listinfo/python-list
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
question
that.
happy hacking.
Krishnakant.
--
http://mail.python.org/mailman/listinfo/python-list
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
101 - 134 of 134 matches
Mail list logo