Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/errors/127.0.0.1.2010-06-15.16-55-27.f037969c-cc51-4247-8648-459c3c9808c7
diff options
context:
space:
mode:
authorJames Boisture <jboisture@jboisture-laptop.(none)>2010-07-20 03:15:23 (GMT)
committer James Boisture <jboisture@jboisture-laptop.(none)>2010-07-20 03:15:23 (GMT)
commitb817158f554f7b3342ecfe3ce24d04e91abed3c3 (patch)
tree632bc4515e4feb5440714acb3b893aaa9b22a91d /errors/127.0.0.1.2010-06-15.16-55-27.f037969c-cc51-4247-8648-459c3c9808c7
The initial commit of the turtleartsite
Diffstat (limited to 'errors/127.0.0.1.2010-06-15.16-55-27.f037969c-cc51-4247-8648-459c3c9808c7')
-rw-r--r--errors/127.0.0.1.2010-06-15.16-55-27.f037969c-cc51-4247-8648-459c3c9808c717
1 files changed, 17 insertions, 0 deletions
diff --git a/errors/127.0.0.1.2010-06-15.16-55-27.f037969c-cc51-4247-8648-459c3c9808c7 b/errors/127.0.0.1.2010-06-15.16-55-27.f037969c-cc51-4247-8648-459c3c9808c7
new file mode 100644
index 0000000..e369a05
--- /dev/null
+++ b/errors/127.0.0.1.2010-06-15.16-55-27.f037969c-cc51-4247-8648-459c3c9808c7
@@ -0,0 +1,17 @@
+(dp1
+S'output'
+p2
+S''
+sS'layer'
+p3
+S'/home/dreich/lib/python/web2py/applications/turtlesite/controllers/default.py'
+p4
+sS'code'
+p5
+S'import os\n\ndef index():\n form = SQLFORM(db.comment, fields = [\'title\', \'file\', \'creator\', \'description\'])\n if form.accepts(request.vars, session):\n session.new_image_title = form.vars.title\n redirect(URL(r=request, f=\'jamiesprogram\')) \n return dict(form=form)\n\ndef jamiesprogram():\n new_image = db(db.comment.title==session.new_image_title)[\'file\']\n os.system(\'python applications/turtle_art_images/modules/PngGenerator.py applications/turtle_art_images/uploads/\'+new_image)\n db(db.comment.title==session.new_image_title).update(newimage =\'applications/turtle_art_images/uplodates/%s.png\' % new_image[:-3])\n redirect(URL(r=request, f=\'imagelist\'))\n return dict()\n \ndef imagelist():\n comments = db().select(db.comment.ALL)\n return dict(comments=comments)\n \ndef testimage():\n\treturn db(db.comment.title=="hellotest")\n\t\n\ndef adminpage():\n db.comment.truncate()\n redirect(\'index.html\')\n \ndef download():\n return response.download(request, db)\n\nresponse._vars=response._caller(jamiesprogram)\n'
+p6
+sS'traceback'
+p7
+S'Traceback (most recent call last):\n File "/home/dreich/lib/python/web2py/gluon/restricted.py", line 178, in restricted\n exec ccode in environment\n File "/home/dreich/lib/python/web2py/applications/turtlesite/controllers/default.py", line 32, in <module>\n File "/home/dreich/lib/python/web2py/gluon/globals.py", line 96, in <lambda>\n self._caller = lambda f: f()\n File "/home/dreich/lib/python/web2py/applications/turtlesite/controllers/default.py", line 11, in jamiesprogram\n new_image = db(db.comment.title==session.new_image_title)[\'file\']\nTypeError: \'Set\' object is unsubscriptable\n'
+p8
+s. \ No newline at end of file