Hi there,
Testing with: Version 2.0.3 (2012-08-31 00:11:28) stable
I can not start web2py:
Traceback (most recent call last):
File "web2py.py", line 18, in <module>
import gluon.widget
File "/home/gonvaled/tmp/web2py/gluon/__init__.py", line 15, in <module>
from globals import current
File "/home/gonvaled/tmp/web2py/gluon/globals.py", line 24, in <module>
from serializers import json, custom_json
File "/home/gonvaled/tmp/web2py/gluon/serializers.py", line 11, in
<module>
from languages import lazyT
File "/home/gonvaled/tmp/web2py/gluon/languages.py", line 242, in <module>
PLURAL_RULES = read_possible_plurals()
File "/home/gonvaled/tmp/web2py/gluon/languages.py", line 223,
inread_possible_plurals
import gluon.contrib.plural_rules as package
ImportError: No module named plural_rules
BR,
Daniel
--