Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #33545 > unrolled thread
| Started by | EDI Support <nicolettivma@gmail.com> |
|---|---|
| First post | 2012-11-19 08:44 -0800 |
| Last post | 2012-11-20 05:58 -0800 |
| Articles | 4 — 3 participants |
Back to article view | Back to comp.lang.python
Linux compatibility EDI Support <nicolettivma@gmail.com> - 2012-11-19 08:44 -0800
Re: Linux compatibility Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-11-19 18:38 -0500
Re: Linux compatibility Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-11-20 01:33 +0000
Re: Linux compatibility EDI Support <nicolettivma@gmail.com> - 2012-11-20 05:58 -0800
| From | EDI Support <nicolettivma@gmail.com> |
|---|---|
| Date | 2012-11-19 08:44 -0800 |
| Subject | Linux compatibility |
| Message-ID | <5ab8efb4-d66b-42f7-9301-7048bf38fcef@googlegroups.com> |
Hi All, I would like know if Python 2.4.3 will be compatible with Linux RHEL 5.5 or 6.1? Thanks Tony
[toc] | [next] | [standalone]
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Date | 2012-11-19 18:38 -0500 |
| Message-ID | <mailman.18.1353368325.29569.python-list@python.org> |
| In reply to | #33545 |
On Mon, 19 Nov 2012 08:44:37 -0800 (PST), EDI Support
<nicolettivma@gmail.com> declaimed the following in
gmane.comp.python.general:
> Hi All,
>
> I would like know if Python 2.4.3 will be compatible with Linux RHEL 5.5 or 6.1?
>
Uhm...
1) Python 2.4.x is practically an antique. (I just updated my Windows
machines to 2.7 from 2.5 -- and 2.7 will be the last 2.x version)
2) Python itself is essentially OS agnostic, the Linux/UNIX variations
tend to come in source code form and require building on the target
architecture (since practically no one has build environment on Windows,
except software developers, Windows Python tends to be in pre-built
binaries). You are perfectly free to build a "user" version on the OS
3) RedHat controls what version of Python is the system installed
version -- typically one doesn't want to replace that as it may produce
incompatibilities with system tools. Instead one builds an alternate
Python and puts that version into the user PATH ahead of the system
version.
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
[toc] | [prev] | [next] | [standalone]
| From | Steven D'Aprano <steve+comp.lang.python@pearwood.info> |
|---|---|
| Date | 2012-11-20 01:33 +0000 |
| Message-ID | <50aaddd7$0$29983$c3e8da3$5496439d@news.astraweb.com> |
| In reply to | #33545 |
On Mon, 19 Nov 2012 08:44:37 -0800, EDI Support wrote: > Hi All, > > I would like know if Python 2.4.3 will be compatible with Linux RHEL > 5.5 or 6.1? I don't see any reason why it wouldn't be, but why would you want to use Python 2.4 in production if you don't have to? RHEL will come with Python already installed, I believe it is Python 2.6. It is *much* better to use Python 2.6 if you can: it is faster, has fewer bugs, and more modern features. But if you must use Python 2.4, make sure that you do NOT replace the system Python already installed. If installing from source, use "make altinstall" instead of "make install" to ensure that it doesn't overwrite the system Python. -- Steven
[toc] | [prev] | [next] | [standalone]
| From | EDI Support <nicolettivma@gmail.com> |
|---|---|
| Date | 2012-11-20 05:58 -0800 |
| Message-ID | <3abfd778-ed75-4017-acc7-2ea0addff984@googlegroups.com> |
| In reply to | #33545 |
On Monday, November 19, 2012 11:44:37 AM UTC-5, EDI Support wrote: > Hi All, I would like know if Python 2.4.3 will be compatible with Linux RHEL 5.5 or 6.1? Thanks Tony Thanks everyone for your replies. To clarify, We would like to run a Proof of concept - that our current version 2.4.3 will run without any application or OS issues on RHEL 6.1.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web