Quote:
Originally Posted by dickloraine
Argh, apparently brew installs only PyQt5.
Try the version of comictagger I attached to this post. It uses PyQt5 instead of PyQt4.
|
Thanks! I hope I'm getting closer, but it's now telling me that "PyQt5 is not available. ComicTagger is limited to command-line mode." This is in spite of the fact that it tells me that, "pyqt 5.8.2 is already installed"
If it helps, I am including the entire terminal window dialogue which occurred after unzipping the ComicTagger to the user/Applications directory. Aside from the occasional typos/wrongly written commands, if I did anything obviously wrong, try not to laugh too hard.... I haven't done command-line type entry since my college days taking courses using Linux systems. I have fond memories of those courses, but a computer programmer I definitely am not.
Last login: Sun Jun 25 20:28:59 on console
You have mail.
ComputerName:~ username$ cd applications
ComputerName:applications username$ cd Comictagger
ComputerName:Comictagger username$ pip install -r requirements.txt
Requirement already satisfied: configparser in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from -r requirements.txt (line 1))
Requirement already satisfied: beautifulsoup4>=4.1 in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from -r requirements.txt (line 2))
ComputerName:Comictagger username$ python comictagger.py
PyQt5 is not available. ComicTagger is limited to command-line mode.
You must specify at least one filename. Use the -h option for more info
ComputerName:Comictagger username$ brew installpyqt
Error: Unknown command: installpyqt
ComputerName:Comictagger username$ brew install pyqt
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> New Formulae
mruby-cli openfortivpn
==> Updated Formulae
angband folly jsoncpp paket weechat
camlp5 fwup lapack pegtl zurl
fibjs ipv6calc magic-wormhole pqiv
flow jenkins mkvtoolnix scalaenv
Warning: pyqt 5.8.2 is already installed
ComputerName:Comictagger username$ pip install-r requirements.txt
ERROR: unknown command "install-r" - maybe you meant "install"
ComputerName:Comictagger username$ pip install -r requirements.txt
Requirement already satisfied: configparser in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from -r requirements.txt (line 1))
Requirement already satisfied: beautifulsoup4>=4.1 in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from -r requirements.txt (line 2))
ComputerName:Comictagger username$ python comictagger.py
PyQt5 is not available. ComicTagger is limited to command-line mode.
You must specify at least one filename. Use the -h option for more info
ComputerName:Comictagger username$ brew install pyqt5
Warning: pyqt 5.8.2 is already installed
ComputerName:Comictagger username$