I'm just trying web2py latest from svn. It works fine on snoLeopard,
but in haiku when I start web2py from cli and it tries to go to the
welcome page ( http://127.0.0.1:8000/welcome/default/index ) then I
get this error:
Traceback (most recent call last):
File "/boot/home/Desktop/web2py/gluon/restricted.py", line 178, in restricted
exec ccode in environment
File "/boot/home/Desktop/web2py/applications/welcome/models/db.py",
line 15, in <module>
db = DAL('sqlite://storage.sqlite') # if not, use SQLite or other DB
File "/boot/home/Desktop/web2py/gluon/sql.py", line 2806, in DAL
return SQLDB(uri, pool_size=pool_size)
File "/boot/home/Desktop/web2py/gluon/sql.py", line 694, in __init__
self._folder.decode(path_encoding).encode('utf8'),
TypeError: decode() argument 1 must be string, not None
---------------------------------------
haiku is alpha 1, so there is a lot of work to do there - it does have
python 2.6.2 and sqlite3.
-wes
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" 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
-~----------~----~----~----~------~----~------~--~---