[web2py] Re: How to run a script in Eclipse

2011-09-02 Thread JanoPales
I do it this way: -right click on 'web2py.py' -there is 'Run As' or 'Debug As' -choose 'Python Run' You can set arguments in 'Run Configuration' (below Python Run). Python interpreter must be set of course Jano

[web2py] Re: Localising decimal values in form fields

2011-07-21 Thread JanoPales
Hi, I'm getting same error (gluaon/validators.py, line 807), version 1.97.1. Debugger says this.dot is type lazyT, so I made a test and added str(). Line now looks: def formatter(self, value): return str(value).replace('.',str(self.dot)) also line 793 try: if