Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Importing modules issue
#10
Check that path and file is really working from cmd,you know how to navigate and look at files from cmd cd and dir?
Example with more to open a file on Desktop.
C:\>more C:\Users\Tom\Desktop\intro.py
print('hello world')
cmd/Powershell is terrible as i use cmder,had to search for how to open a file more as i had forget it,
in cmder is like a normal way with cat Wink
C:\
λ cat C:\Users\Tom\Desktop\intro.py
print('hello world')
Desktop is not good folder for storing files,make folder with simpler path like eg C:\code
Reply


Messages In This Thread
Importing modules issue - by mp3909 - Jun-24-2020, 07:48 PM
RE: Importing modules issue - by bowlofred - Jun-24-2020, 07:59 PM
RE: Importing modules issue - by mp3909 - Jun-24-2020, 08:02 PM
RE: Importing modules issue - by bowlofred - Jun-24-2020, 08:11 PM
RE: Importing modules issue - by mp3909 - Jun-24-2020, 08:18 PM
RE: Importing modules issue - by Yoriz - Jun-24-2020, 08:21 PM
RE: Importing modules issue - by mp3909 - Jun-24-2020, 08:38 PM
RE: Importing modules issue - by snippsat - Jun-24-2020, 08:44 PM
RE: Importing modules issue - by mp3909 - Jun-24-2020, 09:05 PM
RE: Importing modules issue - by snippsat - Jun-24-2020, 10:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  confusion on importing modules carter187 4 546 Mar-03-2024, 08:11 PM
Last Post: snippsat
  Importing modules from different folders Tomli 3 1,591 Jun-26-2022, 10:44 AM
Last Post: snippsat
  Importing Custom Modules in Python 3 Flexico 1 2,687 Aug-24-2019, 08:11 PM
Last Post: snippsat
  Trouble importing modules on a new python version snackman_barry 2 2,673 Jul-12-2019, 11:15 AM
Last Post: snackman_barry
  importing modules PiaNa 1 2,049 Jun-24-2019, 12:50 PM
Last Post: ichabod801
  Importing all modules and using it rohitnirantar 2 2,636 Aug-28-2018, 08:15 PM
Last Post: snippsat
  Importing modules SBachar 2 3,158 Apr-06-2018, 09:08 PM
Last Post: snippsat
  Importing modules Pistolpete 2 2,800 Nov-29-2017, 05:24 PM
Last Post: nilamo
  Modules issue, pip3 download modules only to pyhton3.5.2 not the latest 3.6.1 bmohanraj91 6 8,635 May-25-2017, 08:15 AM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020