Re: Installing a script and use it via python -m

2012-01-07 Thread Cameron Simpson
On 07Jan2012 10:32, Oktaka Com wrote: | Is there a way to do below: | | 1) install via setup.py some script: xxx.py | 2) python -m xxx.py | | In fact, this question opens to: Is there a platform independent way | to copy xxx.py to somewhere that the system will search for? Depends what's in you

Installing a script and use it via python -m

2012-01-07 Thread Oktaka Com
Hi all, Is there a way to do below: 1) install via setup.py some script: xxx.py 2) python -m xxx.py In fact, this question opens to: Is there a platform independent way to copy xxx.py to somewhere that the system will search for? Thanks, -- http://mail.python.org/mailman/listinfo/python-list