Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] FotoKilof gui for Imagemagick



> Using Linux Mint 20, Gnome desktop...
> I have verified that python3 comes up when I ask for version...

You did:
  python3 --version

and see 3.8.x ?

> [4] Tried “sudo python setup.py” and...

You may need to use:

  sudo python3 setup.py


It seems (https://pypi.org/project/FotoKilof/) you could also not mess
around with the manual install and just do:
  pip3 install fotokilof

(Which is equivalent to the line they show there, python3 -m pip install
fotokilof)

Darren


Home | Main Index | Thread Index