I see the following exception, it seems that in Py3 this is not
importing methods starting with "_" when doing:
from .FCObjects import *
As per doc I think this should already have happened in Py2.7, no?
How to we fix it, add an "__all__" to FCObjects or rename
"_colorGenerator" to "ColorGenerator"?
Werner
File "d:\devMine\twcbv5\twcbsrc\controllers\fwinerackdesign.py", line
1625, in <module>
app.MainLoop()
File "c:\Python34\Lib\site-packages\wx\core.py", line 1899, in MainLoop
rv = wx.PyApp.MainLoop(self)
File "d:\devMine\twcbv5\twcbsrc\controllers\fwinerackdesign.py", line
666, in addTriangle
self.doUnitTriangle()
File "d:\devMine\twcbv5\twcbsrc\controllers\fwinerackdesign.py", line
690, in doUnitTriangle
fcRackUnit.Bind(fc.EVT_FC_LEFT_DOWN, self.objectHit)
File "c:\Python34\Lib\site-packages\wx\lib\floatcanvas\FloatCanvas.py",
line 271, in Bind
self._Canvas.HitColorGenerator = _colorGenerator()
builtins.NameError: name '_colorGenerator' is not defined
_______________________________________________
FloatCanvas mailing list
[email protected]
http://mailman.paulmcnett.com/cgi-bin/mailman/listinfo/floatcanvas