Hi guys,If someone else searches this posibility to run mezzanine-cms under jython / java, here it is:maybe its not perfect, but it works, details see the release package on my site:since the most fixes for jython are quite small, maybe it'll be integrated in future releases of mezzanine.I am glad to get some feedbackthanksDonneker
I am not sure, for me looks like a pyflakes issue (short googled...) - dunno if I should do anything about that...234mezzanine/core/templatetags/mezzanine_tags.py:27: redefinition of unused 'Image' from line 25
235mezzanine/core/templatetags/mezzanine_tags.py:28: redefinition of unused 'ImageFile' from line 25
236mezzanine/core/templatetags/mezzanine_tags.py:29: redefinition of unused 'ImageOps' from line 25
237mezzanine/galleries/models.py:58: redefinition of unused 'Image' from line 56
I got one question and one problem1) question:how to best integrate the 3 jython/java files that replaces the PIL dependency into mezzanine? I got no clue about that...
2) problem:I tried to integrate my fixes, and had to to some style cleanup, but these issues still there at the automatic build
I am not sure, for me looks like a pyflakes issue (short googled...) - dunno if I should do anything about that...234mezzanine/core/templatetags/mezzanine_tags.py:27: redefinition of unused 'Image' from line 25
235mezzanine/core/templatetags/mezzanine_tags.py:28: redefinition of unused 'ImageFile' from line 25
236mezzanine/core/templatetags/mezzanine_tags.py:29: redefinition of unused 'ImageOps' from line 25
237mezzanine/galleries/models.py:58: redefinition of unused 'Image' from line 56
On Friday, October 5, 2012 1:31:29 AM UTC+2, Stefan Hummert wrote:Hi guys,If someone else searches this posibility to run mezzanine-cms under jython / java, here it is:maybe its not perfect, but it works, details see the release package on my site:since the most fixes for jython are quite small, maybe it'll be integrated in future releases of mezzanine.I am glad to get some feedbackthanksDonneker