On Sat, Aug 24, 2013 at 11:33:29AM +0100, Jonah Graham wrote:
[...]
|    [2] xmlrpc was not part of 2.1, so pydev uses the local version, but this
|    is the error we get:
[...]
|    � File
|    "/scratch/pydev/Pydev/plugins/org.python.pydev/pysrc/_pydev_xmlrpclib.py",
|    line 159, in ?
|    � � _bool_is_builtin = False.__class__.__name__ == "bool"
|    AttributeError: 'int' object has no attribute '__class__'

For reference, types and classes were unified in Python 2.2.  (int was
not a class in 2.1)  2.2 was released in 2001.

http://www.python.org/download/releases/2.2.3/descrintro/

http://www.python.org/doc/versions/

-Derrick

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
pydev-code mailing list
pydev-code@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to