C:\dev\bootstrap3\web2py>python web2py.py
Traceback (most recent call last):
File "web2py.py", line 18, in <module>
import gluon.widget
File "C:\dev\bootstrap3\web2py\gluon\__init__.py", line 17, in <module>
from validators import *
File "C:\dev\bootstrap3\web2py\gluon\validators.py", line 25, in <module>
from gluon.dal.objects import FieldVirtual, FieldMethod
ImportError: No module named objects--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/pvVGtt7lpdc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and all its topics, send an email to web2py+unsubscribe@googlegroups.com.
On Tuesday, September 30, 2014 8:45:46 AM UTC-7, Anthony wrote:You'll need to get it from Github -- Google Code is broken at the moment (the commit is missing the entire new dal folder).
File "/home/js/web2py/gluon/dal/base.py", line 891, in __getattr__
return ogetattr(self, key)
AttributeError: 'DAL' object has no attribute 'Table'
uhm. strange. did you care to prune the old dir before overwriting ? (i.e. you don't have a gluon/dal.py file) ?
t.
But as soon as I try to one of my apps, I get the error in my previous(yesterday' s) message.
Traceback (most recent call last):
File "/home/js/web2py/gluon/restricted.py", line 224, in restricted
exec ccode in environment
File "/home/js/web2py/applications/init/models/db.py", line 131, in <module>
akb_signature_uuid = db.Table(db, 'akb_signature_uuid',
File "/home/js/web2py/gluon/dal/base.py", line 891, in __getattr__
return ogetattr(self, key)
AttributeError: 'DAL' object has no attribute 'Table'
DAL.Table = Table
--
Any options to clone/pull using Mercurial?