Hi,

> but now iam receiving this error concering except:
> 
> ni...@superhost.gr [~/www/cgi-bin]# /usr/bin/python3 metrites.py 
>   File "metrites.py", line 88
>     except MySQLdb.Error, e:
>                         ^
> SyntaxError: invalid syntax
> ni...@superhost.gr [~/www/cgi-bin]# 
> 
> which used to work ok in v2.6.6
> 
> can you help?
Python 3 introduced some Python 2-incompatible changes.
So, please read: http://docs.python.org/release/3.0.1/whatsnew/3.0.html

Roland
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to