PIA-Group / BioSPPy

Biosignal Processing in Python
Other
573 stars 274 forks source link

Basestring error? #11

Closed andmib closed 7 years ago

andmib commented 7 years ago

I'm trying to run this in a virtual environment (with Anaconda) on Python 2.7.3 or 2.7.4. I get the error "name basestring" is not defined when I try to run biosppy.ecg.ecg(signal=mydata, sampling_rate=1000,show=True).

What version of Python is recommended for use with this?

capcarr commented 7 years ago

Hi, could you please provide the complete stack trace? With a quick search I was only able to find basestring errors related to Python 3.

andmib commented 7 years ago

I realize the environment I was running it in was not Python 2.7 like I presumed it was. Sorry!