Re: Progress - was Re: on to communications
Craig White <[email protected]>
| Newsgroups | gmane.comp.gnu.enterprise.general |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 2004-06-12 at 06:32, Craig White wrote: > ----- > I guess that brings up the issue of whether I should be using svn rather > than trying to use stable or snapshots. > > so I added sys to Icons.py and that worked but bailed out at... > > DB000: File "/usr/lib/python2.3/site-packages/wx/gdi.py", line 3485, > in AddIcon > DB000: return _gdi.ImageList_AddIcon(*args, **kwargs) > DB000: wx.core.PyAssertionError: C++ assertion "bitmap.GetWidth() == > m_width && bitmap.GetHeight() == m_height" failed in > ../src/generic/imaglist.cpp(74): invalid bitmap size in wxImageList: > this might work on this platform but definitely won't under Windows. > > so it became obvious that I would have to install the snapshot. > > I can't figure out equivalent to python uninstall so I went to snapshot > tarball and simply ./setup.py figured the files would get overwritten. > Same problem. Does that mean that I have to replace other (perhaps > forms) from the snapshot too? --- updated all (forms / reports / common / designer / navigator) to snapshot of June 10th, 2004 process: cd GNUe-Forms...etc. python setup.py install gnue-designer -n forms <snippage> DB000: File "/usr/lib/python2.3/site-packages/wx/gdi.py", line 3485, in AddIcon DB000: return _gdi.ImageList_AddIcon(*args, **kwargs) DB000: wx.core.PyAssertionError: C++ assertion "bitmap.GetWidth() == m_width && bitmap.GetHeight() == m_height" failed in ../src/generic/imaglist.cpp(74): invalid bitmap size in wxImageList: this might work on this platform but definitely won't under Windows. gnue-designer -n navigator DB000: File "/usr/local/gnue/lib/python/gnue/designer/base/Instance.py", line 225, in __init__ DB000: self.createWizards() DB000: File "/usr/local/gnue/lib/python/gnue/designer/navigator/Instance.py", line 85, in createWizards DB000: self.loadWizards(wizards) DB000: NameError: global name 'wizards' is not defined gnue-designer -n reports same error as gnue-designer -n forms gnue-designer -n schema same error as gnue-designer -n forms I hate to keep bothering everyone but I was kind of hopeful that you would want some other users involved in trying to make applications with the tools. Craig