Message10776

Author seletz
Recipients seletz
Date 2016-02-24.12:42:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456317746.59.0.276412058123.issue2475@psf.upfronthosting.co.za>
In-reply-to
Content
The back-ported pathlib and pathlib2 modules throw a traceback on import.

Jython 2.7.0 (default:9987c746f838, Apr 29 2015, 02:25:11)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.7.0_60
Type "help", "copyright", "credits" or "license" for more information.
>>> import pathlib
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/Cellar/jython/2.7.0/libexec/Lib/site-packages/pathlib.py", line 1275, in <module>
    class PosixPath(Path, PurePosixPath):
TypeError: Error when calling the metaclass bases
    multiple bases have instance lay-out conflict
History
Date User Action Args
2016-02-24 12:42:26seletzsetrecipients: + seletz
2016-02-24 12:42:26seletzsetmessageid: <1456317746.59.0.276412058123.issue2475@psf.upfronthosting.co.za>
2016-02-24 12:42:26seletzlinkissue2475 messages
2016-02-24 12:42:26seletzcreate