That's a idea... You are right snakefood can't import web2py modules...
Thanks
Richard
On Tue, Jan 7, 2014 at 4:31 PM, Niphlod wrote:
> never tried. I'd go for http://pythonhosted.org/modulegraph/index.html.
> BTW: why don't you just initialize an empty venv, run your test suite and
> add mod
never tried. I'd go for http://pythonhosted.org/modulegraph/index.html.
BTW: why don't you just initialize an empty venv, run your test suite and
add modules as they are found missing ?
Given the nature of web2py applications you'll have hard times to figure
out dependencies without running every
This may seems what I am searching for :
http://furius.ca/snakefood/
Richard
On Tue, Jan 7, 2014 at 3:54 PM, Richard Vézina
wrote:
> I didn't try before post :(
>
> I should have...
>
> I know web2py is self containing, but I may have import other python
> package from my app...
>
> Do you have
I didn't try before post :(
I should have...
I know web2py is self containing, but I may have import other python
package from my app...
Do you have a cue about a prog or a python script that could ramp my source
and list my dependencies?
Thanks
Richard
On Tue, Jan 7, 2014 at 3:46 PM, Niphlo
except that web2py depends on nothing by default, and in fact you can run
it on the standard python library with no additions.
That project just parses the various setup.py in packages to find
dependencies that are explicitely written into setup.py, it doesn't inspect
your code to see what libra
El Tue, 7 Jan 2014 14:55:17 -0500
Richard Vézina escribió:
> Ho! Forget about that, there is no web2py pip package and gluttony
> required a pip package to work... So, not possible to make it works
> for app I guess.
>
> Richard
>
>
> On Tue, Jan 7, 2014 at 2:31 PM, Richard
> wrote:
>
> > He
Ho! Forget about that, there is no web2py pip package and gluttony required
a pip package to work... So, not possible to make it works for app I guess.
Richard
On Tue, Jan 7, 2014 at 2:31 PM, Richard wrote:
> Hello,
>
> I was looking to find a way to compile the dependencies of my project and
Hello,
I was looking to find a way to compile the dependencies of my project and I
falled on this :
https://bitbucket.org/victorlin/gluttony
It might be an interesting addon to web2py?
Richard
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2
8 matches
Mail list logo