4
votes
2answers
733 views
how to hook to events / messages in windows using python
in short:
i want to intercept suspend/standby messages on my laptop, but my program doesn't receives all relevant messages.
background:
there's a bug in …
1
vote
3answers
443 views
save an image with selenium & firefox
i'm trying to save an image from a website using selenium server & python client.
i know the image's URL, but i can't find the code to save it, either when it's the the document itself, or when …
2
votes
4answers
307 views
retrieving a variable’s name in python at runtime?
is there a way to know, during run-time, a variable's name (from the code) ?
or do var names forgotten during compilation (byte-code or not) ?
e.g.
>>> vari = 15
>>> print vari …
1
vote
1answer
220 views
retrieving current drive letters in windows (from python) [closed]
Possible Duplicate:
Is there a way to li …
2
votes
2answers
215 views
writing text with diacritic (”nikud”, vocalization marks) using PIL (python image library)
writing simple text on an image using PIL is easy.
draw = ImageDraw.Draw(img)
draw.text((10, y), text2, font=font, fill=forecolor )
however, when I try to write Hebrew punctuation m …
0
votes
0answers
58 views
a sortable list/grid control in boa constructor
In my project there's a need for a multi-column list control.
I wish the list could be automatically sorted upon clicking on the column header.
Sin …
2
votes
3answers
140 views
which exception catches xxxx error in python
Thanks!
the question is solved in all the answers given.
Original question follows:
given a traceback error log, i don't always know how to catch a particular excep …
1
vote
2answers
90 views
writing a font viewer - getting font properties, loading ttf dynamically
I'm trying to write a font viewer for TrueType / OpenType fonts with VB6 / VB5 code (under Windows).
it is surprisingly difficult:
1) in VB / winAPI, i did not find how to extract t …
3
votes
0answers
67 views
can NLTK/pyNLTK work “per language” (i.e. non-english), and how?
how can I tell nltk to treat the text in a particular language?
BKG: once in a while i write a specialized NLP routine to do POS tagging, tokenizing etc. on a non-english (but still hindo-e …
2
votes
What IDE to use for Python
You should add Boa Constructor. I used it only once but it seems mature.
http://sourceforge.net/projects/boa-constructor/ …
1
vote
how to hook to events / messages in windows using python
I've found an ugly workaround:
I wrote an AutoIt script which detects the Excel's error MessageBox, closes it, and runs a sysintern …
1
vote
Qt being now released under LGPL, would you recommend it over wxWidgets ?
I chose wxPython for 2 main reasons:
Boa Constructor,
which is still a beta product, gives me unified control over 100% of the process, whereas PyQt indeed has better designer, but t …
