Ed, It is a "line continuation" issue after all. In dGrid.__init__ there is a carriage return after attProperties in the statement below. If I get rid of it, the grid form works.
cm.dControlMixin.__init__(self, preClass, parent, properties, attProperties, *args, **kwargs) perhaps pyhon is choking on the leading asterisk on the new line? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, April 15, 2007 5:24 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [Dabo Ticket] #1047: Grid errors when created from designer #1047: Grid errors when created from designer ------------------------------------+--------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: somebody Type: defect | Status: new Priority: major | Milestone: 0.9 Component: app | Version: Resolution: | Keywords: dGrid ------------------------------------+--------------------------------------- Comment (by ed): I cannot reproduce the error, but I'm wondering if it is connection- releated. If you remove the connection info and run the app again, do you still get the error? -- Ticket URL: <http://svn.dabodev.com/trac/dabo/ticket/1047#comment:1> Dabo <http://svn.dabodev.com/trac/dabo> Trac Page for Dabo -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 269.4.0/761 - Release Date: 14-Apr-2007 9:36 PM -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 269.4.0/761 - Release Date: 14-Apr-2007 9:36 PM _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/!&[EMAIL PROTECTED]
