Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
49 views

When using GTK2 with Python, there are some things like 'gtk-yes', 'gtk-open' which help in getting e.g. button names translated to the according user language. What I am searching for are more of ...
Jaleks's user avatar
  • 670
0 votes
0 answers
41 views

When I override equality on a class in any language I have to be careful not to create an inconsistent hash function. Python 3 and Python 2 with old-style classes help here by deleting the __hash__ ...
julaine's user avatar
  • 2,313
0 votes
1 answer
31 views

I'm writing code in Python 2.7 (bigger framework compatibility reasons) that does the following: Takes an ID_something.py file, opens it, reads the lines from it, then closes the file. Creates an ...
Artur's user avatar
  • 13
2 votes
0 answers
157 views

I have updated my code to download files from mediafire like https://app.mediafire.com/folder/cdmen9tqtpwxk. if self.teamName == "BlackHole": if boxtype == "dm920": key ...
RR-EB's user avatar
  • 55
0 votes
0 answers
88 views

Ubuntu 25 (plucky) how do I include the math and other modules when compiling from source? https://docs.posit.co/resources/install-python-source.html Compiling 2.7.4 Wasn’t able to use deadsnakes:ppa ...
Bryan's user avatar
  • 1
1 vote
0 answers
35 views

I’m running a Python script controlling four NAO robots using the naoqi API. The script runs in VSCode on my local machine, connected to each robot. My goal is to have: Robot 1 speak first with a ...
Ada Shi's user avatar
  • 11
0 votes
1 answer
80 views

I need to run pylint 1.9.5 with a Python 2.7 environment in VS Code 2025, but I have not found a way to do so. Both of them are also not supported by the pylint extension. I tried pointing VS Code's ...
user30756436's user avatar
1 vote
1 answer
217 views

Why does the command "python -v" result in "zsh: command not found: python" on Mac, even though Python 2 used to come installed with the device? I am working on an 2020 MacBook Pro ...
AnonymousDjangoCoder's user avatar
0 votes
1 answer
139 views

I need to determine the last modification date of a file obtained via the SMB Protocol. I am using a machine running RHEL 7.5, Python 2.7.5, and SMB Protocol version 1.5.1. I tried the following, but ...
Pablo's user avatar
  • 1
0 votes
0 answers
36 views

I'm a hobbyist developer writing Python code scripts inside CAD software (to help design and build RC model aircraft). I recently upgraded the CAD software I use and in doing so, it upgraded the ...
Shane Williams's user avatar
-2 votes
2 answers
157 views

We are using Python 2.7.3 and trying to install the compatible pip. Downloaded from https://bootstrap.pypa.io/pip/2.7/get-pip.py. When installing getting the below error. Can someone help how to fix ...
Malaiselvan's user avatar
  • 1,131
0 votes
1 answer
158 views

I am trying to perform the import of the azure.storage.blob module into a python script defined within the “Run Python Script” activity of Power Automate Desktop. # Python 2.7 code from azure.storage....
Gabriele Rodonò's user avatar
-1 votes
3 answers
116 views

I mark articles for SciELO and I need to use Python 2.7.X to work with it, but when i try to install pillow, packtools and lxml the cmd points to "Could not find a version that satisfies the ...
Saraiva_N's user avatar
0 votes
0 answers
21 views

This issue is observed only on iOS 18 versions: I'm trying to tap on an element ,which is a Cancel button, but the action is not reflected in the app. Upon checking the logs, I found that Appium ...
Bharat Putta's user avatar
0 votes
1 answer
68 views

I am working with a class which does some math and stores the result, and then a line that sets a "noresult" to that class but initiated with zeroes, like so (I'm leaving out the math, this ...
Réka's user avatar
  • 145

15 30 50 per page
1
2 3 4 5
6312