Mike Meyer wrote:
> You don't need to install special hardware to get that. There are a
> number of pieces of hardware that you can find in a modern computer
> that may have a unique serial number you can use as a
> dongle. Possibilities include a CPU serial number, an HD serial
> number, and the
Grops wrote:
> Flash and Python could be a VERY powerful pair of tools for building
> quick apps, Yet I don't see much on the web about it.
>
> I was excited to see that it is possible to make them play together
> here:
> http://www.klaustrofobik.org/blog/archives/000235.html
>
> Unfortunately,
cx_Oracle here too (Win32, connecting to Oracle 9).
Thanks, Computronix! (And, of course, thanks to the Python team and
community.)
--
http://mail.python.org/mailman/listinfo/python-list
I wrote:
> It can be quite useful for inserting something into a list (or
string),
> after finding the position where you wish to insert it.
Oops, I missed Dennis Lee Bieber's working example of exactly that.
My apologies.
Regars, Myles.
--
http://mail.python.org/mailman/listinfo/python-list
Javier Bezos wrote:
> "Jacob Lee" <[EMAIL PROTECTED]> escribió en el mensaje
> > satisfy some handy properties, the first of which being:
> > l[:n] + l[n:] = l
>
> I don't think l[:5] + l[5:] = l is a handy property
> and to me is clearly counterintuitive. Further,
It can be quite useful for ins
Earl Eiland wrote:
> This sounds like just what I need. What is COM, and where do I get
it?
Also worth checking out:
Simon Brunning's WinGuiAuto - control/query of windows and controls,
including the function getEditText to read the text in an edit control.
See http://www.brunningonline.net/simo