Skip to main content

All Questions

Tagged with
0 votes
0 answers
23 views

How can I automate the connection to an On Prem Windows VM that uses Azure AAD for authentication?

My requirement is to automate the transfer of files, and running commands on the Windows VM, which is currently a manual process where I log in to the VM via RDP (and it prompts me for my username/...
Anshuman Kumar's user avatar
0 votes
2 answers
51 views

How can I have a colored Powershell prompt and still have conda env label?

When I add the code below to C:\Users\USERFOLDER\Documents\PowerShell\Microsoft.PowerShell_profile.ps1: function prompt { $ESC = [char]27 "$ESC[46mPS $($executionContext.SessionState....
Homero Esmeraldo's user avatar
0 votes
1 answer
98 views

Neovim Python semantic syntax highlighting not working

I got Neovim recently. I am using init.vim and Vim plug. I am trying to get semantic highlighting working in Python3 files. For example, in Typescript when I call this.get_card("df", dfinfo),...
kalilamodow's user avatar
0 votes
0 answers
26 views

Program associated with custom file extension isn't receiving command line arguments

When Python is first installed, the extension .py is associated with C:\windows\py.exe, which runs the Python script. Now I do a lot of Python development, so I set it to open with my IDE instead, but ...
xenon134's user avatar
6 votes
2 answers
750 views

Are there commands in PowerShell 7 to split the current window into four and request to run Python files in each of them?

Currently, I click + 3x while holding Alt to create four divided terminals within the same tab: In each of these, I need to run a different Python commnd: cd "C:\Users\Computador\Desktop\Test ...
Digital Farmer's user avatar
0 votes
1 answer
76 views

Windows 11 Taskbar Icon Not Match File Icon

The EXE file '360 DFV STITCHER xxx.exe' was created using Pyinstaller. The Taskbar shows the GUI LOGO icon 'logo.png' and the EXE file shows the icon '360_stitcher.ico'. What was attempted to solve ...
CANJMP's user avatar
  • 23
0 votes
0 answers
58 views

network errors in windows

i am desperately trying to fix this for weeks, when doing anything that requires internet with anaconda on windows it gives this error: Retrieving notices: ...working... Retrying (Retry(total=2, ...
walter becker's user avatar
0 votes
0 answers
656 views

Unable to Uninstall Anaconda3 on Windows 11

I can't uninstall Anaconda3 from my system. I have spent a lot of hours searching for a solution to this and have tried everything I can find and was able to understand. I have Anaconda3 2023.09-0 ...
NoobCoder's user avatar
0 votes
0 answers
52 views

starting chrome via WebDriver session wont use default profile - windows

I came from this GitHub but there are mainly linux prof. When I run the program via cmd chrome is opened but without any default profiles: chrome via program When I run chrome direct via cmd with &...
Tylonhh's user avatar
0 votes
1 answer
198 views

Python Can Run with Typing "python.exe" Rather Typing "python"

I have added python to env on PATH correctly C:\Users\username\AppData\Local\Programs\Python\Python38\ But now I need to type python.exe to start it rather than typing python like before And it will ...
Michael's user avatar
5 votes
2 answers
2k views

How to run python from Windows cmd?

I make a lot of python scripts - like blah.py, in my scripts directory, which is in the path. I want to just type "blah" to execute blah.py. but when I do - the file opens in visual studio ...
Darren Oakey's user avatar
0 votes
3 answers
694 views

How can I monitor a specific directory in Windows 11 to see when a new file is added?

I have a shared folder within my company that often gets new builds added to it. It is my job to do QA on the builds in that folder but I am getting tired of just having to check the folder every day ...
Luke's user avatar
  • 101
0 votes
1 answer
656 views

PermissionError: The process cannot access file because being used by another process: 'C:\\Users\\<username>\\AppData\\Local\\Temp\\scipy-36p0uzzx'

I'm using an open-source program that runs through thousands of operations in sequence and "scipy" is one of the libraries being used. At some random iteration, I get this error and the ...
not_a_generic_user's user avatar
0 votes
0 answers
300 views

Pyautogui Quits / throws Exception when Remote Desktop is Minimized

I'm running a remote desktop connection that is running PyAutoGUI. When I minimize the remote desktop Window, pyautogui automatically throws an exception relating to the fail safe (which is when you ...
EllipticalInitial's user avatar
0 votes
1 answer
77 views

mkvirtualenv doesn't work (for Translate Toolkit)

Following the Translate Toolkit Installing on Windows guide, I get the message bash: mkvirtualenv: command not found in my git-bash, when trying to run mkvirtualenv ttk.
ggt's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
20