Re: i386 with PAE or AMD64 on PowerEdge with 4G RAM



In <86d4zpj6m3.fsf@xxxxxxxxxx>, Dag-Erling Smørgrav <des@xxxxxx> typed:
Mike Meyer <mwm-keyword-freebsdhackers2.e313df@xxxxxxxxx> writes:
I find that extremely ironic. I've spent most of the last two days
trying to put together a Linux system with python 2.5 (or later) and
lxml 1.2 (or later), because I need to add an oracle library to it.
^^^
While both FreeBSD and darwin ports (where I do development) have all
the appropriate bits except oracle, the Linux distros don't have any
of them in their packaging systems.
Bollocks.

No, that taste in your mouth is crow.

des@des ~% cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.04
DISTRIB_CODENAME=feisty
DISTRIB_DESCRIPTION="Ubuntu 7.04"
des@des ~% uname -m
x86_64
des@des ~% python --version
Python 2.5.1
des@des ~% sudo apt-get install python-lxml
[...]
Unpacking python-lxml (from .../python-lxml_1.1.2-1ubuntu2_amd64.deb) ...
Setting up python-lxml (1.1.2-1ubuntu2) ...
^^^^^

Any more nonsense you wish to share?

The only nonsense here is that you apparently think 1.1.2 is later
than 1.2. 1.2 is the earliest version of lxml with XInclude support,
and I need that. The package you just installed doesn't have
it. Ubuntu 7.04 with python 2.5.1 and lxml 1.1.2 was one of the
distros I checked (and by far the best Linux system of the bunch), and
it isn't up to the job at hand.

<mike
--
Mike Meyer <mwm@xxxxxxxxx> http://www.mired.org/consulting.html
Independent Network/Unix/Perforce consultant, email for more information.
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Find out username and UID/GID
    ... > how can I find out the username and it's UID and GID on a linux system, ... > using the most recent python version? ...
    (comp.lang.python)
  • Re: baduK 0.1 released
    ... Linux system. ... and the error message showed a little ^ under the r in for. ... I'd guess your problem is that your old Red Hat is running an old version of Python. ... I'm not sure about earlier versions, but my Linux box runs RedHat9.0, and that version of Python is 2.2 So glGo and anything else requiring Python 2.3 won't run. ...
    (rec.games.go)
  • Re: Installing Python 2.4 on Linux
    ... > I can install Python 2.4 on the Fedora 3 Linux system, ... > because they were dependent on the Python 2.3 installation. ... > use Python 2.4 without killing all the commands that depend on Python ...
    (comp.lang.python)
  • Re: Time Module
    ... > My group has python version 2.2.1 installed on a linux system. ... our python installation is missing this module. ... Since the time module seems to be implemented by Modules/timemodule.c ...
    (comp.lang.python)
  • Re: creating/modifying sparse files on linux
    ... > Is there any special support for sparse file handling in python? ... > the linux system started doing lot of swapping. ... Trent Mick ...
    (comp.lang.python)