[web2py] Setup.py

2015-04-17 Thread Angelo Compagnucci
Hello List,

I'm trying to understand how setup.py works. It seems to me that it
doesn't work.

There is no web2py binary in system path or somewhere else.

It's a bug or feature?

Thank you!

Sincerely, Angelo

-- 
Profile: http://it.linkedin.com/in/compagnucciangelo

-- 
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.


Re: [web2py] setup.py to install web2py globally into the python env/virtualenv

2011-03-21 Thread Martín Mulone
Thanks praneeth for the contribution, I think this is great.

2011/3/20 Praneeth Bodduluri 

> Hello all,
>
> In an attempt to make web2py pip installable, so that I can use gluon
> as a module in other python programs, I created a setup.py that can be
> used to create a source dist for PyPI. Attached are the files that
> need to be placed in the web2py root directory.
>
> To create the source distribution:
>
> python setup.py sdist
>
> To install from the source distribution (After running the above
> command and using the sdist that it creates):
>
> python setup.py install
>
> After installing in your python env or virtualenv:
>
> To create a new web2py application directory:
>
> mkweb2pyenv path_to_project_dir
>
> To run web2py from a directory:
>
> runweb2py path_to_project_dir
>
>
> I hope this makes its way to web2py Trunk. A clone with the files
> included can be found at : https://code.google.com/r/lifeeth-pip
>
> I made a video of running an instance for those who like to watch:
>
> https://www.youtube.com/watch?v=f6cFkK2ZDPY
>
> --
> Praneeth
> IRC: lifeeth
>



-- 
Pablo Martín Mulone (mar...@tecnodoc.com.ar)
http://www.tecnodoc.com.ar/

My blog: http://martin.tecnodoc.com.ar
Expert4Solution Profile:
http://www.experts4solutions.com/e4s/default/expert/6


Re: [web2py] setup.py to install web2py globally into the python env/virtualenv

2011-03-20 Thread Jason (spot) Brower
This is a great thing to put web2py to a new level of quality. Thanks!

On 20 Mar 2011 23:34, "Praneeth Bodduluri"  wrote:
>
> Hello all,
>
> In an attempt to make web2py pip installable, so that I can use gluon
> as a module in other python programs, I created a setup.py that can be
> used to create a source dist for PyPI. Attached are the files that
> need to be placed in the web2py root directory.
>
> To create the source distribution:
>
> python setup.py sdist
>
> To install from the source distribution (After running the above
> command and using the sdist that it creates):
>
> python setup.py install
>
> After installing in your python env or virtualenv:
>
> To create a new web2py application directory:
>
> mkweb2pyenv path_to_project_dir
>
> To run web2py from a directory:
>
> runweb2py path_to_project_dir
>
>
> I hope this makes its way to web2py Trunk. A clone with the files
> included can be found at : https://code.google.com/r/lifeeth-pip
>
> I made a video of running an instance for those who like to watch:
>
> https://www.youtube.com/watch?v=f6cFkK2ZDPY
>
> --
> Praneeth
> IRC: lifeeth


[web2py] setup.py to install web2py globally into the python env/virtualenv

2011-03-20 Thread Praneeth Bodduluri
Hello all,

In an attempt to make web2py pip installable, so that I can use gluon
as a module in other python programs, I created a setup.py that can be
used to create a source dist for PyPI. Attached are the files that
need to be placed in the web2py root directory.

To create the source distribution:

python setup.py sdist

To install from the source distribution (After running the above
command and using the sdist that it creates):

python setup.py install

After installing in your python env or virtualenv:

To create a new web2py application directory:

mkweb2pyenv path_to_project_dir

To run web2py from a directory:

runweb2py path_to_project_dir


I hope this makes its way to web2py Trunk. A clone with the files
included can be found at : https://code.google.com/r/lifeeth-pip

I made a video of running an instance for those who like to watch:

https://www.youtube.com/watch?v=f6cFkK2ZDPY

--
Praneeth
IRC: lifeeth


new_files.tar.bz2
Description: BZip2 compressed data