cx_freeze - cannot get importer instance

2009-05-11 Thread w.p.
Hello! My application is frozen with cx_freeze. Everything is ok, but on one PC with Windows 2003 64bit i got cx_freeze fatal error cannot get importer instance. I don't use zipimport in my python code and i don't know why i get this error :/ Any idea? How test this error? w.p. -- http

wxPython - 2 x foldpanelbar with tree...

2007-02-26 Thread w.p.
Hello! I have some trouble with my GUI. I have left panel with foldpanelbar, but i need one item but not collapsed - simple button. I split my left panel into two foldpanelbars with one button between. But a have trouble... Sorry for english :/ Simple code:

[W2k, wxPython 2.6.1.0] - MDISashDemo bug?

2006-06-27 Thread w.p.
When i run MDISashDemo and maximize main frame, minimize and maximize again - LayoutMDIFrame in OnSize dont work more... Why? I need this feature for main MDI frame with toolbar and statusbar with panelssizersbitmapbuttons :) Windows 2000, wxPython 2.6.1.0 w.p. -- -- http://mail.python.org

Re: [W2k, wxPython 2.6.1.0] - MDISashDemo bug?

2006-06-27 Thread w.p.
w.p. wrote: When i run MDISashDemo and maximize main frame, minimize and maximize again - LayoutMDIFrame in OnSize dont work more... Why? I need this feature for main MDI frame with toolbar and statusbar with panelssizersbitmapbuttons :) Windows 2000, wxPython 2.6.1.0 w.p. When i

Re: [W2k, wxPython 2.6.1.0] - MDISashDemo bug?

2006-06-27 Thread w.p.
Steve Holden wrote: Well done! Do you know how to feed this information on to the developers (probably Robin Dunn)? All such changes are valuable. Hmm... i dont know. wxpython.org - submit a patch or Report a bug ? w.p. -- http://mail.python.org/mailman/listinfo/python-list

[wxPython] How to change deafult tab traversing (radiobuttons panel)

2005-06-06 Thread w.p.
, or Bind - but without success. When i use Borland Builder C++ i must only set tabStop=False sorry for my english ! w.p. ### import wx class MyFrame(wx.Frame): def __init__(self, parent, title

[wxPython] own maximize for wxMDIChildFrame - bugs?

2005-05-05 Thread w.p.
I use code below: 1) frame receive too many maximize events on create and on close child window - why? 2) how to catch key events for wxMDIParentFrame ? 3) childWin.SetSize() in OnMaximize send additional maximize event (?) 4) wxMDIChildFrame is initially visible! 5) sorry for english :) 6)