Dynamic Web Service Helpers

View: New views
2 Messages — Rating Filter:   Alert me  

Dynamic Web Service Helpers

by David Welden :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

_________________________________________________
Python.NET mailing list - PythonDotNet@...
http://mail.python.org/mailman/listinfo/pythondotnet

Re: Dynamic Web Service Helpers

by Brian Lloyd-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

is DynamicWebServiceHelpers the right namespace? Sure its not
IronPython.DynamicWebServiceHelpers or something?
 
The assembly name (AddReference) doesn't necessarily correspond
to the namespaces contained within...
 
-Brian


From: pythondotnet-bounces@... on behalf of David Welden
Sent: Wed 4/2/2008 4:56 PM
To: pythondotnet@...
Subject: [Python.NET] Dynamic Web Service Helpers

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

_________________________________________________
Python.NET mailing list - PythonDotNet@...
http://mail.python.org/mailman/listinfo/pythondotnet
LightInTheBox - Buy quality products at wholesale price!