Revision: 4359
Author: pekka.klarck
Date: Fri Dec  3 00:37:14 2010
Log: Edited wiki page DotNetSupport through web user interface.
http://code.google.com/p/robotframework/source/detail?r=4359

Modified:
 /wiki/DotNetSupport.wiki

=======================================
--- /wiki/DotNetSupport.wiki    Thu Dec  2 04:14:03 2010
+++ /wiki/DotNetSupport.wiki    Fri Dec  3 00:37:14 2010
@@ -10,15 +10,21 @@

 == Preconditions ==

- # Install [http://ironpython.codeplex.com IronPython]. We have only tested with 2.6.2 release but possible newer 2.6.x releases ought to work too. - # Install [http://effbot.org/downloads/#elementtree elementtree] module. We have only tested with the 1.2.7 preview release, which should have better !IronPython support than 1.2.6. - # Optionally you can add !IronPython installation directory into `PATH` to ease running `ipy` from the command line. + # Install [http://www.microsoft.com/NET/ .NET Framework]. We have only tested with the 4.0 series, but earlier versions should work too assuming you can install !IronPython 2.6.x on it. + # Install [http://ironpython.codeplex.com IronPython]. We have only tested with 2.6.2 release but possible newer 2.6.x releases ought to work too. Notice that there are different installers for different .NET versions. + # Install [http://effbot.org/downloads/#elementtree elementtree] module. We have only tested with the 1.2.7 preview release, which should have better !IronPython support than 1.2.6. See [#Installing_Python_modules Installing Python modules] section below for installation instructions. + # Optionally you can add !IronPython installation directory into `PATH` to ease running `ipy.exe` from the command line.
+
+== Installing Python modules ==
+
+ # Get and extract the source distribution package of the module you want to install. Alternatively you may be able to checkout the source code directly from the project's version control.
+  # Go to the extracted or checked out directory from the command line.
+ # Install the module with command `ipy setup.py install --no-compile`. If you don't have `ipy` in `PATH`, you need to use a full path to it. The `--no-compile` option is needed because !IronPython installation [http://ironpython.codeplex.com/workitem/26489 doesn't handle byte-compiling the Python source code].

 == Robot Framework ==

# Get the source code either by [http://code.google.com/p/robotframework/downloads/list downloading] a source distribution (2.5.5 or newer) or doing a [http://code.google.com/p/robotframework/source/checkout checkout].
-  # Go to the extracted or checked out directory from the command line.
- # Install Robot Framework with command `ipy setup.py install --no-compile`. + See [#Installing_Python_modules Installing Python modules] section above for installation instructions.

 = Running tests =

Reply via email to