Skip to content

cannot import name 'factory' #9

Description

@siefkenj

I get the following error when trying to execute tikz_editor.pyw

Traceback (most recent call last):
  File "./tikz_editor.pyw", line 18, in <module>
    import tikz_editor
  File "/home/albert/programming/latexwatch/TikZ-Editor/tikz_editor/__init__.py", line 20, in <module>
    from tikz_editor.controllers import ControllerFactory
  File "/home/albert/programming/latexwatch/TikZ-Editor/tikz_editor/controllers/__init__.py", line 16, in <module>
    from .factory import ControllerFactory
  File "/home/albert/programming/latexwatch/TikZ-Editor/tikz_editor/controllers/factory.py", line 19, in <module>
    from .documents import DocumentsController
  File "/home/albert/programming/latexwatch/TikZ-Editor/tikz_editor/controllers/documents.py", line 17, in <module>
    from . import factory
ImportError: cannot import name 'factory'

I get the same error when running setup.py install

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions