Watermark on images

2005-02-25 Thread export
Is there a way how to put a watermark on images by using Python? Lad. -- http://mail.python.org/mailman/listinfo/python-list

Re: MYSQL - how to install ?

2005-02-17 Thread export
Daniel Bowett wrote: > Lad wrote: > > I am sorry it was my fault I did not say that clearly. > > I do not have a problem to install MySQL server but I do not know how > > to install MySQLdb module on my windowsXP so that I can work with > > MySQL server via Python 2.3. > > Thanks for help > > L

Asyncore

2005-01-07 Thread export
Is there any tutorial and docs with samples how to use asyncore module? Thanks Lad -- http://mail.python.org/mailman/listinfo/python-list

A problem with list

2004-12-13 Thread export
The following code ## import string MyList=['abc','def'] for i in MyList: print i ### works as I expect that is I get abc def but when I have Mylist in a file and I read it from the file it does not work as I expect. # import string ff=open('C:\\Robotp\\MyFile.txt'