File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ <h1>Python for .NET</h1>
139139 of the Python language, you should check out the < a href ="http://www.ironpython.com "> IronPython</ a >
140140 project, which is in active development.
141141 </ p >
142- < p > Python for .NET is currently compatible with Python releases 2.6
142+ < p > Python for .NET is currently compatible with Python releases 2.7
143143 and greater. Current releases are available at the < a href ="http://pythonnet.github.io/ ">
144144 Python for .NET website </ a > . To subscribe to the < a href ="http://mail.python.org/mailman/listinfo/pythondotnet ">
145145 Python for .NET mailing list </ a > or read the < a href ="http://mail.python.org/pipermail/pythondotnet/ ">
@@ -168,15 +168,6 @@ <h2>Installation</h2>
168168 though the Mono runtime is less supported so there still may be
169169 problems.
170170 </ p >
171- < p > Note that if you are running under Mono on a *nix system, you
172- will need to have a compatible version of Python installed. You
173- will also need to create a symbolic link to the copy of
174- libpython[v].x.so (in your existing Python installation) in the
175- PythonNet directory. This is needed to ensure that the mono
176- interop dll loader will find it by name. For example:
177- </ p >
178- < pre > ln -s /usr/lib/libpython2.4.so ./python24.so
179- </ pre >
180171 < a name ="getting_started "> </ a >
181172 < h2 > Getting Started</ h2 >
182173 < p > A key goal for this project has been that Python for .NET should
You can’t perform that action at this time.
0 commit comments