If it helps this is the log file from the Log Console from the GAE
Launcher:

-------------
INFO     2009-11-04 21:39:26,907 dev_appserver_main.py:478] Running
application web2py on port 8082: http://localhost:8082
WARNING  2009-11-04 21:39:40,017 py_zipimport.py:103] Can't open
zipfile C:\Python25\lib\site-packages\configobj-4.5.3-py2.5.egg:
IOError: [Errno 13] file not accessible: 'C:\\Python25\\lib\\site-
packages\\configobj-4.5.3-py2.5.egg'
WARNING  2009-11-04 21:39:40,019 py_zipimport.py:103] Can't open
zipfile C:\Python25\lib\site-packages\ets-3.1.0-py2.5.egg: IOError:
[Errno 13] file not accessible: 'C:\\Python25\\lib\\site-packages\
\ets-3.1.0-py2.5.egg'
WARNING  2009-11-04 21:39:40,128 portalocker.py:91] no file locking
WARNING  2009-11-04 21:39:40,744 cache.py:35] unable to import dbhash
WARNING  2009-11-04 21:39:40,835 main.py:57] unable to import
wsgiserver
INFO     2009-11-04 21:39:40,842 gaehandler.py:56] **** Request:
1.00ms/0.61ms (real time/cpu time)
INFO     2009-11-04 21:39:40,862 dev_appserver.py:3038] "GET / HTTP/
1.1" 303 -
INFO     2009-11-04 21:39:40,868 dev_appserver_index.py:205] Updating
C:\Users\chris.sanders\Desktop\Heritage\web2py\index.yaml
WARNING  2009-11-04 21:39:41,898 py_zipimport.py:103] Can't open
zipfile C:\Python25\lib\site-packages\configobj-4.5.3-py2.5.egg:
IOError: [Errno 13] file not accessible: 'C:\\Python25\\lib\\site-
packages\\configobj-4.5.3-py2.5.egg'
WARNING  2009-11-04 21:39:41,901 py_zipimport.py:103] Can't open
zipfile C:\Python25\lib\site-packages\ets-3.1.0-py2.5.egg: IOError:
[Errno 13] file not accessible: 'C:\\Python25\\lib\\site-packages\
\ets-3.1.0-py2.5.egg'
ERROR    2009-11-04 21:39:41,979 restricted.py:154] Traceback (most
recent call last):
  File "C:\Users\chris.sanders\Desktop\Heritage\web2py\gluon\main.py",
line 469, in wsgibase
    session._try_store_in_db(request, response)
  File "C:\Users\chris.sanders\Desktop\Heritage\web2py\gluon
\globals.py", line 346, in _try_store_in_db
    table._db(table.id == record_id).update(**dd)
  File "C:\Users\chris.sanders\Desktop\Heritage\web2py\gluon\contrib
\gql.py", line 716, in update
    table[field].type, db)
  File "C:\Users\chris.sanders\Desktop\Heritage\web2py\gluon\contrib
\gql.py", line 418, in obj_represent
    if isinstance(fieldtype, SQLCustomType):
NameError: global name 'SQLCustomType' is not defined

INFO     2009-11-04 21:39:41,980 gaehandler.py:56] **** Request:
98.00ms/97.50ms (real time/cpu time)
INFO     2009-11-04 21:39:42,012 dev_appserver.py:3038] "GET /welcome/
default/index HTTP/1.1" 500 -
-------------


I was sure it was simple last time.  Just run web2py, launch with
launcher, visit in web browser.

On Nov 4, 3:22 pm, Chris S <sanders.ch...@gmail.com> wrote:
> I'm at a loss here.  I saw there were GAE changes for version 1.71.1
> and wanted to see what it would take to get my project upgraded.  To
> start with I've just downloaded the web2py_src, I ran 'python
> web2py.py' and it starts up building the applications.  After that I
> add the web2py folder to my GAE local development launcher and
> nothing.  All I get when I try to access the page is "Internal error,
> ticket unknown".
>
> I'm not even changing anything just trying to run the latest version.
> Have I forgotten something?  I can still run my old version on the GAE
> launcher.  Is there more error information I can find somewhere?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to