On Mar 10, 2011, at 4:40 AM, stargate wrote:
> 
> The problem is when i am in the web2py directory the file
> wsgihandler.py doesn't exist so i can't type any of the commands when
> i type
> 
> ls -l wsgihandler.py
> 
> i get command not found same if i type the following command
> 
> ln -s wsgihandler.py wsgi.py

Command not found means it can't find the ls or ln commands; nothing to do with 
web2py. What's the sequence of operations leading up to this?

Try the commands 'which ls' and 'which ln' and see what they have to say.

> 
> 
> 
> That is why i am stuck
> 
> On Mar 9, 7:07 pm, Jonathan Lundell <jlund...@pobox.com> wrote:
>> On Mar 9, 2011, at 3:49 PM, stargate wrote:
>> 
>> 
>> 
>>> I am following the following tutorial for web2py deployment
>> 
>>> http://docs.dotcloud.com/static/tutorials/web2py/
>> 
>>> the problem i am stuck at is when i try to run the following command
>> 
>> What exactly do you mean by "stuck"?
>> 
>> 
>> 
>>> web2py$ ln -s wsgihandler.py wsgi.py
>> 
>>> I am doing this from macos Terminal
>> 
>>> Thanks for any help
>> 
>> 


Reply via email to