;
You *might* find CTRL/U and CTRL/D helpful ...
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden
--
http://mail
en on time. And now I've missed getting ActivePython 2.5 out soon
> after Python 2.5 because I'm focussed on Komodo 4.0 for now.
>
> For others, unfortunately ActivePython 2.5 will probably not be ready
> until mid-November.
>
You guys need to hurry up and get that Kom
ta? Can I rely on len() == bytes?
>
Yes, since pickle returns a string of bytes, not a Unicode object.
If bandwidth really is becoming a limitation you might want to consider
uses of the struct module to represent things more compactly (but this
may be too difficult if the objects being exchang
7;t make stringly enough.
> If we somehow want to seperate parameters in those that
> can be used with a keyword and those that don't it has
> to be something different than providing a default value
> to that parameter.
>
Indeed.
regards
Steve
--
Steve Holden
confirm that I can't log in with my SSH private key, and that
the system fingerprint has changed. Maybe some crew member can tell us
what gives.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype:
or use it for any purpose, or disclose its contents to any other person.
>>Thank you.
>>
>
>
> By all means, please start here:
>
> http://www.python.org/doc/essays/styleguide.html
>
Nowadays I suspect PEP 8, derived from that essay, would be considered
more
I wasn't aware of any
> that are as easy to use as pickle, or don't require implementing them
> myself, which is not something I have time for.
>
Marshal may achieve what you want, but on a more limited range of
datatypes than pickle.
regards
Steve
> Thanks again,
> -D
ible: you might change or adapt your components according to
>>events, switch between entities, enable dynamic configuration etc. This
>>can be achieved in C++, Java etc. as well but not without pain.
>
>
> Having "static" properties and events is necessary for
install like
> all the other packages?
>
> Thanks guys...
>
http://mail.python.org/pipermail/distutils-sig/2005-August/004945.html\
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb
s,
> Sai krishna.
http://wiki.python.org/moin/WebFrameworks
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden
-
gt;
open(outfile, "wb").write(open(infile, "rb").read().replace("\r", ""))
Or something like that ... :)
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb
r yourself
lucky. Your "solution" is simplistic beyond belief. Are you *sure* you
know in advance all potential senders from the USA? I'm (currently) in
the UK, but sending via a .com domain that operated through a server in
the USA. Where am I "from".
I suspect your pos
gt;
At the moment SourceForge is only listing one (UK) mirror for mingw, and
that seems to be down. I'm guessing something is broken, since I know it
used to be much more widely available.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd
out this state of
affairs if I were running the mirror at UKC.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden
--
http://mail.python.org/mailman/listinfo/python-list
Fredrik Lundh wrote:
> Steve Holden wrote:
>
>
>>Since network 127 is reserved in its entirety for loopback (local
>>process) use, it would seem that any DNS name that maps to an address in
>>that space with the single exception of "localhost&qu
eone uses enumerate, it's going to number the items the same way as
>>ever. Is there any way to modify that behavior, any special function to
>>set? There doesn't appear to be, according to the docs, but it never
>>hurts to make sure.
>
>
> You can write your own e
dows (despite complaints from others who don't
feel this happens quickly enough).
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings
thing
> wrong. I´ve made a cache module, imported it in each of the
> submodules. I don´t know how to make the data "static".
>
No, it doesn't. At least, not if the cache is global to the module
that's imported by all the other ones.
regards
Steve
--
Steve Holden +
or more information.
sStarted with C:/Steve/.pythonrc
>>> import sys
>>> sys.stdin.encoding
'US-ASCII'
>>> sys.getdefaultencoding()
'ascii'
>>>
The strings in sys.argv are encoded the same as the standard input, I
bleieve.
regards
Paul Boddie wrote:
> Steve Holden wrote:
>
>>Fredrik Lundh wrote:
>>
>>>Méta-MCI wrote:
>>>
>>>
>>>>For the professional developments, it is a major risk.
>
>
> I'll cut in here and mention that it's a risk that ca
2.3-56)] on linux2
>
> If anyone has encountered similar problems or knows of a way to
> fix/suggestions please let me know.
>
I believe the _md5 module (as opposed to the md5 module) is a compiled
extension. I'm guessing the import succeeds on the machine you used to
build pyth
message
>>>>
>>>>
>>
>>Sorry about the line wrap mess in the previous message. I try again with
>>another setting:
>>
>>Frederic
>>
>
> I give up!
>
>
Don't give up, attach it as a file!
regards
Steve
x27;ll probably be somewhere like
/usr/lib/python2.5/lib-dynload. When I said sys-prefix I meant the
--exec-prefix configuration option, but actually I'm not sure what
determines where shared libraries end up.
At least knowing what you are looking for should help. This may affect
other modules that use extension support.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden
--
http://mail.python.org/mailman/listinfo/python-list
m sure you'll have a lot of fun, and
you can do a surprising amount of processing just noodling around in an
interactive interpreter session.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb
to try out interactively ...
> 3) pix = im.load()
> print pix[44,55]
> pix[44, 55] = value
> my python cannt identify "[x,y]" ??
>
Now what makes you think that an image can be addressed that way? I'd be
quite surprised if yo got
ay madness lies, as you end up
creating Python statements on the fly using eval() and exec and other
such dangerous and insanity-inducing tricks :-)
Instead use a container structure like a list to hold them, and then use
an appropriate technique to access them while they are still in the
cont
qualify cm to get at the module's attributes, should you have
chosen to call your module something inappropriately long. This reduces
the typing still further.
always-looking-to-avoid-typos-ly y'rs - steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd
. It doesn't matter what
language the server uses: you will be talking HTTP to it!
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio
lieve.
However, if your document can be adequately represented in RTF
(rich-text format) then you could consider doing string replacements on
that. I invoice the PyCon sponsors using this rather inelegant technique.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden
s the supplied password.
>
Slightly safer than not doing anything to the user-supplied inputs, but
nowehere near as safe as it needs to be. Use parameterized queries!
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.co
ng else altogether?
>
The latter solution is more Pythonic, IMHO, as it works for subclasses.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings h
\temp> REM correctly opened the text file in notepad
>
> Windows seems to doing the translation inconsistently (I know
> that comes as a shock...)
>
The command line processor parses the slash as a switch delimiter, but
the system call interface doesn't know about such refinements
a2"].value
print """\
Content-type: text/plain
Hello: the data were: %s and %s""" % (d1, d2)
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden
--
http://mail.python.org/mailman/listinfo/python-list
sturlamolden wrote:
[...]
> This was an extremely stupid question on my side.
I take my hat off to anyone who's prepared to admit this. We all do it,
but most of us try to ignore the fact.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd
Bruno Desthuilliers wrote:
> David Isaac a écrit :
[...]
>
>>But Steve suggests going with the latter.
>
>
> That's what I'd do too a priori.
>
Believe it or not, I wasn't at the priory when I wrote that.
Sorry.
regards
Steve
--
Steve Holden +
aum
>
>
>
> button elements don't submit the form - they in fact don't do anything
> unless you attach behaviour to them with javascript. What you want here
> is an input type='submit'.
>
> Also, the "button" tag doesn't require a
, for example, longest field-length for each column.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden
--
http://mail.python.org/mailman/listinfo/python-list
If you don't have easy_install, get it!
> Thanks so much, Bruno.
>
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.i
; c=dict([(k,v) for v,k in enumerate(a) if b.has_key(k)])
> erroneously (for me) gets:
> {'a': 0, 'c': 2, 'd': 3}
>
> Thanks for your help.
>
In Python {'a':0, 'c':1, 'd':2} == {'a': 0, 'c': 2, 'd'
he absolute dir name which the file is in? Is there any
> function can be called easily?
>
> Thanks,
> Peng
>
That would be
os.path.split(os.path.abspath(__file__))[0]
You *are* planning to read the documentation at some stage, right? ;-)
regards
Steve
--
Steve Holden
nergy.StudyDoc.GetFirstTet(), perhaps?
> while tet:
> print str(tet)
> tet = Synergy.StudyDoc.GetNextTet(tet)
>
> Any clues on what I'm doing wrong, or how to investigate whether there
> is a bug in win32com or in the third party apps com implementation.
>
Carl Banks wrote:
> Steve Holden wrote:
>
>>[EMAIL PROTECTED] wrote:
>>
>>>Hello:
>>>I have next dictionaries:
>>>a={'a':0, 'b':1, 'c':2, 'd':3}
>>>b={'a':0, 'c':1, 'd':2
m:
Remove the first two lines that don't begin with "@" from a file.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.ici
f dlg.ShowModal() == wx.ID_OK:
> db_name = dlg.GetValue()
> dlg.Destroy()
> return db_name
>
> but I suppose it's a matter of preference.
Of course, in 2.5 you can write
db_name = dlg.GetValue() if dlg.ShowModal() == wx.ID_OK else None
dlg.Destroy()
return db_n
ave to check
> in the wxpython group on how to handle this one, I think.
I suspect you need to use a validator so the user can't click OK until
they've put a value int eh text entry item.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden
--
http://mail.python.org/mailman/listinfo/python-list
set()
>
> Any other value besides the above will compare as "not false".
>
And today's question for the novices is: which Python type did Skip miss
from the above list?
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden
--
http://mail.python.org/mailman/listinfo/python-list
'if s: ' equivalent
> to 'if s == True:' with a possible gain in readability. But - as you
> demonstrate the cost of that (minimal) gain in readability would be too
> high. In any event - I think it is mostly bad style to use a
> non-boolean variable in '
Paul Rubin wrote:
> John Salerno <[EMAIL PROTECTED]> writes:
>
>>if (10 > 5)
>>would be the same as
>>if (10 > 5) == True
>
>
> Yes.
Though it would be bad style to write it in the latter way, not to
mention less efficient.
regards
Steve
--
St
gt; > from the above list?
>>
>> more that one:
>>
>> 0L
>> decimal.Decimal(0) # is decimal.Decimal('0'), also
>> u''
>> array.array('c') # or any other typecode, I suspect, without initializer
>
>
> Just for fun:
> bu
most of my programming in recent
> years being in various dialects of Visual Basic (which probably
> explains a lot). What attracts me to Python so far is the cool slice
> operations, the iterators, the libraries and the convience of
> programming in a REPL environment. So far,
ing messages with obnoxious content like this.
If you insist on telling someone off publicly via a newsgroup, once is
enough. I agree it's a pain, but Fulvio may not have it in his power to
switch the header off. Mail admins do some incredibly stupid things.
regards
Steve
--
Steve Holden
e user, returning the typed text'''
>
> sys.stdout.write(label)
> return sys.stdin.readline()
>
Or use raw_input(), which was designed for such situations:
>>> mystr = raw_input("Who is this? ")
Who is this? Steve
regards
Steve
-
Arun Nair wrote:
[stuff]
You will find people are willing to help, even sometimes with homework
questions, when questioners show some evidence that they are looking to
learn rather than simply to have their problems solved for them.
regards
Steve
--
Steve Holden +44 150 684 7255 +1
Ben Finney wrote:
> Gabriel Genellina <[EMAIL PROTECTED]> writes:
>
>
>>At Wednesday 25/10/2006 23:29, Paul Rubin wrote:
>>
>>>Steve Holden <[EMAIL PROTECTED]> writes:
>>>I get that iter(()) is True (Python 2.3.4).
>>
No I didn't -
oesn't print the content of the file.
>
Because you haven't read it!
data = open('somefile.txt').read()
print data
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb
0, in cleanup
> server.shutdown(SHUT_RDWR)
> NameError: global name 'SHUT_RDWR' is not defined
> ---end---
>
> Can anybody suggest a better way to do this?
>
You haven't copied the code you are actually running. The program above
may or may not work, bu
gt;>> for word in list:
... if p.match(word):
... print "[%s]" % word
...
[0123]
[]
>>>
There is, however, an old saying to the effect that if you try to solve
a problem with regular expressions you then have *two* problems. If this
isn't jus
ew people have more right to call you on this than the effbot, well
known for his prolific output.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden
--
http://mail.python.org/mailman/listinfo/python-list
gt;with reality.
>>
>>pointers, please.
>
>
> Sorry, the answer is no. I don't care whether you can locate my code
> or not or wish to believe me or not.
>
... though I might have got more hits by spelling your name correctly :)
regards
Steve
--
Steve Holden
insists on
treating forard slashes ONLY as option indicators.
>
>>exemaker? some kind of web server?
>
>
> Okay, didn't know that :)
>
> Regards,
>
>
> Björn
>
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web L
rce community":
> print "thank you"
> else:
> print "bugger off"
>
> bugger off
>
> Clearly this is not true. (Google Cliff/Dyer open source: only 11
> hits.), but the string is *something* so the if block gets evalua
bar():
isn't executed until the foo() function is called, and its execution
binds the name bar in foo's local namespace to the function that is defined.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden
--
http://mail.python.org/mailman/listinfo/python-list
sql, (values, ))
which I repsume is shat you really meant to do. Note, though, that not
all DB API modules will accept lists and/or tuples as data elements of
that kind, so you may be disappointed.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd
le times: it's not. Python only runs the module's
code the first time the module is imported into a program. A further
import statement effectively does noting, because the interpreter sees
(from an entry in the sys.modules dictionary) that the module is already
present.
regards
Ste
MindClass wrote:
> Steve Holden wrote:
>
>>I'm guessing that you think this might be necessary to avoid importing
>>the same module multiple times: it's not. Python only runs the module's
>>code the first time the module is imported into a program. A furt
ple backslashes is indeed because of the use of repr()
> when doing the error dump.
For gmane users the list is also available as newsgroup
gmane.comp.python.mod_python
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb
t; and "command2" function, this may just be
because you are only quoting partial code).
Then in your main program create the object with
myDialog = YesNo(master, "Yes", "No")
Looks like you are new to Python - perseverre and you will pick it up
quite quickl
walterbyrd wrote:
> I assume that wxWidgets can not be used if all you have is mod-python?
>
Correct. wxPython assumes access to some sort of screen-based interface,
with direct keyboard and mouse input.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web L
you have already gained to write a
*short* program that exhibits the same failure. Then post the code and
the traceback.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogsp
nly way to tell your object which callbacks to
call!
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden
--
http://
It would be *much* easier and *much* better programming practice to
modify your code so the function returns a two-element tuple, which you
then assign to two variables in an unpacking assignment.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd
or her own faculty economist (or statistician or
> physicist) and get them to radically change their computational tools.
> When you've walked a mile in my shoes, leaky abstractions won't seem
> like such a big deal after all.
>
Divorce is obviously the only answer. How could you
vely once you learn the conventions, but once
functionality "hardens" into something of five lines or more that you
want to experiment with you will find it's usually easier to edit a
script or program in a text file and run it. This is even more the case
when you start to use
atom)
Xma = pt.get(atom)
return Xaa, Xma
Unless there is something decidedly odd about the side-effects of the
statements I've removed, since you never appear to use the values of a,
m, Xaa and Xma there seems little point in calculation them.
regards
Steve
--
Steve Ho
arizes them here
> (http://slut.sourceforge.net/examples/index.html), but the little videos
> don't do them justice.
>
Looks like c.l.py just slashdotted you ... """The GeoCities web site you
were trying to view has temporarily exceeded its data transfer limit.
Please t
Alistair King wrote:
> Steve Holden wrote:
>
>>[EMAIL PROTECTED] wrote:
>>
>>
>>>J. Clifford Dyer wrote:
>>>
>>>
>>>
>>>>Alistair King wrote:
>>>>
>>
>>[... advice and help ...]
>
on't know.. maybe I have more to learn.
>
You do. Firstly, learn to leave your paranoia outside your programming
life. If a function or method makes undocumented changes to its mutable
parameters then it needs changing (or its documentation does).
Adequate testing should reveal such nonsenses be
internals will have to answer the question of
> what _should_ be occurring.
>
... and who better than Tim Peters?
http://mail.python.org/pipermail/python-list/2004-December/254497.html
HTH
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web L
and forgot was this: Since we have a class that goes out of scope
> when the function returns, and we don't need more than one instance, why
> bother to make an instance? Why not use the class object itself?
>
> def whatever( new_ms ):
>
> class scope ( object ):
>
&g
olution spat you out to lead us all to the light, huh?
>
> No personal offense intended, but you're a boring, elitist prick.
>
> - alex23
>
This conversation has clearly descended to the level where it needs to
be taken to email. Nobody wants to read this.
regards
Stev
lt;.+>")
>>> nongreedy = re.compile("<.+?>")
>>> m1 = greedy.match(target)
>>> m2 = nongreedy.match(target)
>>> m1.group(0)
'Sample String'
>>> m2.group(0)
''
>>>
regards
Steve
--
Steve Holde
csv', since those work just fine 'cause the Windows
>>APIs deal with them properly.
>
>
> Not all APIs do the right thing. If you fire up the cmd.exe shell and
> feed it slashes as path separators, it barfs. Example:
> C:\junk>dir c:/junk/*.bar
> Invalid
mespace as well as independent code objects and so
on then you will have to somehow persuade the interpreter that they come
from different files, I believe.
If you just want to be able to use several names to refer to the same
module then you have already had a coupe of good answers.
regards
Stev
that?
Like all systems mod_python has its limitations, but it has an active
development community who are extremely responsive to user and developer
input.
Follow-ups set to gmane.comp.python.mod_python.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden We
(presumably INSERTing the new researcher's details first).
To minimize consistency problems it would help to make all of these
insertions as a single database transaction.
> Hope that makes sense. It seems like such a common task.
>
regards
Steve
--
Steve Holden +44 150
n to the "a single object can be formatted as a single
argument rather than a tuple" rule is when that single object is itself
a tuple!
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenwe
o get this done.
>
> Every help is appreciated.
>
I take it you know BitTorrent is written in Python?
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
R
rough 9.
To write record 7 only you could use
dbWrite(rec[7])
conn.commit() # assuming dbWrite uses connection conn
del rec[7]
# you'd also want to kill the window containing this record
To write them all you might try
for r in rec:
dbWrite(r)
conn.
JohnJSal wrote:
> Steve Holden wrote:
>
>
>> del rec[7]
>
>
> Hmmm, but what if the record can remain open, changes can be made, and
> then saved again to the same object? I suppose it isn't necessary to
> delete them, right? Man, this stuff gets compli
l the information in the fields, but how do I then associate it with
> that second instance?
>
> (Or I wonder if I really even need to, since upon saving, the
> information gets stored in the database immediately. Maybe I don't even
> need a Researcher class at all.)
>
How abo
d but I don't see MinGW listed in that page...
>>Maybe it's included but not listed...
>
>
> It's there.
>
Well I tend to believe you, but Firefox is calling you a liar: a search
fails at "min".
Do you anticipate a 2.5-based release any ti
o another objet
>>doesn't impact the name=>object binding in the caller's namespace), but
>>this name really refers to the same object (Python doesn't copy anything
>>unless explicitely told to do so).
>>
>>HTH
>
>
>
> I
ir to Walter, it was me who reposted his question.
But I think it's great that the whole of c.l.py is now up to speed on
mod_python, so thanks!
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb
intelligent as it is. I think it does a
remarkably complete emulation of a human being:
http://www.flickr.com/photos/[EMAIL PROTECTED]/152495923/
For what it's worth it's also amazingly helpful if you can ignore to
sometimes acerbic wit.
regards
Steve
--
Steve Holden
hange of email address could probably be achieved by tweaking
the data for one or two individuals, and an automated solution should
clearly be added as volumes build up.
For now, how about a link that causes someone to receive email? I'd be
surprised if this couldn't b
jim-on-linux wrote:
> On Friday 03 November 2006 08:21, Steve Holden
> wrote:
>
>>Frederic Rentsch wrote:
>>
>>>jim-on-linux wrote:
>>>
>>>>Frederic,
>>>>
>>>>I've been trying to get back into my package
>>>
dBase database
> and MS Word, MS Excel, and any other ODBC aware product
Including, presumably, mx.ODBC in Python, which gives the most
attractive possibilities for output.
can read the
> data. If the data size is large or if you want to move to server, you
> can do that later.
>
of objects that only refer to each
other without being bound to a name in any current namespace or to any
container object bound to such a name.
In other words, it detects (and reclaims) objects with non-zero
reference counts which nevertheless can be reclaimed without ill effect
on the program.
regar
binding more than
> one variable.
> with x as f(), y as g():
>blah (x, y)
Wouldn't that be
with f() as x, g() as y:
blah(x, y)
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenw
a radio button, since you ask submitters to "check all
that apply".
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden
--
http://mail.python.org/mailman/listinfo/python-list
1501 - 1600 of 4732 matches
Mail list logo