[Toby Sargeant]

| It seems perfectly reasonable to me that you can't pickle a module, but what
| I'm having trouble understanding is why zope is trying to. Can anyone suggest
| a way that I could try and track down why this is happening?

My guess is that you've got a packaged module, in the same directory as your
external method.  I.e., if your external module does an 'import somemodule',
and you've got a 'module.py'-file and a 'module'-directory, you'll get
this error.. (because python loads package-like modules first).

HTH.

-Morten

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to