web2py / py4web

Other
244 stars 126 forks source link

py4web fails to start on application folder other then apps #887

Closed marvin4ward closed 2 months ago

marvin4ward commented 2 months ago

How to reproduce:

git clone git@github.com:web2py/py4web.git
cd py4web
mv apps apptest
python3 py4web.py run apptest

Before renamings apps works The issue appered at 326b0df61dd8d1fd9210ca54b0c747d2d2779f25

mdipierro commented 2 months ago

Thanks for reporting this. Can you try version 1.20240630.1 which I just released?

On Sun, 30 Jun 2024 at 19:55, marvin4ward @.***> wrote:

How to reproduce:

git clone @.***:web2py/py4web.git cd py4web mv apps apptest python3 py4web.py run apptest

Before renamings apps works The issue appered at 326b0df https://github.com/web2py/py4web/commit/326b0df61dd8d1fd9210ca54b0c747d2d2779f25

— Reply to this email directly, view it on GitHub https://github.com/web2py/py4web/issues/887, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHLZT73MXGVB5EMK2DH2ILZKDAJHAVCNFSM6AAAAABKEV2226VHI2DSMVQWIX3LMV43ASLTON2WKOZSGM4DENRYGYYDKMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

marvin4ward commented 2 months ago

The issue looks resolved for me, both with git checkout and pip package. Thank you for the prompt fix!