Click here to Skip to main content
15,917,609 members

Comments by Member 13641865 (Top 1 by date)

Member 13641865 3-Mar-18 12:46pm View    
Thanks running this shows no error but it doesn't run the os.system ('python scan.py' + FileName) line.

if not os.path.exists(FileName):
os.system ('python scan.py ' + FileName)
msg4 = messagebox.showinfo('Scanner', 'A new document was created!')

Any syntax misatakes here? Or is the command just wrong ?