Python Forum
Installing Python Application
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing Python Application
#1
I am a novice Python user and am hoping to get help installing a program. Please let me know if this is the right place to post.

I got the code here:
https://github.com/CooperRS/decrypt-otpauth-files

This is what I ran in the terminal. I also have IDLE installed, but it is version 3.6.9 and the instructions say 3.7 is a dependency.

pipenv run python3.7 decrypt_otpauth.py decrypt_backup --encrypted-otpauth-backup backup-1.0.otpauthdb
Error:
Traceback (most recent call last): File "decrypt_otpauth.py", line 11, in <module> from bpylist import archiver ModuleNotFoundError: No module named 'bpylist'
I know I have multiple versions of Python installed. Not sure if it is important:
ls /usr/bin/python*
Output:
/usr/bin/python /usr/bin/python3.6 /usr/bin/python3.7m /usr/bin/python2 /usr/bin/python3.6-config /usr/bin/python3-config /usr/bin/python2.7 /usr/bin/python3.6m /usr/bin/python3m /usr/bin/python2-pbr /usr/bin/python3.6m-config /usr/bin/python3m-config /usr/bin/python3 /usr/bin/python3.7
Let me know what steps I should try or if I should post output of any other code.
Reply
#2
Although Idle is included with the python install package, it's a poor editor (not really an IDE)
you should choose another IDE, I recommend VSCode, been using it for several years and it is good.
To install, follow this forum tutorial: VSCode from Start
Reply
#3
Thanks, I will set this up. Is it recommended that I try to run this code from VSCode instead of the terminal?

I tried running it in IDLE and I get a different error message. But I'll set up the VSCode first.
Reply
#4
VSCode will allow you to run your code, debug it, help with auto complete and much more.
The tutorial explains a lot of this.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  installing an application on a Mac OS question jacksfrustration 1 582 Aug-26-2024, 08:02 PM
Last Post: menator01
  Python running only in application Mawixy 2 1,777 Apr-19-2022, 11:38 AM
Last Post: Mawixy
  How to send data from a python application to an external application aditya_rajiv 1 2,975 Jul-26-2021, 06:00 AM
Last Post: ndc85430
  python application and credentials safety concern aster 4 4,527 Mar-06-2021, 06:51 PM
Last Post: snippsat
  Keep Application running after Python script ends PEGylated_User 0 2,613 Nov-12-2020, 03:27 PM
Last Post: PEGylated_User
  loop in pyautogui (python automation GUI application) pyprogrammer 0 5,500 Feb-12-2020, 02:52 PM
Last Post: pyprogrammer
  Python bash application Ikitissimo 1 60,877 Apr-11-2018, 11:35 AM
Last Post: Gribouillis
  Trying to setup Python application, odd error Yoshimaster96 6 7,943 Oct-01-2017, 11:32 PM
Last Post: magnet
  Mixing 2 versions of python in one C++ application satya 0 3,010 Aug-18-2017, 12:31 PM
Last Post: satya
  Python Calculator Application MemeStealer 6 37,430 Jul-21-2017, 08:42 PM
Last Post: MemeStealer

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020