Oleg Broytmann a écrit :
> On Sat, Oct 07, 2006 at 03:37:14PM +0700, Basil Shubin wrote:
>
>> I am trying to insert unicode string into the MySQL table, but recive an
>> error:
>>
> [skip]
>
>> connString = user + ':' + password + '@' + server + '/' + database
>>
>
>I wond
On Sat, Oct 07, 2006 at 03:37:14PM +0700, Basil Shubin wrote:
> I am trying to insert unicode string into the MySQL table, but recive an
> error:
[skip]
> connString = user + ':' + password + '@' + server + '/' + database
I wonder if anybody's reading this mailing list? People are rushing
On Sat, Oct 07, 2006 at 03:26:00AM +0200, Mathias Winkler wrote:
> Speaking of that func function:
[skip]
> exceptions.TypeError Traceback (most recent
> call last)
>
> [...]
> TypeError: argument 1 must be str, not unicode
>
> Is this a known bug? Is there a work
Hi friends!
I am trying to insert unicode string into the MySQL table, but recive an
error:
Traceback (most recent call last):
File "database.py", line 33, in ?
db.InsertCountry('п╞п©п╬п╫п╦я▐')
File "database.py", line 27, in InsertCountry
country = CountryTable(title=title)
File