Skip to content

Tag: python-3.x

Module Six has no attribute ensure_text

Out of the blue, my python installation seems to have broken. When trying to run a python script, I get the following… Trying to reinstall the module using pip also breaks… I have read that this is caused by running pip as root, but I have not done this. I also haven’t made any recent upgrad…

python open csv search for pattern and strip everything else

I got a csv file ‘svclist.csv’ which contains a single column list as follows: I need to strip each line from everything except the PL5 directoy and the 2 numbers in the last directory and should look like that I started the code as follow: and I’m stuck here. Thanks in advance for the help.…

Tkinter opens the Filedialog twice to take the File

I have two functions CheckOs and _get_keyfile as below: 1:CheckOs(without considering Mac) 2:_get_keyfile the problem is when ever _get_keyfile Function is executed it opens the File Dialog to select the file but opens again after I select the file and the file is selected after the second time. The problem o…

JSON adding unnecessary Curly Braces

I am creating a Discord bot using Discord.py. I have created a command that will update an external JSON file with a user-specified value. While testing the command I noticed that certain words, such as tes, will add an unnecessary curly brace at the end of the JSON file. This problem only occurs with certain…