Yarko Tymciurak wrote:
> Get Python 2.5.2.
Done. Seems I am still missing something ("_md5"):
$ python2.5 web2py.py
Traceback (most recent call last):
File "web2py.py", line 4, in <module>
from gluon.widget import start
File "/Users/khofbaue/InstalledPackages/web2py/gluon/widget.py", line
30, in <module>
from gluon.main import HttpServer, save_password
File "/Users/khofbaue/InstalledPackages/web2py/gluon/main.py", line
14, in <module>
from restricted import RestrictedError
File "/Users/khofbaue/InstalledPackages/web2py/gluon/restricted.py",
line 8, in <module>
from html import BEAUTIFY
File "/Users/khofbaue/InstalledPackages/web2py/gluon/html.py", line
9, in <module>
from validators import *
File "/Users/khofbaue/InstalledPackages/web2py/gluon/validators.py",
line 13, in <module>
import sha, md5
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/sha.py",
line 6, in <module>
from hashlib import sha1 as sha
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/hashlib.py",
line 133, in <module>
md5 = __get_builtin_constructor('md5')
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/hashlib.py",
line 60, in __get_builtin_constructor
import _md5
ImportError: No module named _md5
> You'll need to get database drivers too...
What would they be called?
(I am only need sqlite3 at the moment.)
>this may take you a while to
> get everything set up.
I hope Massimo will beat me with a binary.
/Konrad
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---