Message2039
When call socket._fileobject, return error: 'module' object has no attribute '_fileobject'
=========================
Jython 2.2.1 (don't work)
=========================
C:\jython2.2.1>jython.bat
>>> import socket
>>> socket._fileobject
Traceback (innermost last):
File "<console>", line 1, in ?
AttributeError: 'module' object has no attribute '_fileobject'
=====================
Python 2.5 (work fine)
=====================
C:\Python25>python.exe
>>> import socket
>>> socket._fileobject
<class 'socket._fileobject'> |
|
Date |
User |
Action |
Args |
2008-02-20 17:18:08 | admin | link | issue1850207 messages |
2008-02-20 17:18:08 | admin | create | |
|