electron-instaPy-GUI
electron-instaPy-GUI copied to clipboard
Error: ImportError: No module named pyvirtualdisplay
Im facing Error: ImportError: No module named pyvirtualdisplay(3.png) on mac. I have python 2.7, 3.5 and 3.6 installed. (1.png)
Already installed pyvirtualdisplay for all versions. pip3.6 install pyvirtualdisplay
Requirement already satisfied: pyvirtualdisplay in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages Requirement already satisfied: EasyProcess in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from pyvirtualdisplay)
Sometimes, when I open Instapy Gui, no error message is shown. But when I click run, nothing happens, likes image 2.png.

the gui just simply displaying error thrown by python, have you try to run instapy on terminal directly?
@ahmadudin Yeap. On terminal it's working normally. That's weird.
The command used in GUI is simply python quickstart.py, is it the python version that you installed pyvirtualdriver on?
Yes, If I type python quickstart.py on terminal it works. If I click run on InstaPy Gui, shows me a message Error: ImportError: No module named pyvirtualdisplay
Can I edit command in GUI to python3 quickstart.py? Because I get error in terminal with default comand python quickstart.py. I guess versions interaction makes this error somehow. [OS X]
Bu hata düzeltildimi?