Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
0 answers
54 views

I have been unable to install pip in Python 2.6. I've downloaded the bootstrap from https://bootstrap.pypa.io/pip/2.6/get-pip.py and the attempt to install yields ther following error: c:\users\XXXXX\...
BrunoJ's user avatar
  • 1
0 votes
0 answers
68 views

In our legacy application we use Python2.6 with requests 2.9.1 for making API requests. There a strange behavior is noticed with Python requests library that is, it gets in to unlimited wait where ...
user2264738's user avatar
1 vote
4 answers
643 views

I need to install pip on Python 2.6. I have tried a couple of solutions available. How to install pip on a system with python 2.6 How to install pip for python 2.6? How to install pip with python 2....
Mohsin's user avatar
  • 93
-1 votes
2 answers
91 views

Background I want to learn python through creating an isometric RPG computer game. To make it a little more fun at the start, I thought I would instead of starting from scratch, alter another very ...
Tom's user avatar
  • 2,341
1 vote
1 answer
3k views

Im using Linux Mint 21 and I'm trying to build python 2.6.2 I need it for Blender 2.49b. So here is error which Im getting from /home/slobodan/Python-2.6.2/Modules/nismodule.c:17: /usr/include/rpc/...
Vido's user avatar
  • 242
0 votes
0 answers
42 views

For some reason one of our unix servers is still using python 2.6. I cant upgrade it’s version to v3 due to restrictions. Frustrating I know. Anyway, I am wondering if there are still working ...
user2058738's user avatar
0 votes
1 answer
372 views

iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT tcp -- 10.10.10.10 anywhere tcp dpt:6379 ACCEPT tcp -- 10.10.10.10 ...
Jayaram18's user avatar
0 votes
1 answer
108 views

I know that this is a simple question, but I don't know what this is called and I can't find any details online... Using Python 2.6, I simply want to be able to reference some predefined values that ...
Calab's user avatar
  • 363
0 votes
0 answers
71 views

I have installed python 2.6 into a host and python 2.7 and python 3 as well the below code is working fine in pythn3 and python 2.7 but not working in python 2.6 >>> f=open("/tmp/abcd....
Rajarshi Das's user avatar
  • 12.4k
0 votes
0 answers
101 views

Currently, I have a 2.6 version of python on my windows machine. I intended to use pandas, xlrd, and openpyxl for excel parsing, but since pip is not installed automatically in v2.6, I tried to ...
Amisha Saha's user avatar
0 votes
1 answer
81 views

I'm trying to sort and count every word from the output of the i.find().text command, but I can't find a way to do it without hardcoded filter words in the array. Used strings: from xml.etree import ...
jamreg's user avatar
  • 9
1 vote
1 answer
1k views

Based on this post: Converting image grayscale pixel values to alpha values , how could I change an image transparency based on grayscale values with Pillow (6.2.2)? I would like the brighter a pixel, ...
Zax's user avatar
  • 197
0 votes
0 answers
68 views

No handlers could be found for logger reports_wrapper if logging.getLogger().hasHandlers(): logger = logging.getLogger(__name__) else: logger = logging.getLogger("reports_wrapper") ...
Abhinav Dang's user avatar
0 votes
0 answers
100 views

I have a python script which queries a TimesTen database and stores the output in a file, and emails it off. When I run it from its directory /home/directory/script.py, it works absolutely fine and ...
knight's user avatar
  • 39
0 votes
1 answer
148 views

I'm trying to read from text.txt, write certain lines to temp.txt, then using os.system call grep on temp.txt After I run the program, temp.txt gets created and I can call the same grep command in ...
Peter T. Walker's user avatar

15 30 50 per page
1
2 3 4 5
88