* Barry Warsaw <[email protected]>: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Jan 28, 2009, at 2:43 PM, Patrick Ben Koetter wrote: > >> It's a XEN guest on an Intel machine. >> >> $ cat /etc/lsb-release >> DISTRIB_ID=Ubuntu >> DISTRIB_RELEASE=8.04 >> DISTRIB_CODENAME=hardy >> DISTRIB_DESCRIPTION="Ubuntu 8.04.2" > > Let me guess, is it a 64-bit machine?
Correct. Did I miss something?
> Please run this:
>
> % python2.6 -c 'import array; print array.array("l").itemsize'
p...@mailman:~$ python2.6 -c 'import array; print array.array("l").itemsize'
8
> What does this print?
>
> How about this:
>
> python2.6 -c 'import array; print array.array("L").itemsize'
p...@mailman:~$ python2.6 -c 'import array; print array.array("L").itemsize'
8
p...@rick
--
state of mind
Agentur für Kommunikation, Design und Softwareentwicklung
Patrick Koetter Tel: 089 45227227
Echinger Strasse 3 Fax: 089 45227226
85386 Eching Web: http://www.state-of-mind.de
Amtsgericht München Partnerschaftsregister PR 563
signature.asc
Description: Digital signature
_______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
