Branch: refs/heads/working
  Home:   https://github.com/dabodev/dabo
  Commit: 730176f1da882e6a652dae8aa812842d03a64ff8
      
https://github.com/dabodev/dabo/commit/730176f1da882e6a652dae8aa812842d03a64ff8
  Author: Paul McNett <[email protected]>
  Date:   2013-01-07 (Mon, 07 Jan 2013)

  Changed paths:
    M dabo/ui/uiwx/dImage.py

  Log Message:
  -----------
  Fixed for wxPython 2.9.4.0 on Mac.

I was getting this:

Traceback (most recent call last):
  File "/users/pmcnett/dabo/dabo/ui/uiwx/dPemMixin.py", line 733, in 
__onWxResize
    self.raiseEvent(dEvents.Resize, evt)
  File "/users/pmcnett/dabo/dabo/ui/uiwx/dPemMixin.py", line 1074, in raiseEvent
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, **kwargs)
  File "/users/pmcnett/dabo/dabo/lib/eventMixin.py", line 81, in raiseEvent
    bindingFunction(event)
  File "/users/pmcnett/dabo/dabo/ui/uiwx/dImage.py", line 89, in _onResize
    self._showPic()
  File "/users/pmcnett/dabo/dabo/ui/uiwx/dImage.py", line 221, in _showPic
    img = img.Scale(imgW, imgH)
  File 
"/usr/local/lib/wxPython-2.9.4.0/lib/python2.7/site-packages/wx-2.9.4-osx_cocoa/wx/_core.py",
 line 2916, in Scale
    return _core_.Image_Scale(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "(width > 0) && (height > 0)" failed 
at /BUILD/wxPython-src-2.9.4.0/src/common/image.cpp(434) in Scale(): invalid 
new image size

self.Width and self.Height were 0,0 but the original test for an uninitialized
image was for w,h or 1,1.


  Commit: 69ebd1ae7076dc6fc24b3ad95f97d4477dd2c3a0
      
https://github.com/dabodev/dabo/commit/69ebd1ae7076dc6fc24b3ad95f97d4477dd2c3a0
  Author: Paul McNett <[email protected]>
  Date:   2013-01-07 (Mon, 07 Jan 2013)

  Changed paths:
    M dabo/ui/uiwx/uiApp.py

  Log Message:
  -----------
  Fix DeprecationWarning on wxPython 2.9

wx.InitAllImageHandlers() is done implicitly now by wxPython.


  Commit: 3b7896b37f42cd74a49e3e1e073e7e496a5d1b9e
      
https://github.com/dabodev/dabo/commit/3b7896b37f42cd74a49e3e1e073e7e496a5d1b9e
  Author: Paul McNett <[email protected]>
  Date:   2013-01-07 (Mon, 07 Jan 2013)

  Changed paths:
    M dabo/ui/uiwx/dPemMixin.py

  Log Message:
  -----------
  Fix _getID() to get it from wx.NewId().

Prior to this, we were filling dMenu id's using the logic from dObject,
which was to return the python id. This doesn't work in 64-bit Python
because wxPython (even 64-bit wxPython) doesn't recognize large ints
as ints, causing a StackOverflow exception.

This is better also since we really want wx to dole out the id's for
wxPython objects.


  Commit: f74080d51d4b3789b093f0961183353f2bc2d2ca
      
https://github.com/dabodev/dabo/commit/f74080d51d4b3789b093f0961183353f2bc2d2ca
  Author: Paul McNett <[email protected]>
  Date:   2013-01-07 (Mon, 07 Jan 2013)

  Changed paths:
    M dabo/lib/datanav/Form.py

  Log Message:
  -----------
  Merge branch 'working' of github.com:dabodev/dabo into working


Compare: https://github.com/dabodev/dabo/compare/129e9a9c5c36...f74080d51d4b


--- StripMime Report -- processed MIME parts ---
multipart/mixed
  text/plain (text body -- kept)
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to