Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Phantom Errors
#15
That sort of sounds like spaces are being converted to tabs (or the other way around), but I think the error you get would be indentation errors or "inconsistent use of whitespace". It also kind of looks like the error you'd get if the line previous was missing a closing parenthasis, but that shouldn't happen just from copy/paste.

How are you running it? Is it possible that there's multiple versions of python involved, like it works in 2.x but the other program is using 3.x?
Reply


Messages In This Thread
Phantom Errors - by prospero - Oct-29-2019, 12:59 AM
RE: Phantom Errors - by buran - Oct-29-2019, 02:18 AM
RE: Phantom Errors - by prospero - Oct-29-2019, 04:02 AM
RE: Phantom Errors - by buran - Oct-29-2019, 04:50 AM
RE: Phantom Errors - by prospero - Oct-29-2019, 05:20 PM
RE: Phantom Errors - by prospero - Oct-30-2019, 05:16 PM
RE: Phantom Errors - by snippsat - Oct-30-2019, 05:42 PM
RE: Phantom Errors - by nilamo - Oct-30-2019, 06:55 PM
RE: Phantom Errors - by prospero - Oct-31-2019, 08:34 PM
RE: Phantom Errors - by ichabod801 - Oct-31-2019, 08:44 PM
RE: Phantom Errors - by prospero - Oct-31-2019, 09:40 PM
RE: Phantom Errors - by ichabod801 - Oct-31-2019, 10:01 PM
RE: Phantom Errors - by prospero - Oct-31-2019, 11:59 PM
RE: Phantom Errors - by prospero - Nov-01-2019, 02:27 AM
RE: Phantom Errors - by nilamo - Nov-01-2019, 03:24 PM
RE: Phantom Errors - by prospero - Nov-02-2019, 02:23 AM
RE: Phantom Errors - by newbieAuggie2019 - Nov-02-2019, 03:18 AM
RE: Phantom Errors - by prospero - Nov-02-2019, 05:32 PM
RE: Phantom Errors - by prospero - Nov-02-2019, 06:42 PM
RE: Phantom Errors - by ichabod801 - Nov-02-2019, 09:40 PM
RE: Phantom Errors - by prospero - Nov-03-2019, 03:28 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Attibute Error: Two methods in a class, one I can reach, the other not (phantom file? GaryKuipers 4 3,210 Aug-28-2018, 02:32 PM
Last Post: GaryKuipers

Forum Jump:

User Panel Messages

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