I have written a game in an Otree Project, but every time i want to clean my database or start the server, this message appears. It only happens with my game, but not when an example game is using that command.
Asked
Active
Viewed 779 times
0

awesoon
- 32,469
- 11
- 74
- 99

Marco Gutiérrez
- 31
- 3
-
Please do not post errors as images – awesoon Oct 05 '18 at 04:16
-
is your `_builtin` file parallel to `views.py` ? – angrysumit Oct 05 '18 at 04:21
-
what version of oTree do you use? The code was apparently written in a pretty old version of oTree (since a new one uses `pages.py` not `views.py`). And if you use a new version with this code it can be due version incompatibility – Philipp Chapkovski Oct 05 '18 at 11:38
1 Answers
1
Look in your app for the folder _builtin
. There should be a file __init__.py
that has the same contents as every other app's _builtin/__init__.py
. If not, copy it from the other app.

Chris
- 300
- 1
- 6