thephpleague / csv

CSV data manipulation made easy in PHP
https://csv.thephpleague.com
MIT License
3.34k stars 336 forks source link

Extracting csv file data into telegram through python cmd #471

Closed bigsmallninja closed 2 years ago

bigsmallninja commented 2 years ago

(Fill in the relevant information below to help triage your issue.)

Q A
Version x.y.z

Question

(Please explain in plain english your question)

Checks before submitting

bigsmallninja commented 2 years ago

so once i run the code im left with

Traceback (most recent call last): File "C:\Users\HOME\Desktop\telegramscraper-main\tsadder.py", line 153, in with open('members\members.csv', 'w', encoding='UTF-8') as f: PermissionError: [Errno 13] Permission denied: 'members\members.csv'

C:\Users\HOME\Desktop\telegramscraper-main>

anyone help ?

nyamsprod commented 2 years ago

@bigsmallninja This is not related to league/csv at all, so I'll close the issue as there's nothing to fix.