[web2py] Re: admin app misses symlinked directories

2010-02-04 Thread selecta
Ubuntu 9.10 \n \l web2py Version 1.74.11 (2010-02-03 10:53:34) yes i made sure the case is correct and it must be since the application works just to be clear, symlinked files are not a problem (app works, and displayed in admin app designer) symlinked directories have problems (app works, not

[web2py] Re: admin app misses symlinked directories

2010-02-04 Thread selecta
you can test this for yourself with this http://groups.google.com/group/web2py/browse_thread/thread/d10bf589cc81082b click on a plugin to manage it, test the plugin, it will still work but e.g. the views will not be visible in the admin design interface On Feb 4, 1:13 pm, selecta

[web2py] Re: admin app misses symlinked directories

2010-02-04 Thread mdipierro
Could be that isdir returns false on symlinked directories? form admin/ controller/default.py if os.path.exists(aviewpath): if os.path.isdir(aviewpath): viewlist = glob(os.path.join(aviewpath,'*.html')) On Feb 4, 7:37 am, selecta gr...@delarue-berlin.de

Re: [web2py] Re: admin app misses symlinked directories

2010-02-04 Thread Jonathan Lundell
On Feb 4, 2010, at 7:01 AM, mdipierro wrote: Could be that isdir returns false on symlinked directories? form admin/ controller/default.py if os.path.exists(aviewpath): if os.path.isdir(aviewpath): viewlist = glob(os.path.join(aviewpath,'*.html'))

[web2py] Re: admin app misses symlinked directories

2010-02-03 Thread mdipierro
what os? make sure the case is correct On Feb 3, 3:17 pm, selecta gr...@delarue-berlin.de wrote: If i replace a directory with a symlink the application works fine buthttp://127.0.0.1:8000/admin/default/design/testis not showing the symlinked directory e.g. in application test I symlinked