Simon Brunning wrote:
Oops, I forgot. I'm using Python 2.3.4 and buil 163 of win32all. I'm
driving iTunes version 4.7 on Windows 2000 workstation.
And tying build 202 gives?
Niki Spahiev
___
Python-win32 mailing list
[EMAIL PROTE
ept for me) but hey, its a protection against future redundancies
! However if you know any gotchyas with ActiveX exe/win32com
integration that I could look out for then that would be great.
Check venster (sf.net) there is demo with flash OCX, and controlling it
is OK.
HTH
Ni
Check py2exe. It contains some utility modules that do such things.
HTH
Niki Spahiev
___
Python-win32 mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/python-win32
Bob Gailer wrote:
This is symptomatic of a long-standing unsolved Pythonwin problem in
which Pythonwin keeps adding toobar entries to the registry until it
chokes.
This i have other programs (e.g. WinCVS) with same problem. Maybe its
bug in MFC?
Niki Spahiev
N
| win32con.PRF_CLIENT | win32con.PRF_OWNED)
check that hdc is valid DC handle.
HTH
Niki Spahiev
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
making PDF in sf.net.
HTH
Niki Spahiev
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
objects are destroyed, the resources
will be released.
IMHO only win32ui objects are automatic.
Niki Spahiev
--
Ð ÑÐÐÐ,
ÐÐÐ ÐÐÐÑÐÐÐ
ÐÐÐÑÐÑ ÐÐÐ
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
McMillan
Installer fails importing win32gui.
Try importing pywintypes before win32gui
HTH
Niki Spahiev
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
implemented in PyWin32.
Does anyone know if there's a way to do this? I'm new at this, so my
apologies if the question is basic or misguided, but I haven't found an
obvious solution in the archives or elsewhere.
Try console module from effbot o
such thing.
HTH
Niki Spahiev
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
ough.
IIRC there is new module process which replaces popen with better
functionality.
Niki Spahiev
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
hooks, but that's a pretty
high level of guruness. Google for "api dll injection".
There is module for injection of *python* code in win32 apps.
http://security.opennet.ru/base/patches/1080837482_191.txt.html
HTH
Niki Spahiev
___
Python-
e-mail?
Niki Spahiev
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
res I miss are an integrated file
manager and an integrated debugger.
There is something called FilerX IIRC for organizing projects with
scite. For debugger try HAP debugger @ sf.net (scintilla based too)
HTH
Niki Spahiev
___
Python-win32 mailing list
P
It's better to use wxPython list questions about wxPython.
Niki Spahiev
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
ing pyserial with dumb devices (CNC). IMO it should
work with smart devices too.
Niki Spahiev
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
Johannes Brunen wrote:
> File
> "C:\DOKUME~1\Arthur\LOKALE~1\Temp\gen_py\2.4\9C3BB401-114D-11D4-AC72-00105A4925FCx0x1x2\__init__.py",
> line 57
Remove encoding comment from start of this file.
HTH
Niki Spahiev
___
Python-win32
> Any help would be much appreciated.
IIRC there is ctypes based AcitveX demo. Maybe in venster. No wxPython
though.
HTH
Niki Spahiev
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
.py in your python installation.
HTH
Niki Spahiev
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
version for 2.4 installs file:
pywin32-210-py2.6.egg-info
IAUC it must be py2.4.egg?
Niki Spahiev
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
r pure win32 dialogs in plug-ins for another CAD
system.
regards,
Niki Spahiev
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
then win32gui to copy data to
wxBitmap
HTH
Niki Spahiev
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
ster with the same _reg_clsid_? Is my registry
> irreversibly messed up?
Try to split code to almost static COM and dynamic logic and then
reload() logic module.
Niki Spahiev
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python
s not unique to WM_SIZE, but any handlers that are hooked by
> HookMessage.
>
> Appreciate if anyone can help shed some light on this. Thanks.
In order to hook more messages (e.g. WM_SIZE) you must recompile pywin32
with PYWIN_WITH_WINDOWPROC defined
HTH
Niki Spahiev
__
ve tried WM_SIZE, WM_ACTIVATE, etc.
>
> BTW, I'm using ActivePython 2.4, which comes with pywin32 bundled. I'm
> not sure if PYWIN_WITH_WINDOWPROC is defined in ActivePython.
Hooks are based on special MFC glue code. When this glue code is not
active some messages are handl
rtain offset. Does anyone know how to
> do this?
>
> Also, I don't have to use WMP if this can be done easier with another
> media player. All I need to play are MPEG2 video files.
IIRC there is wxPython based project with same goals. And IIRC its open
source.
Niki Spahiev
__
E R wrote:
> Is this what you were thinking of?
>
> http://liris.cnrs.fr/advene/
No. I found it now. Its http://sourceforge.net/projects/transana
Niki Spahiev
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.or
27 matches
Mail list logo