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

No module named __init__ #13

Open
soweliniko opened this issue Mar 1, 2017 · 1 comment
Open

No module named __init__ #13

soweliniko opened this issue Mar 1, 2017 · 1 comment

Comments

@soweliniko
Copy link

when I try to run touchosc2midi, I get the following error:

Traceback (most recent call last):
  File "/usr/bin/touchosc2midi", line 11, in <module>
    load_entry_point('touchosc2midi==0.0.9', 'console_scripts', 'touchosc2midi')()
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 560, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2648, in load_entry_point
    return ep.load()
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2302, in load
    return self.resolve()
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2308, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python3.6/site-packages/touchosc2midi/touchosc2midi.py", line 19, in <module>
    from __init__ import __version__
ModuleNotFoundError: No module named '__init__'

any help?

@velolala
Copy link
Owner

oops, didn't mean to close. Let me try with python3.6 what the issue may be.

@velolala velolala reopened this Apr 16, 2017
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

2 participants