I'm truly sorry that the install has been this troublesome. However, you're attempting to install at a time where the trunk has undergone some massive reorganization. Normally it's much safer to use trunk but we're moving through the process of getting things in synch after the reorg of the modules.
I have some edits for the install process docs that I will be checking in soon until then, please hang in there or if it is absolutely critical you get it running right now, try using the 0.8.1 release. Now, as far as the error you're seeing, I'm not sure how to reproduce it. I'm not seeing it and as far as I can tell the signal code looks fine so please update to the latest trunk (1885 as of this email) and let me know how you are producing these errors. Thanks, Chris On Sat, Jan 10, 2009 at 6:48 AM, Freyr <[email protected]> wrote: > > Dear Dan and others. > > I am new to this project and just jointed the mailing list. > I have spent a good deal of time, like Shankar, just to get the basic > installation to work, it simply does not using the default > documentation (this is awful) > > I've seen Bruce's page and also your help Dan, think your input needs > to become part of the default install documentation. > > So now I am stuck, having tried to follow the available help and your > good input. > > Now I get: > --------- > Traceback (most recent call last): > File "manage.py", line 27, in <module> > execute_manager(settings) > File "/usr/lib/python2.5/site-packages/django/core/management.py", > line 1672, in execute_manager > execute_from_command_line(action_mapping, argv) > File "/usr/lib/python2.5/site-packages/django/core/management.py", > line 1564, in execute_from_command_line > translation.activate('en-us') > File "/usr/lib/python2.5/site-packages/django/utils/translation/ > trans_real.py", line 208, in activate > _active[currentThread()] = translation(language) > File "/usr/lib/python2.5/site-packages/django/utils/translation/ > trans_real.py", line 197, in translation > default_translation = _fetch(settings.LANGUAGE_CODE) > File "/usr/lib/python2.5/site-packages/django/utils/translation/ > trans_real.py", line 180, in _fetch > app = getattr(__import__(appname[:p], {}, {}, [appname[p+1:]]), > appname[p+1:]) > File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > satchmo_store/shop/__init__.py", line 2, in <module> > from satchmo_store.shop import signals > File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > satchmo_store/shop/signals.py", line 20, in <module> > order_success = django.dispatch.Signal() > AttributeError: 'module' object has no attribute 'Signal' > ------- > > I will glad assist in participating in improving the documentation - > but first a working method must be known! > Until then, to who ever is in charge of the documentation it should > IMHO be highligted as not working (or removed). > > Thanks, > > Freyr > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
