[wxPython] For the curious...

I have begun the process of releasing a little room scheduling application I have been working on in wxPython. The CVS repository probably isn't in shape for useful checkouts yet, but I thought people might be interested in the documentation page, which includes three screenshots, including two which are basically screenshots of the wxPython Properties Distribution.

http://conflictsolver.sourceforge.net/documentation/

Enjoy yourselves,
Mike

···

_______________________________________
   Mike C. Fletcher
   http://members.rogers.com/mcfletch/

Hello everybody,

normally I'm developing and debugging my python programs with Komodo from ActiveState, but I have trouble doing this with wxPython programs.
The program runs, but no graphical output (windows,frames whatever you call it) are displayed :frowning:
Has anyone had similar problems ?

    Axel

P.S. I'm using python 2.2, wxPython 2.3.3 and Komodo 1.2.7 under w2k.

Axel Kowald wrote:

normally I'm developing and debugging my python programs with Komodo from ActiveState, but I have trouble doing this with wxPython programs.
The program runs, but no graphical output (windows,frames whatever you call it) are displayed :frowning:
Has anyone had similar problems ?
P.S. I'm using python 2.2, wxPython 2.3.3 and Komodo 1.2.7 under w2k.

    I had this problem a while back but on Win98.
    ActiveState said that it did work on Win2k but
    not on Win9x. See this bug report:
        ActiveState Support for Enterprise and Developers

    Manoj

Hi,

   I had this problem a while back but on Win98.
   ActiveState said that it did work on Win2k but
   not on Win9x. See this bug report:

I found a work around in this bug report :slight_smile:
Many thanks for the hint.

  Axel