Re: [python-win32] ANN: PyGUI 2.3.2

2010-12-16 Thread Marc-Andre Belzile
Hi, I'd like to be able to attach an OpenGL context to a Canvas. Can PyOpenGL and pyGUI work together? thanks -mab From: python-win32-bounces+marc-andre.belzile=autodesk@python.org [python-win32-bounces+marc-andre.belzile=autodesk@python.org] o

Re: [python-win32] python sockets/proxy

2010-12-16 Thread RayS
I got the script I'd posted from there; the problem with the list is that ~1/3 are part of large frameworks, 1/3 are broken links. I tried: py-htfilter-2 => run-time error with asyncore microProxy => does not actually run as daemon (or at all on win32) ProxyHTTPServer => fails to pass/load most s

Re: [python-win32] ANN: PyGUI 2.3.2

2010-12-16 Thread Greg Ewing
Octavian Rasnita wrote: Does this mean that under Windows it uses the Win32 standard GUI like WxPython? I am asking this because I want to know if the interfaces it creates will be accessible for screen readers. I have no experience with screen readers, so I can't be sure. However, PyGUI uses

Re: [python-win32] python sockets/proxy

2010-12-16 Thread Randy Syring
Googling "http proxy python" turned up: http://proxies.xhaus.com/python/ among other things. -- Randy Syring Intelicom Direct: 502-276-0459 Office: 502-212-9913 For the wages of sin is death, but the free gift of God is eternal life in Christ Jesus our Lord

[python-win32] Creating a TLB for PythonCOM server

2010-12-16 Thread Mariano Reingart
Hello I'm trying to create a type library (TLB) using MIDL.EXE for a PythonCom server, but I don't fully understand the brief MSDN ducumentation: http://msdn.microsoft.com/en-us/library/ms690150(v=VS.85).aspx I've been able to create the TLB file, but when using it in VB, I get a Run-time error '

[python-win32] python sockets/proxy

2010-12-16 Thread RayS
I was playing with some simple code I found for a proxy server, made some mods to trap exceptions it had etc, but still have odd behavior; one that (with Firefox at least) when the browser proxy is set to 127.0.0.1:8080, DNS seems to be cached, or ?. I run the script locally and browse through it

Re: [python-win32] ANN: PyGUI 2.3.2

2010-12-16 Thread Tim Roberts
Octavian Rasnita wrote: > I read "There is now a native Windows implementation based on pywin32 and > ctypes." > > Does this mean that under Windows it uses the Win32 standard GUI like > WxPython? If you read the documentation, I think this will be clear. It uses standard Win32 controls. > I a

Re: [python-win32] ANN: PyGUI 2.3.2

2010-12-16 Thread Octavian Rasnita
Hi, I read "There is now a native Windows implementation based on pywin32 and ctypes." Does this mean that under Windows it uses the Win32 standard GUI like WxPython? I am asking this because I want to know if the interfaces it creates will be accessible for screen readers. BTW, what is the d