Raoul Snyman wrote:
> Hi,
> 
> I'm writing a Pylons app, connecting to an existing oldish database,
> and while connecting from my Mac desktop everything is fine, but when
> I connect from our dev server, I get the following error:
> 
> LookupError: unknown encoding: latin1_swedish_ci
> 
> I've done some Googling, found a couple of posts on here, as well as
> elsewhere, and I'm not sure what they're talking about in those posts
> (specifically, I don't see how they solved the problem).
> 
> Desktop versions:
> Mac OS X 10.4
> Python 2.5
> SQLAlchemy: 0.5.0beta2
> MySQLdb: 1.2.2 final
> Pylons: 0.9.6.2
> 
> Dev server versions:
> Linux Server: Gentoo 3.3.5.20050130-r1
> MySQL Server: 4.1.9-max-log
> Python: 2.4.4
> SQLAlchemy: 0.5.0beta2
> MySQLdb: 1.2.2 final
> Pylons: 0.9.6.2
> 
> Unfortunately I can't change the db in any way, as this app is simply
> pulling a subsection of data out of an already existing system.
> 
> Any ideas? Do you need more info? A stack trace?

LookupError is pretty general...  Would need to see a stack trace.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to