Posted by brodbd |
|
When I try to run the maintenance script on my installation of SCT 0.5, I'm getting a TypeError:
$ echo -e "from sphene.community.signals import trigger_maintenance\ntrigger_maintenance()" | /home/django-sphene/sct-latest/communitydraft/community/manage.py shell --plain Python 2.5.2 (r252:60911, Feb 5 2009, 10:14:21) [GCC 4.1.2 20071124 (Red Hat 4.1.2-42)] on linux2 Type "help", "copyright", "credits" or "license" for more information. (InteractiveConsole) Traceback (most recent call last): File "<console>", line 1, in <module> File "/home/django-sphene/sct-0.5/communitydraft/community/../../communitytools/sphenecoll/sphene/community/signals.py", line 31, in trigger_maintenance maintenance.send() TypeError: send() takes exactly 2 arguments (1 given) I tried searching on the error but didn't find anything. What am I doing wrong? |
|
Posted by Herbert Poul |
|
it seems this is a bug which is already fixed in trunk .. please apply this change or checkout the latest SCT sources from SVN ..
i think i should release a new SCT version asap because there were a handful of bugs which are already fixed.. Hey, we have Signatures !!! Great, isn't it ? ;) |
|
Posted by brodbd |
|
Thanks, that fixed it!
|
Please login to post a reply.