Advertisement
Guest User

Untitled

a guest
May 29th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Exception in Tkinter callback
  2. Traceback (most recent call last):
  3. File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1437, in __call__
  4. return self.func(*args)
  5. File "/root/Desktop/test.py", line 92, in insert
  6. inser="insert into Aziende(azienda,nome,cognome,via,numerocivico,cap,localita,telefono) values ('%s','%s','%s','%s',%d,%d,'%s',%d)"%(a,b,c,d,e,f,g,h)
  7. TypeError: %d format: a number is required, not instance
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement