thanks!

On Jan 22, 12:56 pm, Timothy Farrell <tfarr...@swgen.com> wrote:
> Oh right, the patch patch.  Here you go for both of them.
>
> -tim
>
> On 1/22/2010 11:36 AM, mdipierro wrote:
>
> > patch patch ...
>
> > notice that web2py worked with jthon2.5rc2 but not with table
> > jython2.5 apparently because of a runaway bin in Java regex that sun
> > marked as "won't fix". This was a problem in parsing templates.
>
> > On Jan 22, 11:00 am, Timothy Farrell<tfarr...@swgen.com>  wrote:
>
> >> Here's another quickie:
>
> >> Running jython.bat web2py.py -L options.py would fail to load the
> >> options file.
>
> >> In widget, line 748, make it try again with fewer parameters:
>
> >>       if options.config:
> >>           try:
> >>               options = __import__(options.config, [], [], '')
> >>           except Exception:
> >>               try:
> >>                   # Jython doesn't like the extra stuff
> >>                   options = __import__(options.config)
> >>               except Exception:
> >>                   print 'Cannot import config file [%s]' % options.config
> >>                   sys.exit(1)
>
> >> -tim
>
>
>
>  jython-fixes.diff
> 1KViewDownload

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to