Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in running the Program #12

Open
rahulrajpandey opened this issue Jan 23, 2018 · 2 comments
Open

Problem in running the Program #12

rahulrajpandey opened this issue Jan 23, 2018 · 2 comments

Comments

@rahulrajpandey
Copy link

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

@isaqueelcio
Copy link

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

same mistake.

@Vertganti
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants