Now I got this:

bcr@vaiubuntu:~/projects/web2py203$ python web2py.py -a 1234
Traceback (most recent call last):
  File "web2py.py", line 18, in <module>
    import gluon.widget
  File "/home/bcr/projects/web2py203/gluon/__init__.py", line 15, in
<module>
    from globals import current
  File "/home/bcr/projects/web2py203/gluon/globals.py", line 24, in <module>
    from serializers import json, custom_json
  File "/home/bcr/projects/web2py203/gluon/serializers.py", line 11, in
<module>
    from languages import lazyT
  File "/home/bcr/projects/web2py203/gluon/languages.py", line 242, in
<module>
    PLURAL_RULES = read_possible_plurals()
  File "/home/bcr/projects/web2py203/gluon/languages.py", line 223, in
read_possible_plurals
    import gluon.contrib.plural_rules as package
ImportError: No module named plural_rules
bcr@vaiubuntu:~/projects/web2py203$

-- 



Reply via email to