On Wed, Aug 24, 2011 at 12:04, Gabriel Genellina <gagsl-...@yahoo.com.ar> wrote:
>> Is there a way to do this from the command line? Thanks.
>
> Something like this?
>
> python -c "import the.module;the.module.someclass().method(arguments)"

Or with console_scripts option in setup.py.


-- 
Sebastien Douche <sdou...@gmail.com>
Twitter : @sdouche
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to