Konrad Hofbauer wrote:
> ImportError: No module named _md5
> 
>> You'll need to get database drivers too... 
> 
> What would they be called?

Answer to self:
sudo port install py25-hashlib py25-sqlite3

web2py starts ok, but opening http://127.0.0.1:8000/ in the browser 
results in

$ python2.5 web2py.py
WARNING:root:unable to import dbhash
default applications appear to be installed already
web2py Enterprise Web Framework
Created by Massimo Di Pierro, Copyright 2007-2008
Version 1.52 (2008-12-02 16:14:02)
Database drivers available: SQLite3
choose a password:brtlgrnft
please visit:
         http://127.0.0.1:8000
use "kill -SIGTERM 23085" to shutdown the web2py server
ERROR:root:Traceback (most recent call last):
   File "/Users/khofbaue/InstalledPackages/web2py/gluon/main.py", line 
228, in wsgibase
     session._try_store_on_disk(request,response)
   File "/Users/khofbaue/InstalledPackages/web2py/gluon/globals.py", 
line 191, in _try_store_on_disk
     response.session_file=open(response.session_filename,'wb')
IOError: [Errno 2] No such file or directory: 
'/Users/khofbaue/InstalledPackages/web2py/applications/welcome/sessions/127-0-0-1-3da0bbb1-282f-4858-b6a4-bdcd31504f92'


/Konrad


P.S. I't would be nice if the entered password would not appear in 
plaintext on screen.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to