On 30/08/2010 16:38, Jones, Larry wrote:
My team is currently using VS2010 for work. I want to demonstrate that
using IronPython as our "unit testing language" can be more productive
than using either NUnit or Microsoft Test.
In order to integrate with VS2010, I believe I must use IronPython
2.7a1. I believe this is the only release that includes the IronPython
Tools. However, IronPython 2.7a1 fails when executing 'import
unittest'. I've submitted a work item, 28709, to the IronPython issue
tracker; however, I'm wondering if another work around exists then
writing code in 2.6.1 -- which will execute outside VS2010 -- but
cannot be executed from within Visual Studio (it invoke IronPython 2.7a1).
The IronPython team is aware of this problem, it was caused by a 'bug'
in the tools that package the installer.
A simple workaround (that will probably work) is to copy the unittest
package from a CPython 2.7 installation into your IronPython Lib
directory. In IronPython 2.7 the unittest package is missing some files.
All the best,
Michael Foord
Thanks.
Have a great day!
******************************************************************
This e-mail and any attachments are intended only for use by the
addressee(s) named herein and may contain legally privileged and/or
confidential information. If you are not the intended recipient of
this e-mail, you are hereby notified any dissemination, distribution
or copying of this email, and any attachments thereto, is strictly
prohibited. If you receive this email in error please immediately
notify the sender and permanently delete the original copy and any
copy of any e-mail, and any printout thereof.
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
--
http://www.ironpythoninaction.com/
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com