/
Using packages installed with pip in Python

Using packages installed with pip in Python

  1. Set up installable Python through the link below.
    Using Python scripts with an installed Python program(Python v3.10)

  2. Run CMD.

  3. Install the Python packages you want to install.

    image-20240229-065218.png

  4. Execute the script in Xshell.

  5. Check that the installed Python package is imported properly.

If you see an error such as ModuleNotFoundError: No module named 'Clipboard' that the module cannot be found. Try the following:

  1. Move the script file to be executed in Xshell to the path below.
    C:\Users\ [USER_NAME] \AppData\Local\Programs\Python\Python37-32\Lib\site-packages

  2. Execute the script in Xshell.

Related content

Using Python scripts with an installed Python program(Python v3.10)
Using Python scripts with an installed Python program(Python v3.10)
More like this
Python에서 pip로 설치한 패키지 사용하기
Python에서 pip로 설치한 패키지 사용하기
More like this
How to utilize an external installation type Python script
How to utilize an external installation type Python script
More like this
Sending clipboard data line by line using a script file
Sending clipboard data line by line using a script file
More like this
screen scraping (geting text data) from X Window application [8]
screen scraping (geting text data) from X Window application [8]
More like this
configure xterm-like copy and paste [2]
configure xterm-like copy and paste [2]
More like this