[web2py] Re: web2py file location

2012-03-27 Thread Ron McOuat
Have you done a right click on web2py.app and then Show Contents from the pop 
up menu. You should see a Contents directory which you can now explore.


[web2py] Re: web2py file location

2012-03-27 Thread lyn2py
Specifically, /Programming/Python/web2py/applications/sample/

On Tuesday, March 27, 2012 12:35:40 PM UTC+8, genesisk wrote:

 I would think so too but I don't see any!
 Is there any other possibilities?
 Is it hidden somewhere?

 Please help me out
 Thanks.



 On Tuesday, March 27, 2012 11:52:47 AM UTC+9, lyn2py wrote:

 It would be /Programming/Python/web2py/



[web2py] Re: web2py file location

2012-03-27 Thread genesisk
Great!

Thank you Ron, and lyn2py for your help!



On Tuesday, March 27, 2012 4:19:22 PM UTC+9, Ron McOuat wrote:

 Have you done a right click on web2py.app and then Show Contents from the 
 pop up menu. You should see a Contents directory which you can now explore.



[web2py] Re: web2py file location

2012-03-26 Thread Alan Etkin
On the file locations, first you must know where did you install
web2py in your system (although even it can be retrieved with web2py
trough the execution environment variables)

Any working app will be located at web2py path/applications/app
name
All application specific files reside inside that folder, including
controller, view, model, static. The directory structure is
represented by the app administrative interface by a tree like
collapsible menu (for development by default is localhost:8000/admin).

Once you are at the admin app web interface, click in your
application's button in the list to see it.

For a detailed explanation of the admin interface usage for me the
best resource is the online book at www.web2py.com.

Also, there is a very illustrative video on web2py features that shows
a introduction to the admin application Ideas we stole, ideas we had
http://pyvideo.org/video/714/web2py-ideas-we-stole-and-ideas-we-had

On 25 mar, 21:57, genesisk h...@hmkcreative.com wrote:
 Hello,

 I just started learning web2py last weekend.
 I am amazed at the simplicity of this framework.
 It's really beautiful.

 I have binary installed on my Mac OS Lion.
 It's really embarrassing but can I ask where I can find all the files on
 local folder?
 For example, say, I create a new application called 'sample'.
 Where can I find all the automatically generated files on local folder?

 Is it possible to work with a team using this framework?

 Thanks for your attention and insight.


[web2py] Re: web2py file location

2012-03-26 Thread genesisk
Alan, 

Thank you for your reply.

I am using Mac OS Lion.
I have a folder /Programming/Python/web2py/web2py.app
And then, I execute by 
open web2py

So basically my question is what would be *web2py path* on my system?

Please help me out one more time.
Thank you.

  genesisk


On Monday, March 26, 2012 8:08:14 PM UTC+9, Alan Etkin wrote:

 On the file locations, first you must know where did you install 
 web2py in your system (although even it can be retrieved with web2py 
 trough the execution environment variables) 

 Any working app will be located at web2py path/applications/app 
 name 
 All application specific files reside inside that folder, including 
 controller, view, model, static. The directory structure is 
 represented by the app administrative interface by a tree like 
 collapsible menu (for development by default is localhost:8000/admin). 

 Once you are at the admin app web interface, click in your 
 application's button in the list to see it. 

 For a detailed explanation of the admin interface usage for me the 
 best resource is the online book at www.web2py.com. 

 Also, there is a very illustrative video on web2py features that shows 
 a introduction to the admin application Ideas we stole, ideas we had 
 http://pyvideo.org/video/714/web2py-ideas-we-stole-and-ideas-we-had 

 On 25 mar, 21:57, genesisk h...@hmkcreative.com wrote: 
  Hello, 
  
  I just started learning web2py last weekend. 
  I am amazed at the simplicity of this framework. 
  It's really beautiful. 
  
  I have binary installed on my Mac OS Lion. 
  It's really embarrassing but can I ask where I can find all the files on 
  local folder? 
  For example, say, I create a new application called 'sample'. 
  Where can I find all the automatically generated files on local folder? 
  
  Is it possible to work with a team using this framework? 
  
  Thanks for your attention and insight.



[web2py] Re: web2py file location

2012-03-26 Thread lyn2py
It would be /Programming/Python/web2py/


[web2py] Re: web2py file location

2012-03-26 Thread genesisk
I would think so too but I don't see any!
Is there any other possibilities?
Is it hidden somewhere?

Please help me out
Thanks.



On Tuesday, March 27, 2012 11:52:47 AM UTC+9, lyn2py wrote:

 It would be /Programming/Python/web2py/