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
Hi, sorry for stupid question, but how to run cq-editor in windows when it's installed as described from pip. Tried several things - directly from powershell, cmd, python, all pathes including installation path... best try was stepping into installation path and typing python editor.py, got an error ImportError: attempted relative import with no known parent package
Thanks for help.
When there is no double-click-exe windows users are lost ;-
The text was updated successfully, but these errors were encountered:
What I have started to use most often is python -m cq_editor which should launch CQ-editor as long as you are in the right environment.
Don't feel bad as when you pip install into a conda environment on windows it creates an executable, for some reason that executable is broken in windows and I haven't been able to figure out why.
Hi, sorry for stupid question, but how to run cq-editor in windows when it's installed as described from pip. Tried several things - directly from powershell, cmd, python, all pathes including installation path... best try was stepping into installation path and typing python editor.py, got an error ImportError: attempted relative import with no known parent package
Thanks for help.
When there is no double-click-exe windows users are lost ;-
The text was updated successfully, but these errors were encountered: