Jacek Treszczyński

Results 7 comments of Jacek Treszczyński

![image](https://github.com/playframework/play1/assets/11667049/6b979dc1-1a2b-4722-be0a-7070984ec170)

![image](https://github.com/user-attachments/assets/b725d523-f7f7-431b-98cd-34fd9f236b34) 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'))` ![image](https://github.com/user-attachments/assets/a99c5470-c9ee-4975-bb1c-f502ab4f935c)

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...