problem, I think I have tried all of them but I am still getting the
dreaded error in the subject line loading the MySQLdb module.
Everything was working fine, but I was having problems with a
LocMemCache so I decided to upgrade from Django 1.2.3 to Django 1.3.
At the same time I decided to move to Python 2.6 to Python 2.7. This
is on Mac SnowLeopard on a MacBook Pro.
I have tried build and install of the MySQL-python-1.2.3 connector
using ARCHFLAGS="-arch i386", "-arch -686", "-arch x86-64" and "-arch
x86-32". I get the same error in all cases. I can see that the
module being loaded is the one that was built and installed in each
case.
ALso, since it was mentioned as the reason for moving to Django 1.3,
does anyone have any suggestions for solving my cache problem? I am
trying to save a rather large dictionary of financial calculation
numbers to a LocMemCache. In the debug environment it works just fine
but when I deploy to an Apache http server the cache seems to get
cleared between each HTTP request. Via logging I can confirm that the
object is serialized to the cache and can be immediately retrieved
form the cache but the object no longer exists when the next HTTP
request comes in on the same session.
Thank you for your asistance.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment