Python Forum
[URGENT] Trying to create a simple password manager in python
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[URGENT] Trying to create a simple password manager in python
#4
The first problem is because you never define NewKey in the login function. The input you get from the user right before that you assign to MasterKey instead. You need to change NewKey to MasterKey in login, or vice versa.

Are you sure about the line number on the second one? Line 78 in the code you posted is elif choice == 2: with has neither a string nor a call. When posting errors, post the full text of the error.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: [URGENT] Trying to create a simple password manager in python - by ichabod801 - Jul-28-2017, 01:24 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation Python Homework (Urgent help needed!!) chickenseizuresalad 6 4,597 Oct-11-2021, 01:59 AM
Last Post: Underscore
Exclamation urgent , Python homework alm 2 2,446 May-09-2021, 11:19 AM
Last Post: Yoriz
  urgent I got a syntax errors alm 2 6,101 Feb-28-2021, 02:54 PM
Last Post: alm
Heart Urgent homework help needed Medou 4 2,886 Nov-24-2020, 09:28 AM
Last Post: buran
  Python project help (Password manger using mysql) lifeofpy 2 4,896 Jul-31-2020, 06:18 PM
Last Post: deanhystad
  Python Password Saver Assignment sshellzr21 2 6,366 May-02-2020, 01:34 AM
Last Post: sshellzr21
  How to create simple thread safe singletone that protect __init__ on import module umen 0 1,756 Apr-16-2020, 09:43 AM
Last Post: umen
  [Urgent] build code GodMaster 2 1,904 Mar-23-2020, 12:25 AM
Last Post: jefsummers
  Bifid Genkey (Urgent) Laura123 2 2,160 Mar-09-2020, 08:09 PM
Last Post: micseydel
  Python Homework Help *Urgent GS31 2 2,702 Nov-24-2019, 01:41 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

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