definitely the way to go if you can, and I'd also add to learn about 
virtualenv as soon as you can.

for simple packages you may also place their source into site-packages on 
the web2py root dir (works even with the binaries)
Profanity doesn't depend on 3rd party packages, and the source code is in 
tar.gz with a standard structure... once you dig into it you end up in a 
folder containing setup.py. What you'd need to do is to copy the folder 
holding the source (that is the one at the same level of setup.py called 
"profanity") into site-packages (it's __init__.py should be in 
site-packages/profanity).

e.g. for profanity, the content of 
profanity-1.1.tar.gz/dist/profanity-1.1.tar/profanity-1.1/profanity/

should go into 

site-packages/profanity


On Thursday, September 1, 2016 at 6:24:42 PM UTC+2, Alex Glaros wrote:
>
> okay, I forgot have to use the web2py source distribution to install 
>

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to