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:/
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
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
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
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
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?
>
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
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
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