mozilla / playdoh

PROJECT DEPRECATED (WAS: "Mozilla's Web application base template. Half Django, half awesomeness, half not good at math.")
BSD 3-Clause "New" or "Revised" License
709 stars 107 forks source link

Update vendor to latest playdoh-lib #139

Closed glogiotatidis closed 12 years ago

willkg commented 12 years ago

Which new celery libraries?

The celery 2.5.5 updates I checked in last week work with python 2.6. We have python 2.6 environments on the servers for both SUMO and Input.

glogiotatidis commented 12 years ago

I just tried to create a new project using funfactory and I got an error about python not being able to import OrderedDict which appeared in v2.7 (http://docs.python.org/2/library/collections.html#collections.OrderedDict). Used in:

vendor/lib/python/kombu vendor/lib/python/celery

glogiotatidis commented 12 years ago

Alternatively we can add this library in vendor

https://github.com/sprintly/ordereddict

so we keep python 2.6.

Thoughts?

willkg commented 12 years ago

I fixed that last week and sent an email about it to all of dev-webdev. Are you not on that mailing list? Also, I'm not sure why you didn't pick it up when creating a new project with funfactory.

peterbe commented 12 years ago

r+