Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: PIP sudden ssl error
Post: RE: PIP sudden ssl error

In fact I face same issue and realized that zscalar is blocking. Until then I was using simple pip install <package name>Now i changed the command by adding additional parameter as trusted host...
pmpinaki General Coding Help 5 12,633 May-19-2020, 03:58 PM
    Thread: Getting FileNotFoundError: [Errno 2] ,if tries to acees same file from sub-directory
Post: RE: Getting FileNotFoundError: [Errno 2] ,if tries...

Well and 1 was to test how to get the contents of the files without any issue. In fact there are multiple way you can get the contents of the file without breaking anything. This is kind of security f...
pmpinaki General Coding Help 2 2,579 May-04-2020, 03:39 PM
    Thread: Getting FileNotFoundError: [Errno 2] ,if tries to acees same file from sub-directory
Post: Getting FileNotFoundError: [Errno 2] ,if tries to ...

Hi, I created a text file within the directory where I write my script file. So when I tries to run the below code, it runs perfectly fine: print(open("test.txt").read()) and 1Now what I did is crea...
pmpinaki General Coding Help 2 2,579 May-01-2020, 03:58 PM
    Thread: Unable to get current contents of the entry field where the content is the file path
Post: Unable to get current contents of the entry field ...

My intention , allow user to select a file from the file explorer by clicking a button on Tkinter window application. I handled this button command using filedialog library. So once the user select th...
pmpinaki GUI 1 2,271 Apr-18-2020, 06:05 PM

User Panel Messages

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