[web2py] Re: 'Killer Web Development' tutorial site

2013-04-14 Thread tim spear
I was just trying to follow it and it appears it's not being maintained which is a shame because it's quite good but with glitches like pretty much the first example code did not work for me at any rate: db.define_table('post', Field('content', 'text'), Field('user_id', db.auth_user)) b

[web2py] Re: Mercurial not found

2013-05-20 Thread tim spear
I had the same error with the web2py.exe version of web2py I found the versioning button works ok though from the python source version (see http://ochiba77.blogspot.co.uk/2011/10/how-to-install-web2py-from-source.html ) On Tuesday, August 28, 2012 4:59:25 PM UTC+1, Sergi Pons Freixes wrote:

[web2py] Re: PythonAnywhere issue with mercurial

2013-05-20 Thread tim spear
I had the same error with the web2py.exe version of web2py I found the versioning button works ok though from the python source version (see http://ochiba77.blogspot.co.uk/2011/10/how-to-install-web2py-from-source.html ) On Wednesday, June 27, 2012 10:57:15 AM UTC+1, Nico Zanferrari wrote: >

[web2py] Re: exercise: automatic conversion of a static site into a web2py site

2013-08-06 Thread tim spear
d is from nearly three years ago and am not sure what the current state of play is. Best, Tim Spear On Wednesday, November 24, 2010 8:05:21 PM UTC, mdipierro wrote: > > I have a challanage: > > write a script that takes a folder that contains a static html file > and converts

[web2py] Re: exercise: automatic conversion of a static site into a web2py site

2013-08-06 Thread tim spear
6:38:03 PM UTC+1, Massimo Di Pierro wrote: > > Try this: > > scripts/import_static.py > > I just committed it to trunk. Usage: > > python scripts/import_static.py source_folder applications/web2py_app > > > > On Tuesday, 6 August 2013 08:05:24 UTC-5, tim spear

[web2py] Re: exercise: automatic conversion of a static site into a web2py site

2013-08-07 Thread tim spear
Cool. Thanks for that. On Tuesday, August 6, 2013 11:28:20 PM UTC+1, Massimo Di Pierro wrote: > > I just pushed a new version: > > https://github.com/web2py/web2py/blob/master/scripts/import_static.py > > Massimo > > On Tuesday, 6 August 2013 16:51:31 UTC-5, tim spear

[web2py] Why won't web2py serve my .vcf file?

2015-11-04 Thread tim spear
I'm trying to let users download a .vcf file (vCard). I copied myfile.vcf to the static folder. When I try going to www.myapp.com/static/myfile.vcf I get "invalid request" while other files in the static folder ending .js or .ico get served fine. Any ideas why it doesn't like .vcf or how to f

Re: [web2py] Re: Why won't web2py serve my .vcf file?

2015-11-05 Thread tim spear
I think so - Apache I think. I'll double check the details. Ta. On Thu, Nov 5, 2015 at 9:38 PM, Niphlod wrote: > just tried, everything works fine. are you using the default webserver ? > > On Wednesday, November 4, 2015 at 9:58:14 PM UTC+1, tim spear wrote: >> >&g

Re: [web2py] Re: Why won't web2py serve my .vcf file?

2015-11-06 Thread tim spear
015 at 4:40:47 PM UTC-5, tim spear wrote: >> >> I think so - Apache I think. I'll double check the details. Ta. >> >> On Thu, Nov 5, 2015 at 9:38 PM, Niphlod wrote: >> >>> just tried, everything works fine. are you using the default webserver ? >>>

Re: [web2py] Re: Why won't web2py serve my .vcf file?

2015-11-06 Thread tim spear
http://vcardmaker.com/. Goodness knows what the issue was. Thanks for your help. On Fri, Nov 6, 2015 at 7:45 PM, Anthony wrote: > On Friday, November 6, 2015 at 2:28:42 PM UTC-5, tim spear wrote: >> >> I tried it and it worked fine with the local server on my laptop. Maybe >> it

[web2py] Did one click install. Now all sites try to use https: How go I get http: ?

2015-02-05 Thread tim spear
I did the "one step deployment" from the web2py guide on Ubuntu on digital ocean Now all my sites try to use https:/ giving "This Connection is Untrusted You have asked Firefox to connect securely to www.fborder.com, but we can't confirm that your connection is secure." error messages for us

[web2py] Re: https only on admin

2015-02-05 Thread tim spear
I think I was the first person to mention it. I just reinstalled everything from scratch on digitalocean Ubuntu 14, with the sudo ./setup-web2py-ubuntu.sh script and I still get https:// on everything eg. http://128.199.113.29/test redirects to https://128.199.113.29/test with the associated

[web2py] Re: https only on admin

2015-02-05 Thread tim spear
PS the web2py admin password on that is Password1! for the moment if you want to check it out On Friday, February 6, 2015 at 12:03:15 PM UTC+7, tim spear wrote: > > I think I was the first person to mention it. > > I just reinstalled everything from scratch on digitalocean Ubu

Re: [web2py] Re: https only on admin

2015-02-07 Thread tim spear
any other password here). > Anybody with the admin password has almost complete access to you machine > and can install malware without you noticing it. > > On Thursday, 5 February 2015 23:03:15 UTC-6, tim spear wrote: >> >> I think I was the first person to mention it. >

Re: [web2py] Re: https only on admin

2015-02-09 Thread tim spear
cript downloads must have changed. Apache perhaps? That's as far as I've got. I guess I'll try using nginx as I'm not so good at figuring the error beyond that. I think I'll destroy the 128.199.113.29/test droplet Ta, Tim On Sun, Feb 8, 2015 at 11:37 AM, tim spear &l

[web2py] Re: https only on admin

2015-02-10 Thread tim spear
I think I may have a solution. I've posted it at http://stackoverflow.com/questions/28116754/how-can-i-make-part-of-the-website-not-use-https-in-web2py On Wednesday, February 4, 2015 at 3:48:21 AM UTC+7, Juozas Masiulis wrote: > > For certain reasons I could not use https for my entire website.

[web2py] Re: Did one click install. Now all sites try to use https: How go I get http: ?

2015-02-10 Thread tim spear
I think I found a solution. I posted it at http://stackoverflow.com/questions/28116754/how-can-i-make-part-of-the-website-not-use-https-in-web2py On Thursday, February 5, 2015 at 8:12:19 PM UTC+7, tim spear wrote: > > > I did the "one step deployment" from the web2py guide o

Re: [web2py] Re: https only on admin

2015-02-10 Thread tim spear
There didn't used to be https for everything with the older script for Ubuntu 12 / Apache 2.2 and there still is not if you use the Ngnix / Ubuntu script. Also https everywhere is not mentioned in the docs as far as I know. It seems to have come in in the new install script for Apache 2.4 labelled

Re: [web2py] Re: https only on admin

2015-02-10 Thread tim spear
I tried similar but then http: didn't work because Apache didn't know to send the requests to web2py. I found the http://stackoverflow.com/questions/28116754/how-can-i-make-part-of-the-website-not-use-https-in-web2py solution got http to work while keeping admin on https though I was changing thing

[web2py] Re: Help with memory leak

2020-05-26 Thread tim spear
Hi Here I am in 2020 using High Sierra 10.13.6 having the same issue. I've tried various versions of web2py with Python 2.7 and the latest version with Python 3.7 and all seem to have the issue - memory use starts around 37mb and then ticks up a few mb/min. I'm downloading the source and then ty