Is there a way how to put a watermark on images by using Python?
Lad.
--
http://mail.python.org/mailman/listinfo/python-list
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
Is there any tutorial and docs with samples how to use asyncore module?
Thanks
Lad
--
http://mail.python.org/mailman/listinfo/python-list
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'