2012/1/30 bibek chitrakar <bibek.chitra...@gmail.com>:
> Hello,
> I need some guide to install the pyusb module.
> Please somebody post a step by step link so that
> I can run pyusb module correctly.
>
> My system is
> Ubuntu 10.10, 64 bit
> Python 2.6.6
>
> Please specify which version
> of libusb and pyusb to use
> and any other dependencies I need to
> install from synaptic.
>

It should work with libusb available in the respository.

sudo apt-get install libusb-1.0-0

After installing libusb, PyUSB will install as any standard Python
package. Unpack the source code, go into the root package directory
and type:

sudo python setup.py install

General docs about installing Python packages are available in [1].

[1] http://docs.python.org/install/index.html

-- 
Best Regards,
Wander Lairson Costa

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to