Search the web
Sign In
New User? Sign Up
python-list · Python List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 112512 - 112541 of 122067   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
112512
... Yes, I have. It isn't always the right solution, unless you do a bit of trickery. Consider class Test: def there(self): return DBConnect("example.com",...
Andrew Dalke
adalke@...
Send Email
Oct 1, 2003
7:26 am
112513
... Byte order marker. It's a clever gimmick Unicode uses, where a few valid Unicode characters are set aside for being used in sequence to help determine...
Erik Max Francis
max@...
Send Email
Oct 1, 2003
7:32 am
112514
Hi, the summary of my question is: is there a way to append commands to a method inherited from another class? More verbose: Assume the following situation...
Arnd Baecker
arnd.baecker@...
Send Email
Oct 1, 2003
7:47 am
112515
Hi all I work with Suse Linux 8.2 and Python 2.2.2 I'm trying to make a python script which makes a rlogin to another system and executes there another script....
Lukas Schnieper
schnieper@...
Send Email
Oct 1, 2003
7:54 am
112516
... I have not used Red Hat for a long time. However, a bit of googling gives: Using RPM (from the Red Hat manuals) (command-line tool): ...
Xavier Martinez
xavim@...
Send Email
Oct 1, 2003
8:02 am
112517
... ok, that was actually a problem in the common library. I've just made a new release which should fix this problem : ...
Sylvain Thénault
Sylvain.Thenault@...
Send Email
Oct 1, 2003
8:31 am
112518
Hello, I am playing with the nntplib module and would like to know a public server that I can connect to to get articles from comp.lang.python. If you could...
Sam
stardif10@...
Send Email
Oct 1, 2003
8:36 am
112519
On Tue, 30 Sep 2003 19:04:35 GMT, Rudy Schockaert <rudy.schockaert@...> wrote: http://winpcap.polito.it/ Grab SWIG and you can probably get something...
Geoff Howland
ghowland@...
Send Email
Oct 1, 2003
8:46 am
112520
... I can't speak for pyeclipse, but the TruStudio plugin with Eclipse 2.1 works like a dream. You can get it from http://www.xored.com/download.php All you...
Andy Todd
andy47@...
Send Email
Oct 1, 2003
9:09 am
112521
There was an error in my previous message Wichmann Hill has a period of less than 10**14 (not 10**10) rh4170056@... (rhmd) wrote in message...
rhmd
rh4170056@...
Send Email
Oct 1, 2003
9:31 am
112522
hi, I have a problem with installing tkinter*.rpm file.I am using a redhat linux 8.0 machine.I have python2.2 available in my machine,however tkinter is not...
anuradha.k.r@...
Send Email
Oct 1, 2003
9:37 am
112523
... Sure, as long as you avoid "from ... import *" (which I think is messing you up) AND make sure you've run the Python conversion of the Excel type library...
Alex Martelli
aleax@...
Send Email
Oct 1, 2003
10:01 am
112524
... As I recall, the Burrows-Wheeler transform used in bzip2 uses a clever way to rearrange the data in a block into a form which is more compressible, yes? ...
Andrew Dalke
adalke@...
Send Email
Oct 1, 2003
10:11 am
112525
On Tue, 30 Sep 2003, John Roth wrote: JR> > I've noticed that the order of attribute lookup is JR> inconsistent JR> > when descriptor is used. property...
Denis S. Otkidach
ods@...
Send Email
Oct 1, 2003
10:12 am
112526
... I am. I'm doing an extensive study of the small pseudoprimes between 0 and 1. I'm working on the distributed computing framework now, and hope to start...
Andrew Dalke
adalke@...
Send Email
Oct 1, 2003
10:16 am
112527
... The canonical way to achieve that is to override the method, and, within the override, call up to the superclass's implementation. ... Ah, no way, then --...
Alex Martelli
aleax@...
Send Email
Oct 1, 2003
10:16 am
112528
On Tue, 30 Sep 2003 14:24:51 -0700, rumours say that John Baxter ... Ah, yes. I get what you say, but I don't think they seem equivalent in the domain of...
ChristosTZOTZIOY Geor...
tzot@...
Send Email
Oct 1, 2003
10:26 am
112529
Andrew Dalke wrote: ... I think the "guaranteed to be unique" comment SHOULD make it pretty obvious (to Pythonistas advanced enough to grasp the ...
Alex Martelli
aleax@...
Send Email
Oct 1, 2003
10:36 am
112530
"Andrew Dalke" <adalke@...> wrote in message news:f%reb.10797$NX3.1826@.... ... I can recall writing a fair number of...
John Roth
newsgroups@...
Send Email
Oct 1, 2003
11:01 am
112531
"Denis S. Otkidach" <ods@...> wrote in message news:mailman.1065003124.23596.python-list@.... ... The behavior of descriptors is documented in...
John Roth
newsgroups@...
Send Email
Oct 1, 2003
11:16 am
112532
... Sorry, this should be: self.__class__.running Gerrit. -- 238. If a sailor wreck any one's ship, but saves it, he shall pay the half of its value in money. ...
Gerrit Holl
gerrit@...
Send Email
Oct 1, 2003
11:29 am
112533
John Roth wrote: ... Actually the best doc for it (IMHO) is OFF the python site, at http://users.rcn.com/python/download/Descriptor.htm . Alex -- ...
Alex Martelli
aleax@...
Send Email
Oct 1, 2003
11:41 am
112534
... You're probably right that's part of the reason. // Klaus -- ... -- http://mail.python.org/mailman/listinfo/python-list...
Klaus Alexander Seist...
spam@...
Send Email
Oct 1, 2003
11:46 am
112535
... Well, the email you're responded to lists the only serious problems. ... Yes. Cheers, mwh -- 59. In English every word can be verbed. Would that it were so...
Michael Hudson
mwh@...
Send Email
Oct 1, 2003
11:51 am
112536
... http://www.python.org/doc/current/ref/descriptor-invocation.html Cheers, mwh -- Python enjoys making tradeoffs that drive *someone* crazy <wink>. -- Tim...
Michael Hudson
mwh@...
Send Email
Oct 1, 2003
11:51 am
112537
... It is '1', just as in yours. I was saying that there's no 'P_NOWAIT' (with quotes and no 'os.' prefix). :-) ... Exactly. In fact it ended up as (this is in...
Jorge Godoy
godoy@...
Send Email
Oct 1, 2003
11:51 am
112538
Eric Texier <etexier@...> wrote in message news:<UOneb.158$1q7.33967137@...>... ... take a look at Twisted's AnsiParser: ...
Christopher Koppler
klapotec@...
Send Email
Oct 1, 2003
11:56 am
112539
... You did not specify which platform, but if you develop on the Windows platform the latest version of Zeus does this. Once you create a Zeus workspace, Zeus...
Jussi Jumppanen
jussij@...
Send Email
Oct 1, 2003
11:57 am
112540
... It's a pity I didn't read c.l.python at that time, or I would have protested. ... Yes, I literally have hundreds of scripts with non-ASCII characters in...
Klaus Alexander Seist...
spam@...
Send Email
Oct 1, 2003
12:01 pm
112541
... Thanks, I also found a reference on unicode.org¹ that was useful. // Klaus ¹) <http://www.unicode.org/unicode/faq/utf_bom.html> -- ... -- ...
Klaus Alexander Seist...
spam@...
Send Email
Oct 1, 2003
12:01 pm
Messages 112512 - 112541 of 122067   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help