The following reply was made to PR ports/144872; it has been noted by GNATS.
From: Leif Neland <l...@neland.dk> To: bug-follo...@freebsd.org, l...@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 _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"