Re: [sqlalchemy] Why my python script can use in the server but not from the client machine?

2009-12-09 Thread Michael Schlenker
Ning schrieb: > Hi > > I have written a script connect a table in the database. It works > perfectly when I was doing the testing in the sever. > But i am not able to connect from the client. The client login has the > same premission as the loginning account in the sever. > > In [8]: engine = cr

[sqlalchemy] Why my python script can use in the server but not from the client machine?

2009-12-09 Thread Ning
Hi I have written a script connect a table in the database. It works perfectly when I was doing the testing in the sever. But i am not able to connect from the client. The client login has the same premission as the loginning account in the sever. Any thoughts. Please see my script below: In [1