Hi
Installed updated Dabo as suggested.
Platform: GTK
Python Version: 2.7.3 on linux2
Dabo Version: Version 0.9.4; Revision ~6879
UI Version: 2.8.12.1 on wxGTK (gtk2)
Copied from About Info
Run ClassDesigner and get following in terminal
===========
allan@allan-desktop:~/apps$ python -c "import dabo; dabo.quickStart('test')"
Application 'test' has been created for you
allan@allan-desktop:~/apps$ cd test
allan@allan-desktop:~/apps/test$ des ui/test.cdxml
Traceback (most recent call last):
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.4-py2.7.egg/dabo/ui/uiwx/dGrid.py",
line 3853, in __onWxGridSelectCell
self.raiseEvent(dEvents.GridCellSelected, evt)
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.4-py2.7.egg/dabo/ui/uiwx/dPemMixin.py",
line 1045, in raiseEvent
super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args,
**kwargs)
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.4-py2.7.egg/dabo/lib/eventMixin.py",
line 81, in raiseEvent
bindingFunction(event)
File "/home/allan/Python/dabo/ide/ClassDesignerPropSheet.py", line 815,
in onGridCellSelected
self.updateGridDisplay(row, col)
File "/home/allan/Python/dabo/ide/ClassDesignerPropSheet.py", line 833,
in updateGridDisplay
pd = self.getPropDictForRow(row)
File "/home/allan/Python/dabo/ide/ClassDesignerPropSheet.py", line 705,
in getPropDictForRow
prop = self.getValue(row, 0)
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.4-py2.7.egg/dabo/ui/uiwx/dGrid.py",
line 2072, in getValue
ret = self.GetValue(row, col, dynamicUpdate=False)
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.4-py2.7.egg/dabo/ui/uiwx/dGrid.py",
line 2030, in GetValue
ret = self._Table.GetValue(row, col, dynamicUpdate=dynamicUpdate)
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.4-py2.7.egg/dabo/ui/uiwx/dGrid.py",
line 312, in GetValue
col_obj = self.grid.Columns[col]
TypeError: list indices must be integers, not NoneType
================
Flickering on Panel in Dabo Class Designer
Tried to make database connection
following appeared on terminal
==================
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py",
line 14665, in <lambda>
lambda event: event.callable(*event.args, **event.kw) )
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.4-py2.7.egg/dabo/ui/dDataControlMixinBase.py",
line 411, in _delayedSetDataSource
self.update()
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.4-py2.7.egg/dabo/ui/dDataControlMixinBase.py",
line 117, in update
self.__dataUpdate()
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.4-py2.7.egg/dabo/ui/dDataControlMixinBase.py",
line 179, in __dataUpdate
self.Value = srcatt
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.4-py2.7.egg/dabo/ui/uiwx/dControlItemMixin.py",
line 396, in _setValue
self.StringValue = value
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.4-py2.7.egg/dabo/ui/uiwx/dControlItemMixin.py",
line 370, in _setStringValue
raise ValueError(_("String must be present in the choices: '%s'") %
string)
ValueError: String must be present in the choices: ''
Traceback (most recent call last):
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.4-py2.7.egg/dabo/ui/uiwx/dControlMixin.py",
line 27, in _onWxHit
self.raiseEvent(dEvents.Hit, evt, *args, **kwargs)
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.4-py2.7.egg/dabo/ui/uiwx/dPemMixin.py",
line 1045, in raiseEvent
super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args,
**kwargs)
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.4-py2.7.egg/dabo/lib/eventMixin.py",
line 81, in raiseEvent
bindingFunction(event)
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.4-py2.7.egg/dabo/ui/dialogs/Wizard.py",
line 125, in onNext
self.CurrentPage += pg.nextPage()
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.4-py2.7.egg/dabo/ui/dialogs/Wizard.py",
line 297, in _setCurrPage
ok = self._pages[self._currentPage].onLeavePage(direction)
File "/home/allan/Python/dabo/ide/wizards/QuickLayoutWizard.py", line 63,
in onLeavePage
return self.Wizard.makeConnection()
File "/home/allan/Python/dabo/ide/wizards/QuickLayoutWizard.py", line
776, in makeConnection
conn = self.Application.getConnectionByName(self.ConnectionName)
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.4-py2.7.egg/dabo/dApp.py",
line 1053, in getConnectionByName
_("No connection named '%s' is defined") % connName)
dabo.dException.ConnectionNotFoundException: No connection named 'None' is
defined
================
Any ideas
Regards
Allan
On 2 May 2012 20:53, Ed Leafe <[email protected]> wrote:
> On May 2, 2012, at 11:51 AM, Allan Brooke wrote:
>
> > I would like to use your method of updating dabo from web update.
> >
> > Must I create a file in dist-packages dabo/pth
> > with contents to my dabo dir ?
>
> You just download the file with this URL:
>
> http://dabodev.com/grabit/dabo/dabo-0.9.4-mac-nix.tar.gz
>
> Untar it, and then run 'sudo python setup.py install' like any
> other package. Note: there is an issue where sometimes the 'locale'
> subdirectory doesn't get installed by the installer; if that happens,
> you'll just have to manually copy the directory to the installed dabo
> module directory.
>
> > How to uninstall existing dabo installed using 'python setup.py install'
> > from untared dabo dir ?
>
> I'd just use 'sudo rm -rf <dist-packages path>/dabo*'
>
> Let me know if you need more help.
>
>
> -- Ed Leafe
>
>
>
> _______________________________________________
> 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/[email protected]
>
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
_______________________________________________
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/CANjKA-m7GHN=fx625vzeqobwgvywxwg5rv7e1gmhm1ffmcp...@mail.gmail.com