Sorry, false alarm. Bad changes to routes.py
On Thursday, 27 August 2015 10:35:34 UTC+10, Tim Richardson wrote: > > On Windows Server 2008R2 I have web2py git cloned. > at the moment > python web2py.py > > does not start. > > Traceback (most recent call last): > File "web2py.py", line 18, in <module> > import gluon.widget > File "c:\Users\tim\web2py_dev\gluon\widget.py", line 26, in <module> > import gluon.main as main > File "c:\Users\tim\web2py_dev\gluon\main.py", line 129, in <module> > load_routes() > File "c:\Users\tim\web2py_dev\gluon\rewrite.py", line 318, in load > exec (data + '\n') in symbols > File "<string>", line 25, in <module> > File "c:\Users\tim\web2py_dev\gluon\fileutils.py", line 460, in abspath > path = os.path.join(*relpath) > File "e:\Python27_32\lib\ntpath.py", line 66, in join > p_drive, p_path = splitdrive(p) > File "e:\Python27_32\lib\ntpath.py", line 114, in splitdrive > if len(p) > 1: > TypeError: object of type 'NoneType' has no len() > > > This happens with trunk and if I checkout the latest tagged release, but I > suppose it has more to do with pydal > git submodule status tells me .... /dal (v15.07) > > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

