Skip to main content

Questions tagged [python]

Python is an interpreted, general, high-level programming language. Programming questions are off topic. Questions about the use of Python should be asked at Stack Overflow (https://www.stackoverflow.com) instead.

1 vote
1 answer
158 views

I would like to open snippingtool.exe immediately ready to snip, similar to the function you get when you press the Win-key + Shift + S key combination (i.e. not the application window) from within ...
moo's user avatar
  • 383
-2 votes
1 answer
24 views

I am trying to set up my Python2 virtualenv on Ubuntu 24. The following script worked on Ubuntu 16-20. It would set up a virtualenv named _py. mkdir -p _py git clone https://github.com/pypa/virtualenv....
personal_cloud's user avatar
0 votes
0 answers
24 views

I’m generating infographics for sports (scores and players names) with Python and it works. Now I have tablet (iPad) and I edit some videos with that. I was wondering, is Python best/good option for ...
pinq-'s user avatar
  • 133
0 votes
1 answer
78 views

I have done all i can in .vimrc: $ cat ~/.vimrc set nocompatible syntax enable filetype plugin on " Allow recursive file find set path+=** set wildmenu " stop using spaces for tabs! ...
v010dya's user avatar
  • 228
0 votes
1 answer
78 views

I am using Cursor and I am working on a Python project that relies on a virtual environment (conda). When an agent runs code, installs dependencies, or executes Python commands, it does not use my ...
Franck Dernoncourt's user avatar
1 vote
2 answers
97 views

I'm trying to install DisplayCAL by uv pip install. But also, I'm in Fedora with native python 3.14. App won't run because it ask python version in range 3.8 → 3.13 only. So how can I install it with ...
Lilith's user avatar
  • 13
0 votes
0 answers
7 views

This code indicates what I wish to do, i.e. - have a variable to hold the name of a file to import, - with hsutil.which() used to look up the FOLDER it resides in (via $PATH), - and automatically get ...
Hannu's user avatar
  • 10.9k
0 votes
1 answer
40 views

I am trying to learn Python using PyCharm and my Swiss/German keyboard. The usual shortcut to comment some code (line or block) is ⌘ + / which should become ⇧ + ⌘ + 7 on a Swiss/German keyboard since ...
user6427's user avatar
1 vote
2 answers
176 views

I want to run an executable from Python, using subprocess.run(), piping its output to Python to interpret it. When running the Python script, Windows tells me "[WinError 5] Zugriff verweigert&...
virtualnobi's user avatar
0 votes
0 answers
104 views

I'm seeking expert help with a very stubborn DRM issue on some high school textbooks I own. My goal is to remove the DRM so I can read them on my iPad. I have the required .pfx certificate and its ...
AdashandAtimer's user avatar
1 vote
0 answers
146 views

In the interactive Python interpreter. Short TLDR: How to have history-search-backward and Multiline editing at the same time. What I currently have: A ~/.inputrcwith this content: ## arrow up "\...
johannespfister's user avatar
2 votes
0 answers
65 views

I save this shell script as test.sh and then run bash test.sh: python3 When the prompt appears I press Ctrl+\ (in reality I have more complicated Python commands and Ctrl+C/Ctrl+D doesn't work). ...
LastDuckStanding's user avatar
-1 votes
1 answer
569 views

I have uninstalled Python 3.12, and these two items remained in Windows 11 Settings > Apps > Advanced app settings > App execution aliases: python.exe, python3.exe. How to remove them form ...
Dr. Gut's user avatar
  • 992
0 votes
1 answer
379 views

BLUF:Help me figure out how to run a selenium python script from PowerShell. Forgive the wordy post, adding some back story...Ok, so my at my job I have been tasked with automating the startup and ...
OneCoolNerd's user avatar
0 votes
2 answers
77 views

Sometimes when I click Cursor's Play button, instead of running the selected file it just loops the terminal forever until I force close it. It’s not consistent though, usually it doesn’t happen. But ...
LWC's user avatar
  • 1,383

15 30 50 per page
1
2 3 4 5
215