Quote:
Originally Posted by Shelldonahue
Hey Matt, thanks for the hard work! I am currently on a Mac and a having issues installing. After downloading the zip file I am currently stuck on #4 of the detailed installation guide. Any ideas of how to open the command prompt for it? I am opening up terminal and dragging the folder in their and typing the command, but nothing happens other then the terminal saying the folder is a directory.
Thanks for the help.
I haven't tried using it on Mac but it should work on there. Not sure exactly why it's not working for you but a couple of things to try:
I think dragging the folder to terminal should paste the path in there, then type python app.py immediately after so should look like this
copied/path/python app.py
If that doesn't work try cd'ing to the directory you extracted the zip then type python app.py and press enter.
I think you can type 'cd ' (no quotes, space after cd) then drag folder to paste in path then press enter to cd to that folder. If that doesn't work type in manually.
Also the pyqt4 installation for Mac is different. Follow installation instructions in the pyqt4 reference guide.
If not working, you can run converter without pyqt4 from terminal using python app_noguy.py instead of python app.py
If you have any questions, post in this thread or pm me.
Last edited by matt57225; 05-14-2017 at 07:59 PM.