> (to email use "boris at batiment71 dot ch")
oops, that's "boris at batiment71 dot net"
--
http://mail.python.org/mailman/listinfo/python-list
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
[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