lihas / NeuroPy

NeuroPy library written in python to connect, interact and get data from neurosky's MindWave EEG headset.
88 stars 54 forks source link

Problem in running the Program #12

Open rahulrajpandey opened 6 years ago

rahulrajpandey commented 6 years ago

Traceback (most recent call last): File "trialNy.py", line 4, in neuropy = NeuroPy() TypeError: 'module' object is not callable

isaqueelcio commented 6 years ago

Traceback (most recent call last): neuropy = NeuroPy() TypeError: 'module' object is not callable

same mistake.

Vertganti commented 5 years ago

To fix this change from NeuroPy import NeuroPy to from NeuroPy.NeuroPy import NeuroPy