Ivan Safronov
Ivan Safronov

Reputation: 1

Running Python script in Linux, fail with pyperclip import

Good day everyone. I'm the beginner in learning Python. I made script with import of pyperclip module. When I run this script in Spyder IDE, everything is OK. When I start this script from terminal, it is also OK. But when I'm trying to make .desktop file to run this script from dash menu,then terminal returns me the error "pyperclip module not found". I can't understand this, because I've installed this pyperclip module successfully and I can use it in IDE. I'm using Linux Mint 20, if it is important.

Trying to run Python script with pyperclip module using .desktop file in Linux Mint. This script works normally in IDE and from terminal I expected that it it would be working normally if I started this from .desktop file. But it gives me error "pyperclip module not found".

Upvotes: 0

Views: 120

Answers (0)

Related Questions