Error lays here:

for label, field, width, proc, valid, nonblank in self.fields:
pstr = 'Label(self.form,text="%s").place(relx=%f,rely=%f,' 'anchor=E)\n' % (label, (self.anchor-0.02), self.ypos)
if idx == self.keylist[0]:
pstr = '%sself.%s=Entry(self.form,text="",''insertbackground="yellow", width=%d+1,''highlightthickness=1)\n % (pstr,field,width)'
else:
pstr = '%sself.%s=Entry(self.form,text="",''insertbackground="yellow",''width=%d+1)\n' % (pstr,field,width)
pstr = '%sself.%s.place(relx=%f, rely=%f,'
'anchor=W)\n' % (pstr,field,(self.anchor+0.02),self.ypos)
eval('%sself.%sV=StringVar()\n''self.%s["textvariable"] = self.%sV' % (pstr,field,field,field))
self.ypos = self.ypos + self.incr
idx = idx + 1
self.update_display()

Project Samples

Project Activity

See All Activity >

Follow Tkinter Data Dict Form Error

Tkinter Data Dict Form Error Web Site

Other Useful Business Software
$300 Free Credits to Build on Google Cloud Icon
$300 Free Credits to Build on Google Cloud

New customers can spin up VMs, build with AI, and query data at no cost.

Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Tkinter Data Dict Form Error!

Additional Project Details

Registered

2016-03-10