from statement not working on quickly run
Asked by
hcmeyer
jotty tutorial contains from statement:
from jotty import (
AboutJottyD
but quickly run produces error:
Traceback (most recent call last):
File "bin/jotty", line 18, in <module>
from jotty import (
ImportError: No module named jotty
the jotty directory contains the __init__.py file to qualify it as a module, but I think the path jotty in bin/jotty is not valid, it should be something like ../jotty (which is a syntax error)
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Quickly Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- hcmeyer
- Solved:
- Last query:
- Last reply:
To post a message you must log in.