Message4120

Author amak
Recipients amak, billiejoex
Date 2009-02-03.17:27:09
SpamBayes Score 1.3452883e-07
Marked as misclassified No
Message-id <1233682030.75.0.977363892928.issue1238@psf.upfronthosting.co.za>
In-reply-to
Content
I downloaded pyftpdlib and tried to run the test suite.

It fails completely because pyftpdlib uses the cpython specific "buffer"
builtin, which is not available on jython.

The test suite then proceeds to hang, not sure why.

More on this later; I'm working on asyncore at the moment, and that
should be resolved before addressing this.

Have you contacted the pyftpdlib authors? Are they interested in having
their code run on jython?
History
Date User Action Args
2009-02-03 17:27:10amaksetmessageid: <1233682030.75.0.977363892928.issue1238@psf.upfronthosting.co.za>
2009-02-03 17:27:10amaksetrecipients: + amak, billiejoex
2009-02-03 17:27:10amaklinkissue1238 messages
2009-02-03 17:27:10amakcreate