View Single Post
Old 06-26-2017, 11:20 PM   #27
dickloraine
Guru
dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.
 
Posts: 631
Karma: 7544528
Join Date: Apr 2013
Location: Berlin
Device: PRS 350, Kobo Aura
Unfortunately I don't know macs. Brew likely installed it in the wrong place or the wrong python version is in your path. Maybe google can help you finding what to copy where. Another way would be to use https://www.continuum.io/downloads instead of pure python. Anaconda should be more easy to use and has its own package manager with many prebuild packages. Maybe it even ships with pyqt, otherwise
conda install pyqt
Will install it. To start comictagger with it, you need to make shure to start it with anacondas python. Maybe it automatically configeres your path, then just
python comictagger.py
Will suffice. Otherwise replace python with the path to anacondas python executable.
dickloraine is offline   Reply With Quote