PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, August 24, 2022

[FIXED] why i cant import pyperclip in pycharm editor?

 August 24, 2022     module, pycharm, pyperclip, python, python-3.x     No comments   

Issue

using Pycharm,i have a project for saving password in a txt file, it mandatory to use pyperclip module while i have already downloaded it safely from powershell and cmd and it already works for python IDLE and in bash(shell,cmd).

i am already aware that i can do that with python IDLE but its too slow and i cant use other source codes to see what works for me(due to its compiling rule that unless a line is not compiled the other cant be compiled).

Here pycharm gives me error
(source: imggmi.com)

IDLE works
(source: imggmi.com)

powershell works indeed!
(source: imggmi.com)

 import pyperclip
 pyperclip.copy()
 pyperclip.paste()

Solution

do the following: 1.file>>>2.Project>>>3.Project Interperter>>>4.click on the + button>>>5.search "pyperclip">>>6.click on install button



Answered By - m.rostami
Answer Checked By - Mary Flores (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing