Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/errors/127.0.0.1.2010-06-08.10-48-56.81e53335-045e-467e-a12d-293847e8a598
blob: ba65087bcfc281ee8d6996220daa3e56baeff446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(dp1
S'output'
p2
S''
sS'layer'
p3
S'/home/acrowe/lib/python/web2py/applications/turtle_art_images/models/db.py'
p4
sS'code'
p5
S'db = DAL("sqlite://storage.db")\n\ndb.define_table(\'comment\',\n   Field(\'file\', \'upload\', requires=IS_NOT_EMPTY(), IS_UPLOAD_FILENAME(extension=\'ta\')),\n   Field(\'title\', requires=[IS_NOT_EMPTY(), IS_NOT_IN_DB(db, \'comment.title\')]),\n   Field(\'image_id\'),\n   Field(\'creator\', requires=IS_NOT_EMPTY()),\n   Field(\'description\', \'text\'))\n'
p6
sS'traceback'
p7
S'Traceback (most recent call last):\n  File "/home/acrowe/lib/python/web2py/gluon/restricted.py", line 176, in restricted\n    ccode = compile2(code,layer)\n  File "/home/acrowe/lib/python/web2py/gluon/restricted.py", line 163, in compile2\n    return compile(code.rstrip().replace(\'\\r\\n\',\'\\n\')+\'\\n\', layer, \'exec\')\n  File "/home/acrowe/lib/python/web2py/applications/turtle_art_images/models/db.py", line 4\n    Field(\'file\', \'upload\', requires=IS_NOT_EMPTY(), IS_UPLOAD_FILENAME(extension=\'ta\')),\nSyntaxError: non-keyword arg after keyword arg\n'
p8
s.