Hi all, i got an UnpickleableError with following source: def __init__(self, id, title, REQUEST): """ initialize... """ req = REQUEST self.id = id self.title = title self.users = (req.has_key('users') and req.users or '') self.emails = (req.has_key('emails') and req.emails or '') self.formular = (req.has_key('formular') and req.formular or '') The last line occures the error: ErrorType: UnpickleableError ErrorValue: Cannot pickle <type 'Python Method'> objects Traceback (innermost last): File /home/xfintra/xiteflex130/lib/python/ZPublisher/Publish.py, line 150, in publish_module File /home/xfintra/xiteflex130/lib/python/ZPublisher/Publish.py, line 114, in publish File /home/xfintra/xiteflex130/lib/python/Zope/__init__.py, line 159, in zpublisher_exception_hook (Object: xiteflexWorkflowEngine) File /home/xfintra/xiteflex130/lib/python/ZPublisher/Publish.py, line 102, in publish File /home/xfintra/xiteflex130/lib/python/Zope/__init__.py, line 173, in commit File /home/xfintra/xiteflex130/lib/python/ZODB/Transaction.py, line 234, in commit File /home/xfintra/xiteflex130/lib/python/ZODB/Connection.py, line 346, in commit (Info: (('Products.xiteflexWorkflowEngine.xiteflexWorkflowAction', 'xiteflexWorkflowAction'), '\x00\x00\x00\x00\x00<\xf3\x91', '')) UnpickleableError: (see above) If i write.. self.formular = '' ..everything works fine. I also tried this: if req.has_key('formular') and req.formular: self.formular = req.formular else: self.formular = '' Same result: "UnpickleableError" The value of req.formular is ''! Has anybody an idea? Normaly this should work, or not? Thanks for your help. Regards woolfy
Hi ppl Since 1 week i m searching for a DMS (Document/File Managemente System( alternative to MS Sharepoint which is based on Zope. I know that its possible to build a brand new one based on Plone maybe.. But if a solution existed already, i would use it. What i tried till now is: 1. Plone installed, External Editor installed ... works fine 2. For full text search over MS WOrd & PDF, Exfile installed .. didnt work 3. Couldnt find the Versioning feature, only a logbook is inside Plone.. 4. Installed Silva ... works fine 5. I wanted to change the view so its very liteweight, didnt find out how.. 6. Read the Active Directory/LDAP solutions for Zope.. done, hope it works.. 7. Read the Infos about SSL with Zope.. hope i can do that.. could someone give me some tipps about all that? thx Cento Zulum -- GMX ProMail mit bestem Virenschutz http://www.gmx.net/de/go/mail +++ Empfehlung der Redaktion +++ Internet Professionell 10/04 +++
--On Donnerstag, 9. Dezember 2004 12:48 Uhr +0100 ceto@gmx.ch wrote:
Hi ppl
Since 1 week i m searching for a DMS (Document/File Managemente System( alternative to MS Sharepoint which is based on Zope. I know that its possible to build a brand new one based on Plone maybe.. But if a solution existed already, i would use it.
What i tried till now is: 1. Plone installed, External Editor installed ... works fine 2. For full text search over MS WOrd & PDF, Exfile installed .. didnt work
TextIndexNG2
3. Couldnt find the Versioning feature, only a logbook is inside Plone..
Plone is a CMS and not a DMS .
4. Installed Silva ... works fine 5. I wanted to change the view so its very liteweight, didnt find out how.. 6. Read the Active Directory/LDAP solutions for Zope.. done, hope
LDAPUserFolder
it works.. 7. Read the Infos about SSL with Zope.. hope i can do that..
Use Apache or Squid as reverse proxy. -aj
thx for your help.. yeah i knew already those "Products" but it would be helpful, if there is already a solution with an implementation including a right View (ZPT or whatever). Coz i dont know any DMS system, which is based on Zope, i wanted to take Plone as a base... would you suggest anything else or give some general advices?
--On Donnerstag, 9. Dezember 2004 12:48 Uhr +0100 ceto@gmx.ch wrote: TextIndexNG2 Plone is a CMS and not a DMS . LDAPUserFolder Use Apache or Squid as reverse proxy.
-- GMX ProMail mit bestem Virenschutz http://www.gmx.net/de/go/mail +++ Empfehlung der Redaktion +++ Internet Professionell 10/04 +++
You might be interested in Enfold's Enterprise Server http://www.enfoldsystems.com/Products/Server Stefan On 9. Dez 2004, at 12:48, ceto@gmx.ch wrote:
Hi ppl
Since 1 week i m searching for a DMS (Document/File Managemente System( alternative to MS Sharepoint which is based on Zope. I know that its possible to build a brand new one based on Plone maybe.. But if a solution existed already, i would use it.
What i tried till now is: 1. Plone installed, External Editor installed ... works fine 2. For full text search over MS WOrd & PDF, Exfile installed .. didnt work 3. Couldnt find the Versioning feature, only a logbook is inside Plone.. 4. Installed Silva ... works fine 5. I wanted to change the view so its very liteweight, didnt find out how.. 6. Read the Active Directory/LDAP solutions for Zope.. done, hope it works.. 7. Read the Infos about SSL with Zope.. hope i can do that..
could someone give me some tipps about all that?
thx Cento Zulum
-- The time has come to start talking about whether the emperor is as well dressed as we are supposed to think he is. /Pete McBreen/
ceto@gmx.ch wrote at 2004-12-9 12:48 +0100:
... 3. Couldnt find the Versioning feature, only a logbook is inside Plone..
There are various "*Staging" solutions around. I do not know how stable they are. Just read that they are available.... -- Dieter
participants (6)
-
Andreas Jung -
ceto@gmx.ch -
Dieter Maurer -
jens.walte@kk.net -
Oktay Cetinkaya -
Stefan H. Holek