wallgen icon indicating copy to clipboard operation
wallgen copied to clipboard

cli doesn't finds the module

Open Nama opened this issue 8 months ago • 4 comments

Describe the bug Installing in a venv and running wallgen errors like this:

$ wallgen
Traceback (most recent call last):
  File "/home/yama/venv/wallgen/bin/wallgen", line 5, in <module>
    from wallgen import cli
ModuleNotFoundError: No module named 'wallgen'

Desktop (please complete the following information):

  • 6.5.9-zen2-1-zen
  • Arch Linux
  • Python 3.11.5

Workaround python -m wallgen pic shape ...

Nama avatar Oct 27 '23 20:10 Nama