Error In Loop With For "python Open Document"
I'm follow this tutorial appy.pod and I'm creating a list of dict more or less something like this: params['reports'] = [{'date': foo.date, 'name': foo.name} for foo in something]
Solution 1:
The solution is here appy forum
What pod version do you use? Note that, on Pypi, packages appy.pod and appy.shared are deprecated. Use new package appy. Gaetan
That I did was install pod with pip install and offcourse is deprecated, so you have to download the appy from here Download and copy the "appy" folder from appy.xxx.zip to the "site-packages" folder of your Python interpreter.
Post a Comment for "Error In Loop With For "python Open Document""