Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 2010 13:40:03 GMT
From:      Leif Neland <leif@neland.dk>
To:        freebsd-python@FreeBSD.org
Subject:   Re: ports/144872: lang/python25: Python 2.5 uname() broken
Message-ID:  <201010051340.o95De34b062465@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/144872; it has been noted by GNATS.

From: Leif Neland <leif@neland.dk>
To: bug-followup@FreeBSD.org, leif@neland.dk
Cc:  
Subject: Re: ports/144872: lang/python25: Python 2.5 uname() broken
Date: Tue, 05 Oct 2010 15:32:49 +0200

   Seems to be fixed now.
 
 My test
 #!/usr/bin/env python
 
 import os
 print "os.uname() = " + os.uname()
 
 gives another error, (my fault...) but
 
 print "os.uname() = " + os.uname()[0] as in nagios-statd works correctly:
 
 os.uname() = FreeBSD
 
 Leif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010051340.o95De34b062465>