
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
경로가 맞지 않다고 하여 바탕화면으로 옮긴 후 실행을 하여도 경로가 맞지 않다고 하는데,.. 왜 그런지 모르겠어요~ 도와주세요~

작성한 코드 및 에러 메세지
현재 작업 디렉토리: /content
Error: 파일 경로가 존재하지 않습니다 - C:/Users/PC/Desktop/customer_data_test_after_vba.xlsx
---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
<ipython-input-16-85895e2df0e0> in <cell line: 97>()
96 # 무한 루프를 사용하여 스케줄러 실행
97 while True:
---> 98 schedule.run_pending()
99 time.sleep(1)
8 frames
/usr/lib/python3.10/zipfile.py in __init__(self, file, mode, compression, allowZip64, compresslevel, strict_timestamps)
1249 while True:
1250 try:
-> 1251 self.fp = io.open(file, filemode)
1252 except OSError:
1253 if filemode in modeDict:
FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/PC/Desktop/customer_data_test_after_vba.xlsx'
