casualsnek / cassowary

Run Windows Applications on Linux as if they are native, Use linux applications to launch files files located in windows vm without needing to install applications on vm. With easy to use configuration GUI
GNU General Public License v2.0
2.87k stars 75 forks source link

Unable to open cassowary configuration utility. #142

Closed 102660 closed 7 months ago

102660 commented 7 months ago

Describe the bug When I attempt to run python3 -m cassowary -a, I get the error /usr/bin/python3: No module named cassowary.__main__; 'cassowary' is a package and cannot be directly executed

To Reproduce Steps to reproduce the behavior:

  1. Install cassowary as usual using the instructions in the README
  2. Run python3 -m cassowary -a
  3. See error

Expected behavior It should open the configuration utility according to this.

Screenshots image

System information:

casualsnek commented 7 months ago

You installed wrong cassowary, uninstall it and install this cassowary using the provided wheel instead of using pip install cassowary

102660 commented 7 months ago

Thanks for the help!