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@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to