Re: [web2py] Installation

2020-04-05 Thread Val K
as hotfix you can edit gluon/widget.py # find 'start' at the end of file and add '**kw': def start(**kw): also I checked what is `kw` - it is {cron:True}, i.e. it is not important arg On Sunday, April 5, 2020 at 1:46:20 PM UTC+3, David Swarbrick wrote: > > Thank you so much. > > That

Re: [web2py] Installation

2020-04-05 Thread Nico Zanferrari
Hi, unfortunately, web2py binaries on the official download page are currently not working at all. You can use my updated versions on https://github.com/nicozanf/web2py-pyinstaller until it'll be fixed. Nico Il giorno dom 5 apr 2020 alle ore 12:46 David Swarbrick ha scritto: > Thank you so

Re: [web2py] Installation

2020-04-05 Thread David Swarbrick
Thank you so much. That worked. On Sunday, 5 April 2020 11:25:46 UTC+1, Kevin Keller wrote: > > Thanks for reporting this. > > Maybe there is something wrong with the one click installer at the moment. > > Just download the source version for normal users (py3) extract it and run > python3

Re: [web2py] Installation

2020-04-05 Thread Kevin Keller
Thanks for reporting this. Maybe there is something wrong with the one click installer at the moment. Just download the source version for normal users (py3) extract it and run python3 web2py.py. That should get you going. On Sun, 5 Apr 2020, 12:20 David Swarbrick, wrote: > I also tried

Re: [web2py] Installation

2020-04-05 Thread David Swarbrick
I also tried the alternative suggestion on the installation page of running python web2py.py . . but there is of course no such file in the directory. There are plenty of .pyd files (what are they?), but no .py files. And again - many thanks On Sunday, 5 April 2020 11:08:30 UTC+1, David

Re: [web2py] Installation

2020-04-05 Thread David Swarbrick
Many thanks That worked so that I could see the error message: Traceback (most recent call last): File "", line 6, in File "__main__.py", line 128, in File "__main__web2py__.py", line 33, in TypeError: start() takes no arguments (1 given) David Swarbrick da...@swarb.co.uk -

Re: [web2py] Installation of an editor plugin in web2py app

2014-12-16 Thread Maboroshi
Web2py has really decent security issue prevention built in, see here: http://web2py.com/books/default/chapter/34/01/introduction#Security *cheers :D On Mon, Dec 15, 2014 at 11:49 PM, Ramashish Gaurav ramashis...@gmail.com wrote: Thanks all the way Andrew. This was the perfect solution to

Re: [web2py] Installation of an editor plugin in web2py app

2014-12-16 Thread Ramashish Gaurav
I used the first implementation of XML ( where sanitisation is true ), but few formatting effects are not working right. I solved the problem of underlining the text by including 'u' tag in list of permitted tags, but couldn't solve the problem of font size, font family, font colour,

Re: [web2py] Installation of an editor plugin in web2py app

2014-12-15 Thread Ramashish Gaurav
Dear Andrew, Many thanks for your response and elaborate explanation of installation of ck-editor. However I used another light weight editor nicEdit since the installation was pretty easy as directed at http://nicedit.com/ . However I am in a problem, not related to installation of editors,

Re: [web2py] Installation of an editor plugin in web2py app

2014-12-15 Thread Maboroshi
Hey there if I understand correctly you want to not display html but the formatted output. If so then use this in your view and add any html you would like to allow. {{=XML(row.textfromeditor, sanitize=True, permitted_tags=['a', 'b', 'blockquote', 'br', 'i', 'li',

Re: [web2py] Installation of an editor plugin in web2py app

2014-12-15 Thread Ramashish Gaurav
Thanks all the way Andrew. This was the perfect solution to my problem, for which I wasted a day. One more thing, if you wish to, please give me some info about XSS attack, how can we ignorantly get caught in it and measures taken to prevent XSS attacks. On Tuesday, December 16, 2014 1:20:20

Re: [web2py] Installation of an editor plugin in web2py app

2014-12-14 Thread Maboroshi
Your error at this point isn't from ckeditor but you are using a reserved sql keyword in your database table/field. I suggest removing this line *check_reserved=['all']* or change the name of one of the fields/tables in question. As a side reference here is a brief bit of info for implementing

Re: [web2py] Re: web2py installation

2011-06-14 Thread José Luis Redrejo Rodríguez
web2py debian packages available in sid work perfectly in squeeze and Ubuntu Lucid. You can use other manual methods to install web2py, but using package management has obvious advantages in a Debian distribution. You can download the packages manually and install them using dpkg or gdebi.

[web2py] Re: web2py installation

2011-06-13 Thread Jason Schmidt
python-web2py package seems to only available in wheezy and sid. My current prod servers are running Squeeze and Ubuntu Lucid. So seems like source is the only way. Anyone has a good installation guide for Debain Squeeze and/or Ubuntu Lucid? My main concern is to keep the same directory structure

[web2py] Re: web2py installation

2011-06-13 Thread pbreit
I always recommend installing Web2py from version control: hg clone https://web2py.googlecode.com/hg/ web2py That's pretty much all you need to do. That allows for much better control over which version of Web2py you are running. Web2py itself requires no further setup. I'm not exactly sure

[web2py] Re: web2py installation

2011-06-13 Thread pbreit
Make sure to update to the latest stable version. At this time that would be: hg update R-1.96.4

[web2py] Re: web2py installation

2011-06-13 Thread Jason Schmidt
I know I should change the title of this post. I'm after Apache virtualhost config to handle multiple domains. Googled quite-a-bit, haven't found an ideal solution. Anyone w/ an example? On Jun 13, 3:58 pm, pbreit pbreitenb...@gmail.com wrote: Make sure to update to the latest stable version.

[web2py] Re: web2py installation

2011-06-13 Thread Jason Schmidt
Just to clarify: I'm after Apache virtualhost config to handle multiple domains for web2py apps. On Jun 13, 10:10 pm, Jason Schmidt schmidt.jas...@gmail.com wrote: I know I should change the title of this post. I'm after Apache virtualhost config to handle multiple domains. Googled

Re: [web2py] Installation on GoDaddy shared server

2011-01-21 Thread Kenneth Lundström
Simplest way is http://web2py.com/book/default/chapter/03 How do I install web2py on a GoDaddy shared server. No idea about GoDaddy but, Also what are the steps to install it on a regular linux server. It depends on alot of things, what linux, what is installed on it and so on.