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

ImportError when running the cli tool #3

Open
DjLegolas opened this issue Jun 22, 2021 · 1 comment
Open

ImportError when running the cli tool #3

DjLegolas opened this issue Jun 22, 2021 · 1 comment
Assignees
Labels

Comments

@DjLegolas
Copy link

I'm trying to start use the API and when I tried to start the cli I get the following error:
ImportError: cannot import name 'config' from 'pyvxl' (C:\pyvxl\pyvxl\__init__.py)

It seem as the next import tries to import config, which is not present:

from pyvxl import config

@cmcerove cmcerove self-assigned this Jun 22, 2021
@cmcerove cmcerove added the bug label Jun 22, 2021
@cmcerove
Copy link
Owner

I haven't used this file in a long time and I wasn't aware of other people using it until this bug was added. Updating it to work with all of the recent refactoring has been a very low priority. Additionally, there are still some functions it depends on that haven't been implemented since the refactor/update to python 3. I will probably convert this to a more automated solution so it doesn't need as much maintenance but I'm not sure when this will happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants