-
Notifications
You must be signed in to change notification settings - Fork 0
Description
branch testing
no safe.xml file
when i press 'Password' -> 'new Password', i get only an empty window
Exception in Tkinter callback
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1532, in call
return self.func(*args)
File "/Users/timgroger/git/PasswordSafe/src/gui/UnlockFrame.py", line 288, in pressNewPass
self.newpasswindow = NewSafeItemWindow(context)
File "/Users/timgroger/git/PasswordSafe/src/gui/NewSafeItemWindow.py", line 40, in init
self.view = NewSafeItemWindowView(context, viewModel)
File "/Users/timgroger/git/PasswordSafe/src/gui/NewSafeItemWindow.py", line 78, in init
self.buildFrame()
File "/Users/timgroger/git/PasswordSafe/src/gui/NewSafeItemWindow.py", line 82, in buildFrame
self.updateFromModel()
File "/Users/timgroger/git/PasswordSafe/src/gui/NewSafeItemWindow.py", line 108, in updateFromModel
self.updatePages()
File "/Users/timgroger/git/PasswordSafe/src/gui/NewSafeItemWindow.py", line 118, in updatePages
pageId = self.getPageId(self.viewModel.canChangeSafeItemType, safeItemType, self.viewModel.currentPage)
File "/Users/timgroger/git/PasswordSafe/src/gui/NewSafeItemWindow.py", line 136, in getPageId
retVal = pageIdx + 16 * safeItemType.value + ( 16 + 16 ) * canChangeSafeItemType
AttributeError: 'int' object has no attribute 'value'