[web2py] Re: need help testing app

2013-07-30 Thread greaneym
I fixed some database problems and added more error checking and this seems to work fine now. Thanks for the help and tests. Margaret -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop receiving

[web2py] Re: need help testing app

2013-07-28 Thread greaneym
I don't know if it was a cache or timeout problem but the weather app is working ok now. I checked that the github version is the same as on my server node and local node and it is, so any more testing would be very appreciated. https://github.com/greaneym/weather/ On Thursday, July 25, 2013

[web2py] Re: need help testing app

2013-07-27 Thread greaneym
I have updated this app to use city,state for the location rather than zipcode, and added checks for None, and some validations. If anyone has time for further tests, this would be very helpful. I removed the zipcode since people only really know their own zip codes typically and the NWS says

[web2py] Re: need help testing app

2013-07-27 Thread greaneym
Sorry, there is a problem, wait to test. thanks On Saturday, July 27, 2013 5:48:40 PM UTC-5, greaneym wrote: I have updated this app to use city,state for the location rather than zipcode, and added checks for None, and some validations. If anyone has time for further tests, this would

[web2py] Re: need help testing app

2013-07-27 Thread greaneym
This works on my local machine but not on a server location. I get this error, File /.../repo/wsgi/web2py/applications/nws3_good/controllers/default.py https://v232-oasis.rhcloud.com/admin/default/edit/nws3_good/controllers/default.py, line 105, in weatherfeed extaport = airportname +

[web2py] Re: need help testing app

2013-07-26 Thread greaneym
Thanks for testing. I will incorporate handling of None and redirect to alternate options like city, state instead of zipcode, as does the NWS service. I appreciate the feedback. On Thursday, July 25, 2013 8:02:39 AM UTC-5, Massimo Di Pierro wrote: One problem I see is that the zip code is

[web2py] Re: need help testing app

2013-07-25 Thread Massimo Di Pierro
One problem I see is that the zip code is validated but one may still pass zip codes which pass validations but are invalid (in the sense that they produce no data) and the page displays None. On Sunday, 21 July 2013 17:17:48 UTC-5, Massimo Di Pierro wrote: Thank you margaret. Will test it

[web2py] Re: need help testing app

2013-07-21 Thread greaneym
Thanks for testing! On Saturday, July 20, 2013 4:43:49 PM UTC-5, dhmorgan wrote: After installing BeautifulSoup, it ran fine. Results matched those provided by wunderground. https://lh5.googleusercontent.com/-Q9oTeGGJHug/UesEfjZbvnI/ByY/maI-KdGE7UA/s1600/greaneym-weather.png On

[web2py] Re: need help testing app

2013-07-21 Thread Massimo Di Pierro
Thank you margaret. Will test it asap. Massimo On Saturday, 20 July 2013 16:18:10 UTC-5, greaneym wrote: Hello, I would like to share an app with the web2py community, and also am asking for help testing it. https://github.com/greaneym/weather It needs more work but please feel free to

[web2py] Re: need help testing app

2013-07-20 Thread dhmorgan
After installing BeautifulSoup, it ran fine. Results matched those provided by wunderground. https://lh5.googleusercontent.com/-Q9oTeGGJHug/UesEfjZbvnI/ByY/maI-KdGE7UA/s1600/greaneym-weather.png On Saturday, July 20, 2013 4:18:10 PM UTC-5, greaneym wrote: Hello, I would like to