[Python.NET] PythonDotNet Digest, Vol 53, Issue 3

David Welden dwoogle at gmail.com
Thu Apr 3 16:51:47 CEST 2008


I picked this up from
http://blog.jonudell.net/2007/09/04/sharepoint-ironpython-and-another-lesson-in-the-virtue-of-laziness/.
I am trying to use the same code as in the example.

 Message: 2
> Date: Wed, 2 Apr 2008 21:40:17 -0400
> From: "Brian Lloyd" <brian.lloyd at revolutionhealth.com>
> Subject: Re: [Python.NET] Dynamic Web Service Helpers
> To: "David Welden" <dwoogle at gmail.com>, <pythondotnet at python.org>
> Message-ID:
>        <1CCEDFD0D1FF43419A44DA69B60B996056C1A6 at MI8NYCMAIL17.Mi8.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> 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 at python.org on behalf of David Welden
> Sent: Wed 4/2/2008 4:56 PM
> To: pythondotnet at python.org
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythondotnet/attachments/20080403/894fc563/attachment.htm 


More information about the PythonDotNet mailing list