This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author msavory
Recipients fbvortex, loewis, msavory, nicm
Date 2007-12-06.03:46:44
SpamBayes Score 0.020891875
Marked as misclassified No
Message-id <1196912806.79.0.311886258843.issue1471@psf.upfronthosting.co.za>
In-reply-to
Content
Similar issue seen in 64 bit OSX 10.5

  File "./ajaxterm.py", line 418, in create
    fcntl.ioctl(fd, 
struct.unpack('i',struct.pack('I',termios.TIOCSWINSZ))[0], 
struct.pack("HHHH",h,w,0,0))
IOError: [Errno 25] Inappropriate ioctl for device

$ python
Python 2.5.1 (r251:54863, Oct  5 2007, 21:08:09) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
History
Date User Action Args
2007-12-06 03:46:47msavorysetspambayes_score: 0.0208919 -> 0.020891875
recipients: + msavory, loewis, fbvortex, nicm
2007-12-06 03:46:46msavorysetspambayes_score: 0.0208919 -> 0.0208919
messageid: <1196912806.79.0.311886258843.issue1471@psf.upfronthosting.co.za>
2007-12-06 03:46:46msavorylinkissue1471 messages
2007-12-06 03:46:46msavorycreate