From ** EARTHLINK~Customer~Care~Number Script and run it
I am running a tkinter GUI, I have created buttons to run various scripts, but when I run them the GUI beachballs and is unaccessible. How can I call these scripts and still be able to operate the GUI ??
i am trying to use subprocess:
subprocess.Popen(["python", "stock.py"])
but I get the following error:
Traceback (most recent call last):
File "stock_scrape.py", line 2, in <module>
from selenium import webdriver
ImportError: No module named selenium
Any ideas ??
Thanks
Manolo
请先登录再写评论。
Hello,
Regrettably, there is no official support in PyCharm for the Tkinter GUI.
You are welcome to submit a feature request at https://youtrack.jetbrains.com/issues/PY
Information on how to use YouTrack: https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications
>ImportError: No module named selenium
It means selenium package has not been installed in your virtual environment. See https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-upgrading-packages.html