Advertisement
g96

Untitled

g96
Feb 10th, 2022
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.36 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "C:\Users\gobro7\Digital Wholesale - Documents\2. Amazon\Customer Operations_OTC\02. Amazon weekly Report\Amazon weekly automation (Giorgi)\VL.py", line 17, in <module>
  3.     df_1 = pd.read_excel(os.path.join(directory,'Run_report.xlsm'), sheet_name= "weekly",header= None)
  4.   File "C:\Users\gobro7\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\util\_decorators.py", line 299, in wrapper
  5.     return func(*args, **kwargs)
  6.   File "C:\Users\gobro7\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\io\excel\_base.py", line 336, in read_excel
  7.     io = ExcelFile(io, storage_options=storage_options, engine=engine)
  8.   File "C:\Users\gobro7\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\io\excel\_base.py", line 1071, in __init__
  9.     ext = inspect_excel_format(
  10.   File "C:\Users\gobro7\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\io\excel\_base.py", line 949, in inspect_excel_format
  11.     with get_handle(
  12.   File "C:\Users\gobro7\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\io\common.py", line 651, in get_handle
  13.     handle = open(handle, ioargs.mode)
  14. PermissionError: [Errno 13] Permission denied: 'C:/Users/gobro7/Digital Wholesale - Documents/2. Amazon/Customer Operations_OTC/02. Amazon weekly Report/Amazon weekly automation (Giorgi)/Run_report.xlsm'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement