Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- 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>
- df_1 = pd.read_excel(os.path.join(directory,'Run_report.xlsm'), sheet_name= "weekly",header= None)
- File "C:\Users\gobro7\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\util\_decorators.py", line 299, in wrapper
- return func(*args, **kwargs)
- File "C:\Users\gobro7\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\io\excel\_base.py", line 336, in read_excel
- io = ExcelFile(io, storage_options=storage_options, engine=engine)
- File "C:\Users\gobro7\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\io\excel\_base.py", line 1071, in __init__
- ext = inspect_excel_format(
- File "C:\Users\gobro7\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\io\excel\_base.py", line 949, in inspect_excel_format
- with get_handle(
- File "C:\Users\gobro7\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\io\common.py", line 651, in get_handle
- handle = open(handle, ioargs.mode)
- 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