Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Fixing "PermissionError: [Errno 13] Permission denied"
Post: RE: Fixing "PermissionError: [Errno 13] Permission...

(Feb-10-2020, 04:51 PM)jim2007 Wrote: So I did the same, but it is a function that returns a list of files" Can't appreciate your time enough Jim, this lists all the files in my folder and I'm able ...
puredata General Coding Help 17 72,592 Feb-10-2020, 07:45 PM
    Thread: Fixing "PermissionError: [Errno 13] Permission denied"
Post: RE: Fixing "PermissionError: [Errno 13] Permission...

(Feb-09-2020, 04:53 AM)jim2007 Wrote: Have a read of this, it should get you off the starting block in finding a list of files: https://realpython.com/working-with-files-in-python/ Thank you it was ...
puredata General Coding Help 17 72,592 Feb-10-2020, 03:45 PM
    Thread: Fixing "PermissionError: [Errno 13] Permission denied"
Post: RE: Fixing "PermissionError: [Errno 13] Permission...

(Feb-08-2020, 11:28 AM)jim2007 Wrote: It is almost certainly an issue with passing the correct file name to the function. Try hard coding one of the file names into the my_zip variable and see if i...
puredata General Coding Help 17 72,592 Feb-09-2020, 12:56 AM
    Thread: Fixing "PermissionError: [Errno 13] Permission denied"
Post: RE: Fixing "PermissionError: [Errno 13] Permission...

(Feb-08-2020, 03:41 AM)TheHacker707 Wrote: If permission really is the problem, you could try to run the program with admin user level. Also, I would keep your slashes as backslashes if you're using...
puredata General Coding Help 17 72,592 Feb-08-2020, 06:54 AM
    Thread: Fixing "PermissionError: [Errno 13] Permission denied"
Post: RE: Fixing "PermissionError: [Errno 13] Permission...

(Feb-07-2020, 10:50 PM)jim2007 Wrote: So two things to check: - Check if you can create a file in the folder with notepad for instance - Your variable my_zip points to a folder name and not a fil...
puredata General Coding Help 17 72,592 Feb-08-2020, 03:33 AM
    Thread: Problem printing out first name, last name, age
Post: RE: Problem printing out first name, last name, ag...

(Feb-07-2020, 03:37 PM)Asm0deus314 Wrote: So it seems changing it to this works, but I'm still trying to have the final output say like "fn ln aged, age" I just checked your final code on IPython it...
puredata Homework 6 10,000 Feb-07-2020, 09:43 PM
    Thread: Fixing "PermissionError: [Errno 13] Permission denied"
Post: RE: Fixing "PermissionError: [Errno 13] Permission...

Wanted to up this post, I still couldn't figure out a way to unzip these files.
puredata General Coding Help 17 72,592 Feb-07-2020, 09:15 PM
    Thread: [Basic] The ‘Pythonic’ Python Tutorial!
Post: RE: [Basic] The ‘Pythonic’ Python Tutorial!

Mistakes happen especially on the first release of things. I bet it'll get better with some support from people who can pinpoint errors and mistakes. Apparently lots of efforts went into it. I apprec...
puredata Tutorial Requests and Submissions 5 8,028 Feb-07-2020, 03:49 PM
    Thread: Understanding the "self" concept
Post: RE: Understanding the "self" concept

looking to understand the same thing, good question, following the thread.
puredata Homework 7 3,297 Feb-07-2020, 03:42 PM
    Thread: Problem printing out first name, last name, age
Post: RE: Problem printing out first name, last name, ag...

fullname = firstname = " " + lastname is this possible in python?
puredata Homework 6 10,000 Feb-07-2020, 03:34 PM
    Thread: Fixing "PermissionError: [Errno 13] Permission denied"
Post: RE: Fixing "PermissionError: [Errno 13] Permission...

(Feb-06-2020, 11:41 PM)stullis Wrote: According to the docs, zipfile.ZipFile() expects a file, not a directory. I'd wager that's the culprit. Try creating the file first and passing that into zipfil...
puredata General Coding Help 17 72,592 Feb-07-2020, 01:51 AM
    Thread: Fixing "PermissionError: [Errno 13] Permission denied"
Post: Fixing "PermissionError: [Errno 13] Permission den...

Hello, I'm trying to use Python to automate unzipping of multiple files in a folder. I already have a script that works and unzips my files. But it won't copy contents of the zip files which has subfo...
puredata General Coding Help 17 72,592 Feb-06-2020, 09:58 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020