Niphlod, thanks very much. This works great.
On Tuesday, October 23, 2012 4:14:25 AM UTC-4, Niphlod wrote: > > everywhere you must point to a folder in your app, use request.folder as > the base path. > > filename = os.path.join(request.folder, 'static', 'simdata_1_1.pickle') > df = pandas.load(filename) > > should work in your case. > > --

