I am trying to read a *.wav file using scipy. I do it in the following way: import scipy.io x = scipy.io.wavfile.read(\'/usr/share/sounds/purple/receive.wav\')
I\'m running a py2exe-compiled python program from one server machine on a number of client machines (mapped to a network drive on every machine, say W:).
File "f:\\drug-traceability-blockchain-maddy\\src\\app.py", line 2, in <module> from web3 import Web3,HTTPProvider