I am writing to update this method. We have followed the instructions 
included above but we kept getting an internal server error 500.

The problem was that we had no experience how virtualenv works! So first 
you need to create one with the following command:
virtualenv /home/<USER>/python

The problem was here, that this virtualenv missing the flup module. So to 
install you first need to run
source /home/<USER>/python/bin/activate

and then run

pip install flup


After that, it should work. Make sure you run the instructions from the 
previous posts.

I hope this helps someone.

On Wednesday, April 17, 2013 8:28:07 PM UTC+3, Diogo Munaro wrote:
>
> Thx man! You help me a lot!!
>
> Em sábado, 14 de maio de 2011 01h21min13s UTC-3, José Eloy escreveu:
>>
>> Hello! 
>>
>> Recently a customer bought a hosting plan (business) with hostgator. 
>> I'm developing for him a web2py application, I have doubts of how to 
>> deploy it. Somebody can help me? The application runs well in 
>> localhost (ubuntu). 
>>
>> Thanks in advance 
>>
>>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to