Hi,
A new test build of wxPython has been uploaded.
Version: 2.8.2.0.20070301
URL: http://wxPython.wxcommunity.com/preview/20070301
Changes: http://wxPython.wxcommunity.com/preview/20070301/CHANGES.html
Have fun!
R'bot
Hi,
A new test build of wxPython has been uploaded.
Version: 2.8.2.0.20070301
URL: http://wxPython.wxcommunity.com/preview/20070301
Changes: http://wxPython.wxcommunity.com/preview/20070301/CHANGES.html
Have fun!
R'bot
Hi Robin,
Could have the title of the Demo frame to reflect the version wxPython and if the Demo is for a different version maybe reflect that too:
A Demonstration of wxPython u2.8.2.0.20070301
and
A Demonstration of wxPython u2.8.2.0.20070301 (u2.8.1.1 Demo)
Or something like that…
I know it is a small detail but some might like it
Peter.
On 3/2/07, R’bot rbot@wxpython.org wrote:
Hi,
A new test build of wxPython has been uploaded.
Version: 2.8.2.0.20070301
URL: http://wxPython.wxcommunity.com/preview/20070301
Changes: http://wxPython.wxcommunity.com/preview/20070301/CHANGES.htmlHave fun!
R’bot
To unsubscribe, e-mail: wxPython-dev-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail:
wxPython-dev-help@lists.wxwidgets.org
–
There is NO FATE, we are the creators.
Robin,
Just download this and trying it with my application (which works with 2.8.1.1).
Getting the following exception - maybe to do with the refactoring of inspect?
Traceback (most recent call last):
File "twcb.py", line 16, in <module>
import mypublisher as mypub
File "C:\Dev\TheWineCellarBookv2\Program\mypublisher.py", line 21, in <module>
from wx.lib.pubsub import Publisher
File "C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\lib\pubsub.py", line 58, in <module>
from inspect import getargspec, ismethod, isfunction
ImportError: cannot import name getargspec
Werner
Werner F. Bruhin wrote:
Robin,
Just download this and trying it with my application (which works with 2.8.1.1).
Getting the following exception - maybe to do with the refactoring of inspect?
Sort of. It's because I accidentally named a wx.lib module the same as a standard library module. I'll have to change that name...
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
Is there an estimated release date for 2.8.2?
Werner
R'bot wrote:
Hi,
A new test build of wxPython has been uploaded.
Version: 2.8.2.0.20070301
URL: NameBright - Coming Soon
Changes: NameBright - Coming SoonHave fun!
R'bot---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-dev-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-dev-help@lists.wxwidgets.org
R'bot wrote:
I just noticed the wx.lib.plot.py defines and use the name
"GetClosetPoint" rather than "GetClosestPoint". Seems to me
now would be a great time to fix it.
1134: def GetClosetPoint(self, pntXY, pointScaled= True):
2024: dlst= self.client.GetClosetPoint( self.client._getXY(event),
pointScaled= True)
--
-- Scott David Daniels
Scott.Daniels@Acm.Org