Open-Source-Python-POS-and-Accounting-Software icon indicating copy to clipboard operation
Open-Source-Python-POS-and-Accounting-Software copied to clipboard

none type error

Open arun10797 opened this issue 7 years ago • 1 comments

Traceback (most recent call last): File "/home/arush/Desktop/pos/Open-Source-Python-POS-and-Accounting-Software-master/mainInterface.py", line 103, in main() File "/home/arush/Desktop/pos/Open-Source-Python-POS-and-Accounting-Software-master/mainInterface.py", line 101, in main mainInterface(None).Show() File "/home/arush/Desktop/pos/Open-Source-Python-POS-and-Accounting-Software-master/mainInterface.py", line 74, in init self.m_incomeStatementPanel = incomeStatementPanel(self.m_notebook1) File "/home/arush/Desktop/pos/Open-Source-Python-POS-and-Accounting-Software-master/incomeStatementPanel.py", line 85, in init self.populateTable() File "/home/arush/Desktop/pos/Open-Source-Python-POS-and-Accounting-Software-master/incomeStatementPanel.py", line 139, in populateTable openInv = curs.fetchone()['inventory'] TypeError: 'NoneType' object is not subscriptable

arun10797 avatar Aug 26 '18 20:08 arun10797

Did you find the solution?

codiumtech avatar Sep 25 '20 14:09 codiumtech