I updated to 1.62 this morning and made two changes in the views.
When I uploaded to GAE, the application failed with a "600 server
error" and the log shows:
<type 'exceptions.ImportError'>: No module named settings
Traceback (most recent call last):
File "/base/data/home/apps/utilityplant/1.332789504321242905/
gaehandler.py", line 16, in <module>
from gluon.settings import settings
I cannot find a setting.py file in the gluon directory and I'm not
sure if I should. The mods worked fine on the web2py server. For the
record, I added the following call to yahoo maps in the layout.html
file which, I suppose could be the problem.
<script type="text/javascript"
src="http://api.maps.yahoo.com/ajaxymap?
v=3.8&appid=xxxxxxxxxxxxxxxxxxxxxxx">
</script>
<style type="text/css">
#map{
height: 35%;
width: 25%;
}
</style>
I'm just not sure if the GAE error relates to the 1.62 upgrade or my
change. Any help would be greatly appreciated.
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---