On Wed, Aug 24, 2011 at 12:04, Gabriel Genellina <[email protected]> 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 <[email protected]> Twitter : @sdouche -- http://mail.python.org/mailman/listinfo/python-list
