-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
After successfully installing using the pip command using python3.7, I try running any of the examples.
However, I get a Canvas not found error immediately.
$python drawille.py
Traceback (most recent call last):
File "drawille.py", line 5, in <module>
from drawille import Canvas
File "/Users/*********/repos/drawille/drawille.py", line 5, in <module>
from drawille import Canvas
ImportError: cannot import name Canvas
$python3 drawille.py
Traceback (most recent call last):
File "drawille.py", line 5, in <module>
from drawille import Canvas
File "/Users/*********/repos/thermal_testing/drawille.py", line 5, in <module>
from drawille import Canvas
ImportError: cannot import name 'Canvas' from partially initialized module 'drawille' (most likely due to a circular import) (/Users/*********/repos/thermal_testing/drawille.py)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels