Re: problems with import tags
James Thompson <[email protected]>
| Newsgroups | gmane.comp.gnu.enterprise.general |
|---|---|
| Message-ID | <[email protected]> |
On Saturday 03 April 2004 01:25 pm, [email protected] wrote: > in common/definitions/GParser.py line 431 > if i replace > > form = self._xmlParser.loadFile(handle, self.findParentOfType(None)._app, > initialize=0) > > by > > form = self._xmlParser.loadFile(handle, > self.findParentOfType(None)._instance, initialize=1) > _instance is gnue-forms specific. So I think this change would break the other tools ability to import. I'm not sure this will be fixed before the next release which we are targeting for this week. Take Care, james