Re: encoding problems with pymssql / win

2006-02-11 Thread morris carre
> (to email use "boris at batiment71 dot ch") oops, that's "boris at batiment71 dot net" -- http://mail.python.org/mailman/listinfo/python-list

encoding problems with pymssql / win

2006-02-11 Thread morris carre
I have a strange problem : some code that fetches queries from an mssql database works fine under Idle but the very same code run from a shell window obtains its strings garbled as if the encoding codepage was modified. This occurs only when using pymssql to connect; if I connect through odbc

Re: simple perl program in python gives errors

2006-01-31 Thread morris carre
[EMAIL PROTECTED] a écrit : > I am a little annoyed at why such a simple program in Perl is causing > so much difficulty for python, i.e: > > $a += 20 * 14; > > print $a; > a = 20 * 14 print a where's the problem ? -- http://mail.python.org/mailman/listinfo/python-list