Hiya,
After the recent maintenance I noticed that my little demo page was not working anymore... (not sure if it is indeed related to the upgrade, but it was working before.) Any ideas?
Thank you for your help.
Logs:
2014-04-27 19:27:03,903 :Traceback (most recent call last):
2014-04-27 19:27:03,905 : File "/usr/local/lib/python3.3/dist-packages/bottle.py", line 764, in _handle
2014-04-27 19:27:03,905 : return route.call(**args)
2014-04-27 19:27:03,906 : File "/usr/local/lib/python3.3/dist-packages/bottle.py", line 1575, in wrapper
2014-04-27 19:27:03,906 : rv = callback(a, *ka)
2014-04-27 19:27:03,906 : File "/home/evilparty/mysite/bottle_app.py", line 40, in gen_code
2014-04-27 19:27:03,906 : subprocess.call(["/home/evilparty/mysite/gen.sh"])
2014-04-27 19:27:03,906 : File "/usr/lib/python3.3/subprocess.py", line 523, in call
2014-04-27 19:27:03,906 : with Popen(popenargs, *kwargs) as p:
2014-04-27 19:27:03,906 : File "/usr/lib/python3.3/subprocess.py", line 824, in init
2014-04-27 19:27:03,906 : restore_signals, start_new_session)
2014-04-27 19:27:03,906 : File "/usr/lib/python3.3/subprocess.py", line 1386, in _execute_child
2014-04-27 19:27:03,906 : restore_signals, start_new_session, preexec_fn)