[web2py] Re: Symlinked Application Issue

2012-09-04 Thread pbreit
Should work. Might need to restart web2py.


On Monday, September 3, 2012 4:02:10 PM UTC-7, Alex H wrote:

 In my Applications directory, I have created a symlink to another 
 directory, e.g. ...

 ln -s ~/dev/python/web2py-book web2py-book

 The created symlink operates correctly, however the web2py-book app 
 doesn't show up as an application in the browser.  Is there some reason 
 such a symlinked application wouldn't be recognized?

 -- Alex (Mac, 2.0.6)


-- 





[web2py] Re: Symlinked Application Issue

2012-09-04 Thread amphisia pui
Hi Alex,

It works but try to remove the - character  from target application name:

I met the same issue resolved changing 

./web2py/applications/web2py-book in ./web2py/applications/web2py-book

AP


  

Il giorno martedì 4 settembre 2012 01:02:10 UTC+2, Alex H ha scritto:

 In my Applications directory, I have created a symlink to another 
 directory, e.g. ...

 ln -s ~/dev/python/web2py-book web2py-book

 The created symlink operates correctly, however the web2py-book app 
 doesn't show up as an application in the browser.  Is there some reason 
 such a symlinked application wouldn't be recognized?

 -- Alex (Mac, 2.0.6)


-- 





[web2py] Re: Symlinked Application Issue

2012-09-04 Thread amphisia pui
Errata corrige

I met the same issue resolved changing 

./web2py/applications/web2py-book in ./web2py/applications/web2pybook

Il giorno martedì 4 settembre 2012 09:01:03 UTC+2, amphisia pui ha scritto:

 Hi Alex,

 It works but try to remove the - character  from target application name:

 I met the same issue resolved changing 

 ./web2py/applications/web2py-book in ./web2py/applications/web2py-book

 AP


   

 Il giorno martedì 4 settembre 2012 01:02:10 UTC+2, Alex H ha scritto:

 In my Applications directory, I have created a symlink to another 
 directory, e.g. ...

 ln -s ~/dev/python/web2py-book web2py-book

 The created symlink operates correctly, however the web2py-book app 
 doesn't show up as an application in the browser.  Is there some reason 
 such a symlinked application wouldn't be recognized?

 -- Alex (Mac, 2.0.6)



-- 





[web2py] Re: Symlinked Application Issue

2012-09-04 Thread Alex H
Removing the '-' from the target name works.  Many thanks AP!

On Tuesday, September 4, 2012 5:01:03 PM UTC+10, amphisia pui wrote:

 Hi Alex,

 It works but try to remove the - character  from target application name:

 I met the same issue resolved changing 

 ./web2py/applications/web2py-book in ./web2py/applications/web2py-book

 AP


   

 Il giorno martedì 4 settembre 2012 01:02:10 UTC+2, Alex H ha scritto:

 In my Applications directory, I have created a symlink to another 
 directory, e.g. ...

 ln -s ~/dev/python/web2py-book web2py-book

 The created symlink operates correctly, however the web2py-book app 
 doesn't show up as an application in the browser.  Is there some reason 
 such a symlinked application wouldn't be recognized?

 -- Alex (Mac, 2.0.6)



--