[Zope-DB] Error Value: 'in' or 'not in' needs sequence right
	argument
    hawelek_tlen 
    hawelek at tlen.pl
       
    Wed Apr 21 13:41:29 EDT 2004
    
    
  
Hi,
I made directory GlobalModules in Products,
a there I put a file __init__.py with code:
from Products.PythonScripts.Utility import allow_module
allow_module('Products.ZSQLMethods.SQL') 
and I try to Test Python script with code:
from Products.ZSQLMethods.SQL import SQL
so it is only library-import and now I become:
Error Type: TypeError
Error Value: 'in' or 'not in' needs sequence right argument
what should I do?
thanks for a help,
Adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope-db/attachments/20040421/e26e9171/attachment.html
    
    
More information about the Zope-DB
mailing list