Chris Rebert wrote:
On Thu, Apr 2, 2009 at 5:36 PM, Rekow Warren
<warren_re...@speedyquick.net> wrote:
I am a new MacPython (ver 2.6.1) user who has downloaded the "PyUSB" module,
but am unclear about how to make it available for use in a program. Included
among the downloaded files is 'setup.py' (and 'setup.pyc'). Running
You have to give setup.py a command argument; it cannot be run without
any arguments. That command should give you a list and explanation
from which you can figure out which command you want.
Chances are, it is:
$ python setup.py install
-Chris
_______________________________________________
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig