ANN: wxPyAtol

From: Francesco (scrutinizer_at_gmx.at)
Date: 01/31/04

  • Next message: Walter Haslbeck: "problem with weakref.proxy"
    Date: Sat, 31 Jan 2004 14:07:08 +0100
    
    

    (sorry, if this is also posted in comp.lang.python.announce, but
    i couldn't see the message)

    Hello, I'm happy to announce "wxPyAtol"

    The original program is written by Miroslav Rajcic and is called Atol
    Filemanager.
    It is programmed in C++ using wxWindows
    http://atol.sourceforge.net/

    I have posted the sources to:
    http://berg.heim.at/anden/421194/wxpyatol.zip
    A few months ago, i couldn't imagine, that this is possible to do in
    python + wxpython. But also with the help of win32 extensions, I
    managed to get the most things work.

    I know, it is almost not at all "pythonic",
    but I wanted to keep it so, because it is better to compare
    to the c++ sources, and maybe later, I will inlude more python
    style.

    Maybe someone could help me and give me some pointers:
    In the source, it is marked with todo.
    for example to retrieve the imagelist from Windows fileextensions
    self.m_hImageList = windll.shell32.SHGetFileInfo('.txt',
    win32file.FILE_ATTRIBUTE_NORMAL, byref(shfileinfo),
    sizeof(shfileinfo), dwFlags)
    How can I get this in python?

    thank you and best regards (and sorry for my bad english)

    -- 
    Francesco
    

  • Next message: Walter Haslbeck: "problem with weakref.proxy"

    Relevant Pages

    • Re: pythonic exec* spawn*
      ... Yes - you can pickle it. ... into python objects. ... this other program in the form of python objects. ... While the original program is running it creates all sorts of data in ...
      (comp.lang.python)
    • Re: Python and Windows.Forms
      ... "You can access all the Windows common dialogs Python by ... and win32ui modules? ... > Python by using Win32 extensions. ...
      (comp.lang.python)
    • Re: Is there a way to push data into Microsoft Excel & Word from Python ?
      ... it's easy after you install the win32 extensions. ... I have driven Excel from python a /lot/, ... Assuming applescript works, you may want to write a thin wrapper over ... interface that at least lets your business logic sit in one place. ...
      (comp.lang.python)
    • win32com: use not possible as normal user
      ... I've installed Python 2.4 and the win32 extensions, using administrator rights, under Windows XP in "C:\Programme". ... Do I have to move my Python installation to another directory with write permissions for normal users? ... This might not be a problem for users with english Windows installations who can get bitten anyway by the space in "program files". ...
      (comp.lang.python)
    • Re: Python and Windows.Forms
      ... Python by using Win32 extensions. ... pywin.mfc dialog and win32ui modules. ... > window that comes with a standalone Pythin installation. ...
      (comp.lang.python)