[Python.NET] Dynamic Web Service Helpers

David Welden dwoogle at gmail.com
Wed Apr 2 22:56:36 CEST 2008


Has anyone successfully used the IronPython Dynamic Web Service Helpers (
http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=47)
assembly
with Python.Net? Here is what I get:

>>> import clr
>>> clr.FindAssembly("DynamicWebServiceHelpers")
u'DynamicWebServiceHelpers.dll'
>>> clr.AddReference("DynamicWebServiceHelpers")
<System.Reflection.Assembly object at 0x00B3D6F0>
>>> from DynamicWebServiceHelpers import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named DynamicWebServiceHelpers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythondotnet/attachments/20080402/dbde0769/attachment.htm 


More information about the PythonDotNet mailing list