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 model and every controller through a 
dependency parser. 

On Tuesday, January 7, 2014 9:57:40 PM UTC+1, Richard wrote:
>
> 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 
> <ml.richa...@gmail.com<javascript:>
> > 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 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, Niphlod <nip...@gmail.com 
>> <javascript:>>wrote:
>>
>>> 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 libraries are imported.
>>>
>>>
>>> On Tuesday, January 7, 2014 9:27:40 PM UTC+1, marco mansilla wrote:
>>>
>>>> El Tue, 7 Jan 2014 14:55:17 -0500 
>>>> Richard Vézina <ml.richa...@gmail.com> 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 <ml.richa...@gmail.com> 
>>>> > wrote: 
>>>> > 
>>>> > > 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/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+un...@googlegroups.com. 
>>>> > > For more options, visit https://groups.google.com/groups/opt_out. 
>>>> > > 
>>>> > 
>>>>
>>>> There **IS**: 
>>>>
>>>>     $pip install web2py 
>>>>     Downloading/unpacking web2py-2.1.1.tar.gz 
>>>>
>>>> but maybe pypi version should be updated... 
>>>>
>>>>
>>>>
>>>>   Downloading web2py-2.1.1.tar.gz 
>>>>
>>>  -- 
>>> 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+un...@googlegroups.com <javascript:>.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
>

-- 
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/groups/opt_out.

Reply via email to