--
https://mail.python.org/mailman/listinfo/python-list
What the diferences : web.py Tornado Twisted ?!
--
http://mail.python.org/mailman/listinfo/python-list
--
http://mail.python.org/mailman/listinfo/python-list
Something good framwork?
--
http://mail.python.org/mailman/listinfo/python-list
===case1==:
import sqlalchemy
test1 = "631f2f68-8731-4561-889b-88ab1ae7c95a"
cmdTest1 = "select * from analyseresult where uid = " + test1
engine =
sqlalchemy.create_engine("mssql+pyodbc://DumpResult:123456@localhost/DumpResult")
c = engine.execute(
在 2012年8月16日星期四UTC+8上午12时58分07秒,Dennis Lee Bieber写道:
> On Wed, 15 Aug 2012 17:22:49 +0200, Alain Ketterlin
>
> declaimed the following in
>
> gmane.comp.python.general:
>
>
>
> > Hans Mulder writes:
>
> >
>
Right!
> > > On
在 2012年8月15日星期三UTC+8下午11时22分49秒,Alain Ketterlin写道:
> Hans Mulder writes:
>
>
>
> > On 15/08/12 15:30:26, nepaul wrote:
>
> >> The code:
>
> >> import MySQLDB
>
> >> strCmd = "user =
在 2012年8月15日星期三UTC+8下午10时23分24秒,Mark Lawrence写道:
> On 15/08/2012 14:30, nepaul wrote:
>
> > The code:
>
> > import MySQLDB
>
> > strCmd = "user = 'root', passwd = '123456', db = 'test', host = 'localhost'"
>
>
The code:
import MySQLDB
strCmd = "user = 'root', passwd = '123456', db = 'test', host = 'localhost'"
_mysql_exceptions.OperationalError: (2005, "Unknown MySQL server host 'user =
'root', passwd = '123456', db = 'test', host = 'localhost'' (11004)")
--
http://mail.python.org/mailman/listinfo