<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText19171 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>is DynamicWebServiceHelpers the right namespace? Sure its not</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>IronPython.DynamicWebServiceHelpers or something?</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>The assembly name (AddReference) doesn't necessarily correspond </FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>to the namespaces contained within...</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>-Brian</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> pythondotnet-bounces@python.org on behalf of David Welden<BR><B>Sent:</B> Wed 4/2/2008 4:56 PM<BR><B>To:</B> pythondotnet@python.org<BR><B>Subject:</B> [Python.NET] Dynamic Web Service Helpers<BR></FONT><BR></DIV>
<DIV>
<DIV>Has anyone successfully used the IronPython Dynamic Web Service Helpers (<A href="http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=47">http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=47</A>)&nbsp;assembly with Python.Net? Here is what I get:</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face="courier new,monospace">&gt;&gt;&gt; import clr<BR>&gt;&gt;&gt; clr.FindAssembly("DynamicWebServiceHelpers")<BR>u'DynamicWebServiceHelpers.dll'<BR>&gt;&gt;&gt; clr.AddReference("DynamicWebServiceHelpers")<BR>&lt;System.Reflection.Assembly object at 0x00B3D6F0&gt;<BR>&gt;&gt;&gt; from DynamicWebServiceHelpers import *<BR>Traceback (most recent call last):<BR>&nbsp; File "&lt;stdin&gt;", line 1, in &lt;module&gt;<BR>ImportError: No module named DynamicWebServiceHelpers</FONT></DIV></DIV></BODY></HTML>