[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Jython




On Apr 25, 2005, at 5:40 PM, D. Hartley wrote:

Does anyone know if pygame can be used from within jython

No, it can not, and will never. pygame is a binding for SDL, and compiles to an extension for the "CPython" implementation. Even if it could compile for Jython somehow, it would require the JNI to communicate with SDL, so it would be outside of the sandbox, which really defeats the purpose.


-bob