python-keyring Questions

2

Solved

I am writing a Windows Service in python and I am using the keyring module to safely store credentials that I need to use regularly and persistently. This means that keyring stores the passwords us...
Stearne asked 29/8, 2012 at 8:43

4

I'm hooking a Python script up to run with cron (on Ubuntu 12.04), but authentication is not working. The cron script accesses a couple services, and has to provide credentials. Storing those crede...
Abidjan asked 7/1, 2014 at 18:23

3

Solved

I have a Python library hosted in Google Cloud Platform Artifact Registry. Besides, I have a Python project, using Poetry, that depends on the library. This is my project file pyproject.toml: [tool...

5

Solved

I have a Mercurial keyring on my Windows 7 machine. I am using the Python keyring library to get user credentials from the Mercurial keyring. I can retrieve the password for a given username with:...
Ploughman asked 5/3, 2013 at 22:10

4

How does python-keyring provide security on Windows? In GNOME/KDE on Linux, the user is prompted to enter his password to authorize access to the keyring on a per-application basis. In Windows th...
Fad asked 7/2, 2013 at 16:44

3

Under WSL2 running Ubuntu 20.04 I've tried to install virtualenv with pip running pip install virtualenv but the command just hangs printing nothing. I terminated it and ran it again with python3 -...
Trilbie asked 17/6, 2021 at 9:36

1

Solved

I've been trying to run pip list -o and pip list --outdated to see if any packages need to be updated but it enters a loop of printing: WARNING: Keyring is skipped due to an exception: Failed to cr...
Electrophotography asked 22/5, 2020 at 2:50

1

Solved

I noticed this issue when trying to run pip commands on my WSL2 Ubuntu-20.04 machine that it would take a long time to run anything. I finally narrowed it down to when pip is importing the keyring ...
Cormick asked 13/7, 2021 at 21:30

2

Solved

I have a program which uses Yagmail and the keyring package to safley store email credentials. When I run this script in atom.io and idle it works. However, after I packaged it with pyinstaller it...
Funch asked 26/6, 2019 at 19:33

1

Solved

I'm fairly new to programming and such. I'm trying to use Spyder3, and I keep getting this error (below). I am using Geforce 1080ti, Ubuntu 18.04.01, python3.3.6, python2 is not installed. I tried ...
Lockup asked 6/11, 2018 at 0:38

1

Solved

Problem: I would like to use python's keyring library in a headless Linux environment, specifically a Debian 9 GCP compute instance. I have a cron job that wakes up every so often to run a python ...
Carbon asked 17/12, 2018 at 6:45

1

I'm trying to write a python application that can unlock gnome-keyring from a text-only system (headless machine) and retrieve the credentials. I have the gnome-keyring package installed in this ma...
Brummell asked 22/11, 2018 at 0:45

2

Solved

I am getting these two messages when running a command line utility (in the case pgcli) in an headless Linux running in Docker: No handlers could be found for logger "keyring.backend" Please enter...
Echolalia asked 23/7, 2018 at 17:2

3

Solved

I've spent a lot of time researching the keyring package trying to get a simple example to work. I'm using python 2.7 on a windows 7-x64 machine. I've installed the package and confirmed that the f...
Misdate asked 20/6, 2017 at 3:39

1

I'm developing a script with a co-worker that involves connecting to a database. We want to keep the code independent of which one of us uses it, while keeping our passwords private and not having ...
Mebane asked 28/5, 2013 at 18:35

3

I am making an app in python which needs to store keys. I used keyring module to store keys. I am using python-2.7 and osx 10.8.5 with keyring 3.2( easy_install keyring). Code is running fine on e...
Parnassus asked 8/11, 2013 at 11:35

1

Solved

I am making an app using python 2.7 on windows and keyring-3.2.1 . In my python code on eclipse, I used import keyring keyring.set_password("service","jsonkey",json_res) json_res= keyring.get_pas...
1

© 2022 - 2024 — McMap. All rights reserved.