daveg
unread,Jul 3, 2010, 10:40:37 PM7/3/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to roster-discussion
Hi,
I'm attempting to get roster working. So far I've used the latest
version of roster checked out from the svn repo on Friday. I use
python setup tools and all the packages installed without complaint.
But when I attempt to run roster_database_bootstrap, I get this:
# roster_database_bootstrap -c roster.conf -u <username> -U <username>
-d roster-db -n localhost
Traceback (most recent call last):
File "/usr/bin/roster_database_bootstrap", line 5, in ?
pkg_resources.run_script('RosterCore==0.1',
'roster_database_bootstrap')
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 407,
in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1084,
in run_script
execfile(script_filename, namespace, namespace)
File "/usr/lib/python2.4/site-packages/RosterCore-0.1-py2.4.egg/EGG-
INFO/scripts/roster_database_bootstrap", line 47, in ?
import roster_server
File "build/bdist.linux-i686/egg/roster_server/__init__.py", line
35, in ?
File "/usr/lib/python2.4/site-packages/RosterServer-0.1-py2.4.egg/
roster_server/general_ldap.py", line 103
finally:
^
SyntaxError: invalid syntax
Any help would be great.
Thanks,
David.