html 2 image script or library

2007-06-05 Thread baur79
Hi everyone can you help me to find script or library for making website (from url) 2 image (png, jpg no matter). thanks a lot -- http://mail.python.org/mailman/listinfo/python-list

Re: mysqldb duplicate entry error handling

2007-02-02 Thread baur79
thanks John this solves my problem except MySQLdb.IntegrityError, message: thanks everybody again Baurzhan Zhakashev Kazakhstan / Shymkent city -- http://mail.python.org/mailman/listinfo/python-list

Re: mysqldb duplicate entry error handling

2007-02-01 Thread baur79
now it gives this error except IntegrityError, NameError: NameError: global name 'IntegrityError' is not defined any idea i have python 2.3.2 installed -- http://mail.python.org/mailman/listinfo/python-list

mysqldb duplicate entry error handling

2007-02-01 Thread baur79
Hi guys i try to run this code in loop and to pass even the entry is duplicated def email_insert_in_db(email): sql="INSERT INTO emails (email) values ('%s') "%(email) db=_mysql.connect(host = "localhost", user = db_user, passwd = db_pass, db = db_name) try: db.query(sql) except Inde

Re: how to use execfile with argument under windows

2007-01-03 Thread baur79
os.system() solve my problem thanks you guys and happy new year with best wishes from Kazakhstan / Shymkent city / sodbisystems.kz On Jan 2, 11:49 pm, Peter Otten <[EMAIL PROTECTED]> wrote: > baur79 wrote: > > i need to execute this command line (different sou

how to use execfile with argument under windows

2007-01-02 Thread baur79
Hi everybody i need to execute this command line (different source for n times) filename.exe -type png -source sourcearg -file filename.png i try with python (python script and filename.exe in same directory) import os .. .. execfile("filename.exe -type png -source sourcearg -file file

Re: PyQt-x11-gpl-3.16 compile error

2006-10-27 Thread baur79
Hi David here is th output : [EMAIL PROTECTED] PyQt-x11-gpl-3.16]# python configure.py -q /usr/lib/qt-3.3/ -w This is the GPL version of PyQt 3.16 (licensed under the GNU General Public License) for Python 2.4.2 on linux2. Type 'L' to view the license. Type 'yes' to accept the terms of the licens

PyQt-x11-gpl-3.16 compile error

2006-10-27 Thread baur79
[EMAIL PROTECTED] PyQt-x11-gpl-3.16]# python configure.py -q /usr/lib/qt-3.3/ This is the GPL version of PyQt 3.16 (licensed under the GNU General Public License) for Python 2.4.2 on linux2. Type 'L' to view the license. Type 'yes' to accept the terms of the license. Type 'no' to decline the terms

Re: python html 2 image (png)

2006-10-26 Thread baur79
thanks Diez i will start with your suggestions let see what happen On Oct 25, 11:27 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] schrieb: > > >> what tools are you using to do that today? > > > where are many of EXE programs > > but i need python solution for adding it to

Re: python html 2 image (png)

2006-10-25 Thread baur79
> what tools are you using to do that today? where are many of EXE programs but i need python solution for adding it to my automate program under lunix Fredrik Lundh wrote: > [EMAIL PROTECTED] wrote: > > > how can i render html page to png image > > ex: > > > > http://www.website.com/index.html

python html 2 image (png)

2006-10-25 Thread baur79
hi everyone how can i render html page to png image ex: http://www.website.com/index.html -> index.png thanks a lot -- http://mail.python.org/mailman/listinfo/python-list