You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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:pyvxl/pyvxl/cmd_line.py
Line 14 in 7e005d1
The text was updated successfully, but these errors were encountered: