Hey Everyone, After launching a new project, I needed to make a local dev environment to work on. Naturally, I don't want to work in the production environment. My production environment has Django 1.0-final and Satchmo 0.9-pre 2.4 with Python 2.4.3. My local environment has Django. 1.1 beta 1, Satchmo 0.9 2.4 ( I copied my production files to my Satchmo-0.9 pre-py2.5 egg ) with Python 2.5.1.
I transfered the remote db to my local db so they could match. I was able to get everything running nicely up till I tried to edit a product. I received the following error after attempting to add or edit a product: TypeError at /admin/product/product/14/ __init__() got an unexpected keyword argument 'request' Request Method: GET Request URL: http://127.0.0.1:8000/admin/product/product/14/ Exception Type: TypeError Exception Value: __init__() got an unexpected keyword argument 'request' Exception Location: /Library/Python/2.5/site-packages/django/forms/ fields.py in __init__, line 455 Python Executable: /System/Library/Frameworks/Python.framework/ Versions/2.5/Resources/Python.app/Contents/MacOS/Python --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
