Re: [Tutor] Best solution to modifying code within a distributed library

2018-09-29 Thread Steven D'Aprano
On Wed, Sep 19, 2018 at 05:47:07PM -0400, Chip Wachob wrote: [...] > I've looked through the code in the FT232H.py file and found what I > believe to be the culprit. > > I would like to comment out line 340 (self.mpsse_write_gpio()) to > prove that this is what is causing glitches that I do not w

Re: [Tutor] Installing new modules

2018-09-29 Thread Alan Gauld via Tutor
On 28/09/18 20:03, Rahul Koparde wrote: > How to install twilio module in python? Searching "python install twilio" on Google yielded: https://stackoverflow.com/questions/51985401/how-to-install-twilio-via-pip It may help. -- Alan G Author of the Learn to Program web site http://www.alan-g.me