NeuroPy icon indicating copy to clipboard operation
NeuroPy copied to clipboard

Problem in running the Program

Open rahulrajpandey opened this issue 8 years ago • 2 comments

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

rahulrajpandey avatar Jan 23 '18 07:01 rahulrajpandey

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

same mistake.

isaqueelcio avatar Apr 12 '18 11:04 isaqueelcio

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

Vertganti avatar Dec 09 '18 10:12 Vertganti