Python Forum
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
File Import Problem
#1
Hi. I'm new to Python and I've been having a problem with importing a file. It says that there isn't a module named threenames (that is what my file is called)

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named threenames

Up there is the exact error that I have been getting. I am following Learning Python by Mark Lutz. It is the fifth edition. I am using Pyton 2.7, and the file isn't showing up in the directory either.
Reply


Messages In This Thread
File Import Problem - by St_Patrick - Aug-04-2018, 12:18 AM
RE: File Import Problem - by Larz60+ - Aug-04-2018, 02:12 AM
RE: File Import Problem - by St_Patrick - Aug-04-2018, 02:23 AM
RE: File Import Problem - by Larz60+ - Aug-04-2018, 04:38 AM
RE: File Import Problem - by Skaperen - Aug-04-2018, 05:07 AM
RE: File Import Problem - by St_Patrick - Aug-04-2018, 10:59 AM
RE: File Import Problem - by Larz60+ - Aug-04-2018, 11:33 AM
RE: File Import Problem - by St_Patrick - Aug-04-2018, 12:42 PM
RE: File Import Problem - by St_Patrick - Aug-04-2018, 02:29 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  problem in import module from other folder akbarza 5 1,555 Sep-01-2023, 07:48 AM
Last Post: Gribouillis
  [WORKED AROUND] Problem installing elitech-datareader, 'cannot import build_py_2to3' NeilUK 4 1,792 Jul-09-2023, 10:01 AM
Last Post: NeilUK
Video doing data treatment on a file import-parsing a variable EmBeck87 15 3,027 Apr-17-2023, 06:54 PM
Last Post: EmBeck87
  Import XML file directly into Excel spreadsheet demdej 0 889 Jan-24-2023, 02:48 PM
Last Post: demdej
  How from sklearn.datasets import load_diabetes change to import to CSV file Anldra12 0 1,890 Dec-25-2021, 07:20 PM
Last Post: Anldra12
  How to import file and function in another folder SriRajesh 1 3,241 Dec-18-2021, 08:35 AM
Last Post: Gribouillis
  Import requests/beautifulsoup problem Jokadaro_ 3 2,089 Dec-05-2021, 01:22 PM
Last Post: Jokadaro_
  Python - Import file sequence into Media Pool jensenni 1 2,179 Feb-02-2021, 05:11 PM
Last Post: buran
Smile Import error with local file colt 1 1,981 Nov-08-2020, 07:56 AM
Last Post: Gribouillis
  Problem with Flask Bcrypt import module marcello86 2 5,831 Aug-31-2020, 08:10 PM
Last Post: marcello86

Forum Jump:

User Panel Messages

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