<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I&nbsp;made&nbsp;directory GlobalModules in Products,</DIV>
<DIV>a there&nbsp;I put a file __init__.py with code:</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>from Products.PythonScripts.Utility import allow_module</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>allow_module('Products.ZSQLMethods.SQL') </DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>and I&nbsp;try to Test Python script with code:</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>from Products.ZSQLMethods.SQL import SQL</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>so it is only library-import&nbsp;and now I become:</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>
<P><STRONG>Error Type: TypeError</STRONG><BR><STRONG>Error Value: 'in' or 'not 
in' needs sequence right argument</STRONG></P>
<P>what should I do?</P>
<P>thanks for a help,</P>
<P>Adam</P></DIV></DIV></BODY></HTML>