Python Forum
Don't understand error message
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Don't understand error message
#1
I had quite a bit of code written and it was working fine. Then I did something that threw the following error. But first I went back to the beginning as the code will show and I am getting the same message.

from tkinter import *
from PIL import ImageTk, Image
from  tkinter import messagebox
import glob
import os
import shutil
import csv
import numpy as np


root = Tk()

root.title("Handifast Version 13.0")
root.geometry("1100x700")
root.iconbitmap("c:/guis/racehorse.ico")









root.mainloop()
Error Meeage:

C:\Users\Milford\AppData\Local\Programs\Python\Python38-32\python.exe: can't open file 'hello.py/': [Errno 22] Invalid argument

Thank you
Reply
#2
remove '/' at end
use: python hello.py
Reply
#3
it was really late and my eyesight is suspect at my age. I didn't even see the "/" character. Thanks so much.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Error message about iid from RandomizedSearchCV Visiting 2 1,023 Aug-17-2023, 07:53 PM
Last Post: Visiting
  Another Error message. the_jl_zone 2 982 Mar-06-2023, 10:23 PM
Last Post: the_jl_zone
  Error I don't understand finndude 2 5,096 Oct-12-2022, 02:43 PM
Last Post: finndude
  Mysql error message: Lost connection to MySQL server during query tomtom 6 16,067 Feb-09-2022, 09:55 AM
Last Post: ibreeden
  understanding error message krlosbatist 1 1,909 Oct-24-2021, 08:34 PM
Last Post: Gribouillis
  Error message pybits 1 41,536 May-29-2021, 10:26 AM
Last Post: snippsat
  f-string error message not understood Skaperen 4 3,350 Mar-16-2021, 07:59 PM
Last Post: Skaperen
  Overwhelmed with error message using pandas drop() EmmaRaponi 1 2,371 Feb-18-2021, 07:31 PM
Last Post: buran
  Winning/Losing Message Error in Text based Game kdr87 2 2,997 Dec-14-2020, 12:25 AM
Last Post: bowlofred
  what to do about this error message deric23 0 1,917 May-15-2020, 02:49 PM
Last Post: deric23

Forum Jump:

User Panel Messages

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