Re: problems when installing Modules in python

hi
so, I tryed to test the module problem using the script that was in post 2.
the script is
import clipboard
name=input("what is your name")
print ("your name is" +name)
clipboard.copy(name)
when I run it, I get this error
Traceback (most recent call last):                                                                                     
  File "C:\Users\remik\Documents\test.py", line 1, in <module>                                                         
    import clipboard                                                                                                   
ModuleNotFoundError: No module named 'clipboard'                                                                       
so, I tryed reinstalling the clipboard module, and it "successfully installed.
but, when I run the script again, I get the same error.
Traceback (most recent call last):                                                                                     
  File "C:\Users\remik\Documents\test.py", line 1, in <module>                                                         
    import clipboard                                                                                                   
ModuleNotFoundError: No module named 'clipboard'

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Remi via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : zakc93 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : zakc93 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Remi via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : kaigoku via Audiogames-reflector

Reply via email to