[python-win32] wxPython an Pywin32

2006-01-12 Thread Dirk Duckhorn
HiI dunno if this is a know issue, but I tried to run pywin32 with a wxPython script. The pywin32 components run real well but the GUI freezes.Does someone know a way to get around this?TIA.Dirk ___ Python-win32 mailing list Python-win32@python.org http:/

[python-win32] pythonwin and TAPI

2006-01-12 Thread Kristian Rink
Hi all; is there a chance of controlling TAPI (preferrably 3.x) using python / win32com? Did anyone around here ever try something like that? I'm at the moment trying to get hold of what pythonwin's COM browser offers me talking about TAPI, but the results aren't really pleasing... Can anyone give

[python-win32] Unicode style in win32/PythonWin

2006-01-12 Thread Robert Kiendl
Neil Hodgson wrote: > Robert: > > > After "is_platform_unicode = ", scintilla displays some unicode > > as you showed. but the win32-functions (e.g. MessageBox) still do not > > pass through wide unicode. > > Win32 issues are better discussed on the python-win32 mailing list > which is read by

Re: [python-win32] wxPython an Pywin32

2006-01-12 Thread Tim Roberts
On Thu, 12 Jan 2006 10:52:09 +0100, Dirk Duckhorn <[EMAIL PROTECTED]> wrote: >I dunno if this is a know issue, but I tried to run pywin32 with a wxPython >script. The pywin32 components run real well but the GUI freezes. >Does someone know a way to get around this? > You're going to have to be a

Re: [python-win32] wxPython an Pywin32

2006-01-12 Thread d.w. harks
With carefully-arranged electrons, Dirk Duckhorn wrote: > Hi > > I dunno if this is a know issue, but I tried to run pywin32 with a wxPython > script. The pywin32 components run real well but the GUI freezes. > Does someone know a way to get around this? > > TIA. > Dirk That's a known issue -- t

Re: [python-win32] wxPython an Pywin32

2006-01-12 Thread Steve Holden
Tim Roberts wrote: > On Thu, 12 Jan 2006 10:52:09 +0100, Dirk Duckhorn <[EMAIL PROTECTED]> > wrote: > > >>I dunno if this is a know issue, but I tried to run pywin32 with a wxPython >>script. The pywin32 components run real well but the GUI freezes. >>Does someone know a way to get around this? >

[python-win32] AutoCAD and Python

2006-01-12 Thread Rockmaster J
Hi, everybody.  I'm Jason.I'm a long time AutoCAD user, and I just started using Python.  So far, using win32all, I've got a Python script to act on AutoCAD and react to an AutoCAD event.  Now I'm trying to get a script to modify an AutoCAD database via AutoCAD COM calls AFTER the drawing is closed

[python-win32] Specify number of copies and collate when printing

2006-01-12 Thread Bill Burns
I've built a small app (w/PythonCard) which sends PostScript to a printer. The app uses win32print for printing. I'm using the 205 build. The GUI has a spinner to specify the number of copies and a checkbox to specify if it should collate. The path to the files are in a wxList. To print multiple

[python-win32] Fwd: AutoCAD and Python

2006-01-12 Thread Rockmaster J
Hi, everybody. I'm Jason. I sent this once, but I don't think I was properly subscribed, since it didn't show up in the archives. Sorry for any duplicates. I'm a long-time AutoCAD user, and I just started using Python. So far, using win32all, I've got a Python script to act on AutoCAD and reac