<div dir="ltr"><div>Hello,</div><div><br></div><div>I have a Windows 7 machine (x64) and trying to reference the ESL (Events Socket Layer) in a Python script, within Visual Studio.  I downloaded the ESLManaged.zip that was in your email string, and attempted to register esl.dll, but am not having any luck.<br>
</div><div><br></div><div>See: <a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2013-April/095112.html">http://lists.freeswitch.org/pipermail/freeswitch-users/2013-April/095112.html</a></div><div><br></div>
<div>When I run my simple Python script (below), the error I get is &quot;ImportError: No module named ESL&quot;</div><div><br></div><div>PYTHON SCRIPT:</div><div>-----------------------------------------------------------------------------------------</div>
<div>import ESL </div><div>con = ESL.ESLconnection(&quot;localhost&quot;,&quot;8021&quot;,&quot;&quot;)  # Establish a connection to FreeSWITCH </div><div>-----------------------------------------------------------------------------------------</div>
<div><br></div><div>Thank you in advance for your help!</div><div><br></div><div>Chris</div><div><br></div><div><br></div></div>