[web2py] Re: anyone using jython with web2py on production

2011-10-03 Thread Chris Clark
Right now it doesn't run. See http://code.google.com/p/web2py/issues/detail?id=341 for more detail. If anyone has managed to get it to run please update the issue with details. There are issues with imports (which can be hacked around) and the ticketing system crashes. As Massimo points out if we

[web2py] Re: Encryption/Decryption Modules

2011-10-04 Thread Chris Clark
On Oct 4, 10:37 am, horridohobbyist wrote: > I guess no one has ever used encryption (M2Crypto) in web2py. Maybe > the web2py community isn't as large as I had thought... I've not had cause to use encryption (other than SSL/TLS) with web2py yet. I have another project where I needed (file storag

[web2py] Re: Web2py/modj/tomcat

2011-10-06 Thread Chris Clark
On Oct 6, 7:57 am, Sergio wrote: > I have successfully run web2py with jython, now I'd like to run it > from Tomcat using modj. That is awesome! What version of web2py and Jython have you got working? Could you share your patches? > I ran into two problems so far: >  - web2py is looking for its

[web2py] Re: Running web2py on Jython

2011-07-19 Thread Chris Clark
Apologies for reanimating this old thread but I too just tried Jython with the current web2py version too :-) I made a few hacks and I can get much further, the admin interface starts BUT the ticketing system doesn't work under Jython. This means exceptions are not handled so I ended up putting so

[web2py] Re: Running web2py on Jython

2011-07-25 Thread Chris Clark
On Jul 23, 2:08 pm, Richard wrote: > Hi Chris, > > I for one am glad that you reanimated this thread :-) > > Your findings probably led to hg commit #2119 which has the commit > comment "possible __builtin__ fix for jython, thanks Chris Clark". > This raised som