> I just wanted some pointers on how I can run a python script in the
> system tray.
See win32\demos\win32gui_taskbar.py in the pythonwin distro.
Cheers,
Mark.
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listin
> I know it's possible with Python - but does pywin32 "work" if the
> postinstall hasn't been run? Specifically, I don't care about
> embedding Python, or about creating COM servers or services, but I do
> want to be able to run "normal" Python scripts and COM clients.
In the simple case, it works
On Fri, Jul 4, 2008 at 6:35 AM, Ferdinand Sousa
<[EMAIL PROTECTED]> wrote:
> Also, is there a way I can capture keyboard events?
Tim Golden has an article showing how to register with windows to
receive hotkey notifications:
http://tgolden.sc.sabren.com/python/win32_how_do_i/catch_system_wide_hotk
On 04/07/2008, Michael Foord <[EMAIL PROTECTED]> wrote:
> It is certainly worth *trying* portably and seeing what problems you
> encounter - I *Suspect* they will be minimal.
That's a fair point. I'll see if I can set up a virtual machine with
no Python installed, and give it a go.
Paul.
Paul Moore wrote:
On 04/07/2008, Michael Foord <[EMAIL PROTECTED]> wrote:
Movable Python comes with the Pywin32 extensions.
http://www.voidspace.org.uk/python/movpy/
Thanks. Does that mean that out of the box pywin32 works portably, or
were changes needed for Movable Python? (I don't
On 04/07/2008, Michael Foord <[EMAIL PROTECTED]> wrote:
> Movable Python comes with the Pywin32 extensions.
>
> http://www.voidspace.org.uk/python/movpy/
Thanks. Does that mean that out of the box pywin32 works portably, or
were changes needed for Movable Python? (I don't want to use Movable
Pytho
Paul Moore wrote:
Is it possible to run Python and pywin32 portably (ie, in a
configuration I can copy from one machine to another without rble with
Pytstaller)?
I know it's possible with Python - but does pywin32 "work" if the
postinstall hasn't been run? Specifically, I don't care about
embedd
Is it possible to run Python and pywin32 portably (ie, in a
configuration I can copy from one machine to another without rble with
Pytstaller)?
I know it's possible with Python - but does pywin32 "work" if the
postinstall hasn't been run? Specifically, I don't care about
embedding Python, or about
siddhartha veedaluru wrote:
Hi,
Your problem is nothing to do with Windows at all; a better target would
have been the comp.lang.python newsgroup or the [EMAIL PROTECTED]
mailing list [but NOT both; messages are gatewayed both ways].
As part of a task i need to verify that last line of a
Hi
I just wanted some pointers on how I can run a python script in the system tray.
My configuration is:
Win Xp
Python 2.5.1
Python Imaging Library 1.1.6
pywin 2.1.1
I already have a screen captor (python script) that pastes images from
the windows clipboard.
Its disadvantage is that for eve
10 matches
Mail list logo