pycobalt icon indicating copy to clipboard operation
pycobalt copied to clipboard

Cyclic Import Error

Open sognasse opened this issue 5 years ago • 2 comments

The line import pycobalt.engine as engine crashes following to an import error. I have seen that engine.py has an import to callbacks while callbacks.py has an import to engine.py. The code cannot run for now.

sognasse avatar Oct 06 '19 14:10 sognasse

I have invesigated that error, the code doesn't supported on python 3.6. Please add the this comment to the docs.

sognasse avatar Oct 06 '19 14:10 sognasse

No cyclic import errors on python 3.7.4 >

iTosun avatar Jul 01 '20 13:07 iTosun