Jacek Treszczyński
Jacek Treszczyński

 it works for me I would bet on permissions because it didn't create a folder for you `FileNotFoundError: [Errno 2] No such file or directory: '/private/tmp/app1/app/models'`
@phaus Hey after the script `play new foo1` do `ls -al -R`
how could you change in ` Users/philipp/.bin/play/framework/pym/play/commands/base.py line 95` of the code `os.mkdir(os.path.join(app.path, 'app/models'))` and add above it `os.mkdir(os.path.join(app.path, 'app'))` 
maybe you need to create all folders ├───app │ ├───controllers │ ├───models │ └───views │ ├───Application │ └───errors ├───conf ├───documentation │ ├───files │ └───images ├───lib ├───modules ├───public │ ├───images │...
@phaus it is working?
there have been changes system python is used and not the version of play that was provided as before (play 1.4 with python 2.x) (play 1.5+ is without python) now...