Hi all,
I have the same problem as Juraj. I am using TurboGears 2.3.0b3. My test website worked perfectly but I am having trouble deploying a production server. I have tried the following commands:
python setup.py archive_tw2_resources
python setup.py archive_tw2_resources -d tw2.dynforms
under my personal account, the www-data user, and with and without activating the tg2 environment. The output is:
running archive_tw2_resources
Creating temp dir /tmp/tmpuVSbzX
Extracting resources
Deleting old output dir myapp/public/tw2/
Creating output dir
Moving build to myapp/public/tw2/resources
but not files are created/copied into myapp/public/tw2/resources. Some of the files I use on the site are:
.../tw2/resources/tw2.dynforms.widgets/static/dynforms.js
.../tw2/resources/tw2.forms/static/forms.css
.../tw2/resources/tw2.dynforms.widgets/static/*.png
So I think I can easily get away with manually copying those files. However, a proper fix would be better.
Regards,
Shane