[IronPython] 2.0 deployment

Dody Gunawinata empirebuilder at gmail.com
Tue Mar 10 06:37:45 CET 2009


What kind of application are you trying to deploy?  ASP.Net with IP
support? Application with hosted IP? IP scripts?

Dody G.

On Tue, Mar 10, 2009 at 5:27 AM, Howland-Rose, Kyle
<Kyle.Howland-Rose at aar.com.au> wrote:
> Hi all,
>
> My understanding of http://www.ironpython.info/index.php/Deployment is that
> when deploying to Windows the following need to be deployed:
> * .NET 2.0 or 3.0 installed
> * ipy.exe
> * IronPython.dll
> * IronMath.dll
>
> I thought the IPy 2.0 equiv might be to copy:
> * ipy.exe
> * IronPython.dll
> * IronPython.Modules.dll
> * Microsoft.Scripting.Core.dll
> * Microsoft.Scripting.dll
> * Microsoft.Scripting.ExtensionAttribute.dll
>
> but if I then run test.py which imports types I get
> C:\test>ipy.exe test.py
> Traceback (most recent call last):
>   File "test.py", line 1, in test.py
> ImportError: No module named types
> C:\test>
>
> Questions:
>
> 1. Do I need to deploy all of Lib?
>
> 2. Where should I have been reading about this (sorry).
>
> Thanks all.
>
> Regards,
> Kyle
>
>
>
> ************************************************************************
>
> Allens Arthur Robinson online: http://www.aar.com.au
>
> This email is confidential and may be subject to legal or other professional
> privilege. It is also subject to copyright. If you have received it in
> error, confidentiality and privilege are not waived and you must not
> disclose or use the information in it. Please notify the sender by return
> email and delete it from your system. Any personal information in this email
> must be handled in accordance with the Privacy Act 1988 (Cth).
>
> *************************************************************************
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>



-- 
nomadlife.org



More information about the Ironpython-users mailing list