[Zope] cPickle Import Module Error

2006-12-28 Thread Sean Duffy
Hi, I have upgraded from Zope 2.8.5 to 2.9.4. This currently works in the 2.8.5 instance but not in the 2.9.4. I have a Module Progress in /usr/lib/python2.4/site-packages/Progress containing 4 files: __init__.py __init__.pyc Progress.py Progress.pyc Both instances have calls to neuro.py

[Zope] acl_users

2007-01-03 Thread Sean Duffy
Hi, I'm trying to do a batch add of users to the standard acl_users folder. Note quite a total success or total failure just yet. First I made a text file (usr_pwd.txt) in the form of password space username. and placed it (temporarily) in the Extensions directory. Then an external method

[Zope] solved: acl_users

2007-01-03 Thread Sean Duffy
Hi, Thanks to Robert Alexis I have a working solution: First I made a text file (usr_pwd.txt) in the form of password space username, and placed it (temporarily) in the Extensions directory. Then an external method (LoadUsers) to read it: def LoadUsers(self):

[Zope] resolved: acl_users

2007-01-03 Thread Sean Duffy
Hi, Andreas has pointed out that my personal os.bias module has prevented me from producing pythonically correct code. Please note the replacement of z1[:-1] with z1.strip() below. Then an external method (LoadUsers) to read it: def LoadUsers(self):

[Zope] LDAPUserFolder Question

2007-01-05 Thread Sean Duffy
Hi, I have LDAPUserFolder 2.6 on Zope 2.9.5-Final. Everything is working as expected, but there is one thing I'm not clear on. I've added uid as User ID to the LDAP Schema, and am using it as the Login Name Attribute. The authentication works flawlessly. Under User ID Attribute I have

[Zope-dev] Zope Start Script Woes

2004-01-21 Thread Sean Duffy
Hi, These are probably more shell scripting issues, but I'm hoping that some scripter with an agile mind will show me the error of my ways, so here goes. I have borrowed a script from the zope site and modified it for my purposes, and it 'sort of' works. The issues are: Can't seem to get the