[python-win32] ANN: PyGUI 2.5.1

2011-06-17 Thread Gregory Ewing
PyGUI 2.5.1 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Minor update to fix missing distutils_extensions.py file. What is PyGUI? -- PyGUI is a cross-platform GUI toolkit designed to be lightweight and have a highly Pythonic API. -- Gregory Ewing greg.e

Re: [python-win32] [Pygui] Installing PyGUI-2.5 on Mac OSX 10.5.8 fails

2011-06-17 Thread Greg Ewing
Colin Brown wrote: Macintosh:PyGUI-2.5 colin$ python setup.py install Traceback (most recent call last): File "setup.py", line 12, in from distutils_extensions import pygui_build_py ImportError: No module named distutils_extensions Sorry about that! The missing file is attached, and I'll

Re: [python-win32] Access Most Recently Used (MRU) entries ?

2011-06-17 Thread Tim Golden
On 17/06/2011 14:19, reckoner wrote: Is it possible to get access to the Most Recently Used (MRU) list in windows. This is where Windows keeps a list of the most recently opened documents and programs. By the way, I'm on Windows XP. Depends what you need to do. To add in item, use the SHAddToR

[python-win32] Access Most Recently Used (MRU) entries ?

2011-06-17 Thread reckoner
Is it possible to get access to the Most Recently Used (MRU) list in windows. This is where Windows keeps a list of the most recently opened documents and programs. By the way, I'm on Windows XP. Thanks! ___ python-win32 mailing list python-win32@py