newbie

2020-09-08 Thread Don Edwards
maybe one to draw and one to move? Any help much appreciated. -- Regards, Don Edwards I aim to live forever - or die in the attempt. So far so good! Perth Western Australia -- https://mail.python.org/mailman/listinfo/python-list

Re: How to install Python.h on FreeBSD 10.3-RELEASE?

2016-09-20 Thread Don Kuenz
The Doctor wrote: > In article <201609...@crcomp.net>, Don Kuenz wrote: >> >>It turns out that the question isn't "How to install Python.h?" The >>question is "Why doesn't make find Python.h?" >> >>---

Re: How to install Python.h on FreeBSD 10.3-RELEASE?

2016-09-20 Thread Don Kuenz
per is working with me on this problem. He may know the best way to proceed. Thank you, -- Don Kuenz KB7RPU Science is built up with facts, as a house is with stones. But a collection of facts is no more a science than a heap of stones is a house. - Poincare -- https://mail.python.org/mailman/listinfo/python-list

Re: How to install Python.h on FreeBSD 10.3-RELEASE?

2016-09-19 Thread Don Kuenz
In article you wrote: > In article <201609...@crcomp.net>, Don Kuenz wrote: >> >>The installed python packages are shown below. Searches lead me to >>believe that a PTH option make play a role. >> >>

How to install Python.h on FreeBSD 10.0-RELEASE?

2016-09-16 Thread Don Kuenz
on interpreter python34-3.4.5 Interpreted object-oriented programming language $ cd /usr/ports/lang/python $ make config ===> No options to configure ------- Thank you, -- Don Kuenz KB7RPU There be triple ways t

In Python language, what is (void) referring to?

2013-09-21 Thread Don Sylvia
void...? -- https://mail.python.org/mailman/listinfo/python-list

Re: Question on for loop

2013-01-03 Thread Don Ross
I'm interested to know why you're trying this as well. Is this something that would be helped by creating a class and then dynamically creating instances of that class? Something like... class Fruit: def __init__(self, name): self.name = name for fruit in ['banana', 'apple', 'mang

Re: "Strong typing vs. strong testing"

2010-09-30 Thread Don Geddis
aximum(int a, int b) that will always work. Never blow up, and never give an invalid answer. If someone tries to call it incorrectly it is a compile error. [...] _______ Don Geddis h

Re: Why not Ruby?

2009-01-02 Thread Don Geddis
no interest in the greater good of any of the communities, but only in his own glorification. You labor under the delusion that there is at least good intent here, and the poster ought to receive the benefit of the doubt. Long prior experience shows th

Re: ANN: Python GUI development using XULRunner

2008-09-18 Thread Don Spaulding
On Sep 17, 5:53 pm, Todd Whiteman <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > On Sep 17, 1:21 pm, Todd Whiteman <[EMAIL PROTECTED]> wrote: > >> Don Spaulding wrote: > >>> On Sep 16, 8:29 pm, Todd Whiteman <[EMAIL PROTECTED]> wrote: &g

Re: ANN: Python GUI development using XULRunner

2008-09-17 Thread Don Spaulding
Oh, and Google's single sign-on sucks eggs :-| -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: Python GUI development using XULRunner

2008-09-17 Thread Don Spaulding
On Sep 16, 8:29 pm, Todd Whiteman <[EMAIL PROTECTED]> wrote: > I've put together a tutorial that shows off how to build a GUI > application using XULRunner (same architectural components as Firefox > uses) that can be used in conjunction with the Python programming language. > > The tutorial covers

Re: Which version

2008-09-12 Thread Don
Eric,Fredrik, Many thanks for your prompt advice, it was a 'better safe than sorry' type of question. Don -- http://mail.python.org/mailman/listinfo/python-list

Which version

2008-09-12 Thread Don
Hi, I'm a reasonably experienced in other languages and have just decided to get my feet wet with Python. But I'm using FC6 which has v2.4.4 installed, is this good enough to start out with or am I likely to encounter bugs that have been fixed in later versions. Don -- http://mail.

error: (10035, 'The socket operation...

2008-04-27 Thread Don Hanlen
bold"), width = self.checkerSize) for example. The same code works fine elsewhere. I thought I'd ask here before I try (no clue) increasing BUFSIZE in rpc.py? I'm not crazy about tinkering with code I have no clue about.. -- don -- http://mail.python.org/mailman/listinfo/python-list

Re: A JEW hacker in California admits distributing malware that let him steal usernames and passwords for Paypal accounts.

2007-11-14 Thread Don Bowey
On 11/14/07 3:30 AM, in article [EMAIL PROTECTED], "ChairmanOfTheBored" <[EMAIL PROTECTED]> wrote: > On Tue, 13 Nov 2007 20:32:10 -0800, Don Bowey <[EMAIL PROTECTED]> wrote: > >> Notice that I... > > acted like a total retard... again. > > Good j

Re: A JEW hacker in California admits distributing malware that let him steal usernames and passwords for Paypal accounts.

2007-11-13 Thread Don Bowey
On 11/13/07 8:04 PM, in article [EMAIL PROTECTED], "ChairmanOfTheBored" <[EMAIL PROTECTED]> wrote: > On Tue, 13 Nov 2007 17:43:01 -0800, Don Bowey <[EMAIL PROTECTED]> wrote: > >> On 11/13/07 5:05 PM, in article [EMAIL PROTECTED], >> "ChairmanOfTheBor

Re: A JEW hacker in California admits distributing malware that let him steal usernames and passwords for Paypal accounts.

2007-11-13 Thread Don Bowey
On 11/13/07 8:03 PM, in article [EMAIL PROTECTED], "ChairmanOfTheBored" <[EMAIL PROTECTED]> wrote: > On Tue, 13 Nov 2007 17:40:30 -0800, Don Bowey <[EMAIL PROTECTED]> wrote: > >> On 11/13/07 5:03 PM, in article [EMAIL PROTECTED], >> "ChairmanOfTheBor

Re: A JEW hacker in California admits distributing malware that let him steal usernames and passwords for Paypal accounts.

2007-11-13 Thread Don Bowey
On 11/13/07 5:05 PM, in article [EMAIL PROTECTED], "ChairmanOfTheBored" <[EMAIL PROTECTED]> wrote: > On Tue, 13 Nov 2007 16:18:58 +0100, Richard G Riley > <[EMAIL PROTECTED]> wrote: > >> Your ascii art, while pretty, convinces no one ... > > > It's pretty goddamned retarded, actually... as was

Re: A JEW hacker in California admits distributing malware that let him steal usernames and passwords for Paypal accounts.

2007-11-13 Thread Don Bowey
On 11/13/07 5:03 PM, in article [EMAIL PROTECTED], "ChairmanOfTheBored" <[EMAIL PROTECTED]> wrote: > On Tue, 13 Nov 2007 13:37:13 +0100, Hendrik Maryns > <[EMAIL PROTECTED]> wrote: > >> ||__|| | Please do | >> / O O\__ NOT > > Do

How to change IP Address by Python program on Win Platform

2007-10-24 Thread Don Bro
is there software available to change or hide my ip add? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- http://mail.python.org/mailman/listinfo/python-list

Re: PyDev 1.3.9 code compleition trouble

2007-10-11 Thread Don Taylor
orum_id=293649 The SF forum is also mirrored on gmane as: gmane.comp.ide.eclipse.plugins.pydev.user Fabio provides an _amazing_ level of support for Pydev on this forum, I don't think he ever sleeps. Don. -- http://mail.python.org/mailman/listinfo/python-list

How to do transparent (opaque) windows from Python

2007-10-06 Thread Don Taylor
underlying application, focus remains on the underlying window. My application is assisted typing, but I can envisage other uses such as on-screen rulers. While I would like this to be multi-platform, I need it in MS-Windows. Does anyone know of any Python packages that can do this type of thing? Th

Re: ANNOUNCE: wxPython 2.8.6.0

2007-09-28 Thread Don Dwiggins
#x27;t upgrade to 2.8.x.y when it comes out, might I have trouble in the future upgrading to 2.8.x+9.w? BTW, since I haven't said it recently: thanks again for a really useful product and support forum for it! -- Don Dwiggins Advanced Publishing Technology -- http://mail.python.org/mailman/listinfo/python-list

Basic GUI

2007-09-11 Thread Don Hanlen
ious other Python info-sources, and couldn't find an answer. -- don -- http://mail.python.org/mailman/listinfo/python-list

Re: BUSTED!!! 100% VIDEO EVIDENCE that WTC7 was controlled demolition!! NEW FOOTAGE!!! Ask yourself WHY havn't I seen this footage before?

2007-05-02 Thread Don Stockbauer
Ask yourself WHY havn't I seen this footage before? **** "Don, why havent you seen this footage before?" he asked himself, self- referentially in the best tradition of Douglas R. Hofstadter. 'Er, because I haven't seen it before?" Don respo

Re: 911 was a RACIST crime by YANK BASTARDS against all other NATIONS Re: *POLL* How many sheeple believe in the 911 fairy tale and willing to accept an Orwellian doublespeak and enslavement world ?

2007-03-19 Thread Don Stockbauer
911's primary utility was that, inadvertently, it sparked off the formation of the global brain: The Social Superorganism and its Global Brain http://pespmc1.vub.ac.be/SUPORGLI.html Have a nice Monday, all. - Don -- http://mail.python.org/mailman/listinfo/python-list

Re: Found a product for running Python-based websites off CDROM -have anybody tried it?

2007-02-20 Thread Don Taylor
apachefriends.org/f/viewtopic.php?t=21169&highlight=python I have not tried this yet. Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Help Required for Choosing Programming Language

2007-02-17 Thread Don Taylor
27;wxPython in Action' is good. There are probably similar toolkits available for combinations of Python and other windowing systems (Tkinter, Qt). Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Testers please

2007-02-14 Thread Don Taylor
nvestigator_videos > > It requires Apache and Sqlite. > > It works for me with a Firefox browser on Linux. > ODB, the Omniscient Debugger, for Java does the same sort of thing and more. http://www.lambdacs.com/debugger/ODBDescription.html I would love to have one of

Re: Generating pdf files in epydoc on Windows

2007-02-12 Thread Don Taylor
does creates some .tex files when I ask it for .pdf o/p. Don. -- http://mail.python.org/mailman/listinfo/python-list

Generating pdf files in epydoc on Windows

2007-02-11 Thread Don Taylor
Does anyone know what is needed to install to get epydoc to generate pdf files on Windows. Besides epydoc itself of course. Maybe there is a more appropriate forum to ask newbie questions about epydoc? Thanks, Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: string.find for case insensitive search

2007-02-07 Thread Don Morrison
> Don Morrison wrote: > > string.find is deprecated as per the official python documentation. > > > but the str.find() method isn't. > > > take a look at the "re" module > > > A possibility. > > regards > Steve Thank you everyone.

Re: string.find for case insensitive search

2007-02-07 Thread Don Morrison
My apologies, I confused the built-in "str" with the module "string". I was reading from the section of the 2.4.4 docs called: 4.1.4 Deprecated string functions On 2/7/07, Robert Kern <[EMAIL PROTECTED]> wrote: > Don Morrison wrote: > > lower() is also deprecat

Re: string.find for case insensitive search

2007-02-07 Thread Don Morrison
string.find is deprecated as per the official python documentation. take a look at the "re" module On 7 Feb 2007 12:53:36 -0800, Johny <[EMAIL PROTECTED]> wrote: > Is there a good way how to use string.find function to find a > substring if I need to you case insensitive substring? > Thanks for r

Re: string.find for case insensitive search

2007-02-07 Thread Don Morrison
lower() is also deprecated :) oh well On 7 Feb 2007 21:06:08 GMT, Duncan Booth <[EMAIL PROTECTED]> wrote: > "Johny" <[EMAIL PROTECTED]> wrote: > > > Is there a good way how to use string.find function to find a > > substring if I need to you case insensitive substring? > > s.lower().find(substring

Re: lambda functions ?

2007-02-05 Thread Don Morrison
Maybe you would like a generator: >>> def f(n): ... while True: ... n += 1 ... yield n ... >>> a = f(5) >>> >>> a.next() 6 >>> a.next() 7 >>> a.next() 8 >>> a.next() 9 >>> On 2/5/07, Maxim Veksler <[EMAIL PROTECTED]> wrote: > Hello, > I'm new on this list and in pytho

Re: pyparsing listAllMatches problem

2006-09-09 Thread don pasquale
On Sat, 09 Sep 2006 20:46:29 +0300, Paul McGuire <[EMAIL PROTECTED]> wrote: > Thanks for posting this test case. This is a bug in pyparsing. I'll > have a > fix ready shortly. > > -- Paul Ur welcome, I hope you find the bug and squash it :). I temporalily solved my problem (in case anyone

pyparsing listAllMatches problem

2006-09-09 Thread don pasquale
hello, I'm using pyparsing and trying to parse something like: test="""Q(x,y,z):-Bloo(x,"Mitsis",y),Foo(y,z,1243),y>28,x<12,x>3""" and also have all comparison predicates in a separate list apart from the parse tree. So my grammar has this line in it: Comparison_Predicate = Group(variable + one

Re: help a newbie with a IDE/book combination

2006-07-10 Thread Don Taylor
Eclipse and wxGlade running at the same time. Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: OT: wxPython GUI designer

2006-06-21 Thread Don Taylor
Frithiof Andreas Jensen wrote: > Just gave is a spin yesterday: How does on fix the size of layout; I > can only manage to get sizers to distribute space evently amongst the > fields, which is *not* what I want. > Use spacers. Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython GUI designer

2006-06-19 Thread Don Taylor
rs, which is a shame, but otherwise its support for sizers is good. I find it easy to use sizers in wxGlade. Pythoncard does not yet support sizers and I have never been able to get Boa's sizers to work consistently. wxGlade is a bit flaky on Windows but if you save often then it is OK. I

Re: which windows python to use?

2006-05-12 Thread Don Taylor
d by the prospect of building the CTraits extension with either the free MS toolkit or mingw and munging the dlls to conform to the MSVC 7 formats. I just wondered if Enthought's distro for Windows was gcc-based. Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: which windows python to use?

2006-05-12 Thread Don Taylor
Robert Kern wrote: > In what way? Does the mingw gcc that we distribute interfere with Cygwin's > gcc? Robert: Which C compiler will you be using for the Enthought 2.4 Windows release? Don. -- http://mail.python.org/mailman/listinfo/python-list

Reg Ex help

2006-05-11 Thread don
; Also if there is a better way than using regex, please let me know. Thanks in advance, Don -- http://mail.python.org/mailman/listinfo/python-list

Re: Using a browser as a GUI: which Python package

2006-04-30 Thread Don Taylor
7;ZK' the other day put it on my list of thinkgs to check out. It provides a range of XUL and XHTML widgets, see: http://zk1.sourceforge.net/ Has anyone tried this? I would really like to find a GUI toolkit that allowed me to program XUL in Firefox using Python. ZK is not quite that, but it looks close. Don. -- http://mail.python.org/mailman/listinfo/python-list

A defense for bracket-less code

2006-04-26 Thread Don Taylor
executes the intended body of the loop exactly once. Python programmers can stop chuckling now. --- Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: MVC in Python for web app dev

2006-03-27 Thread Don Taylor
> barking up the wrong tree? > Thanks for the reference to Pylon: http://pylonshq.com/ I had not heard of it before and it looks promising. Have you asked your questions ('the same generation functions and other time saving goodies') of the Pylon folks? Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 2.5 Schedule

2006-03-20 Thread Don Taylor
ng ahead with the VC 7.1 Toolkit compiler then is distutils going be modified to support it? Do you think that the 7.1 toolkit compiler will be available a year from now? MS could replace it with a VC 8.0 version of the toolkit compiler. Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 2.5 Schedule

2006-03-19 Thread Don Taylor
Amazon only carries the 2005 edition, so ... Even if you can find Visual .NET 2003 somewhere, somehow today then will it still be available throughout the lifetime of Python 2.5? Erm... MinGW? Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 2.5 Schedule

2006-03-18 Thread Don Taylor
Studio 2005 compiler then will it be possible to use the 'free' Visual C++ 2005 Express Edition to build extensions? Thanks, Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Debugger / IDE ??

2006-03-16 Thread Don Taylor
8th, 2006, Borland announced that it was looking for a buyer for its IDE and Database line of products, which included Delphi, to concentrate on its Application Lifecycle Management line." So I guess it is at the end of its life, at least with Borland. Maybe they will FOSS it? Nah...

Re: Printable string for 'self'

2006-03-15 Thread Don Taylor
uot; - From "The Nine Billion Names of God" by Arthur C. Clarke. http://www.geocities.com/rojodos/docs/90.htm > no, as long as you're aware that you're doing introspection, and that your > code won't run in all Python environments. Yes, it is introspection for a testing tool - not for production code. Thanks, Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Printable string for 'self'

2006-03-15 Thread Don Taylor
the target class. At the moment this is just a project to help me learn Python, although it would nice if it did yield something useful. Is there anything around that already does this sort of thing? Cheers, Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Printable string for 'self'

2006-03-14 Thread Don Taylor
> >>> > Ah, ok. But, as you show in the example, this technique does not let me figure out which of 'a' or 'b' was used to qualify global_names_bound_to_me(). And if I call my method: A().qualify global_names_bound_to_me() then I get an empty list back. Is what I want to do not possible without referring back to the source? Don. -- http://mail.python.org/mailman/listinfo/python-list

Printable string for 'self'

2006-03-14 Thread Don Taylor
call fred.meth(27) instead of: about to call meth(<__main__.C instance at 0x00A9D238>, 27) Thanks in advance, Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python IDE: great headache....

2006-03-13 Thread Don Taylor
me experience. It has improved a lot recently, but even the Eclipse web-site was hard to navigate. I think that a lot of the puzzlement comes from the fact that the Eclipse folks present Eclipse not as an IDE, but as a framework where one of the applications happens to be an IDE. Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python IDE: great headache....

2006-03-11 Thread Don Taylor
egrated Python Shell. Fabio has implemented a sort of shell in the debugger that allows you to enter Python statements in the console when you are stopped at a breakpoint - which is really nice. But you cannot use this in the traditional way to develop Python scripts. Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Use of __slots__

2006-02-27 Thread Don Taylor
Alex Martelli wrote: > meant for extremely RARE use, and only by very advanced programmers who > fully know what they're doing Yea, from the table of my memory I ’ll wipe away all trivial fond records of __slots__ (Bet you wish Mark Lutz had not mentioned it in Learning Pytho

Re: Use of __slots__

2006-02-27 Thread Don Taylor
s something really special, or I am managing to hide the original __slots__ value in my __init__ method but not really overriding its effect. Don. -- http://mail.python.org/mailman/listinfo/python-list

Use of __slots__

2006-02-26 Thread Don Taylor
27;name', 'job'] Traceback (most recent call last): File "D:\ProgrammingProjects\JustForTesting\recordclasses.py", line 37, in ? record1.age = 27 AttributeError: 'RecordClass' object has no attribute 'age' I don't understand why I cannot set an attribute 'age' into record1. Thanks, Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: PyDev/Eclipse Help

2006-02-23 Thread Don Taylor
d." Can any of > you wizards tell me what this means (well, OK, I *know* it means I can't > load PythonProjectWizard, but you get my drift, right?). > > Thanks for your help...see yo in Dallas! > --greg > > I don't know the answer, but you might get one fr

Re: Newbie question: Multiple installations of Python on Windows machines

2006-02-22 Thread Don Taylor
here will work for you. Hefty download though. > Oh, I was not expecting something like this. I wonder if anyone has tried the newish free Visual Studio 2005 Visual C++ Express insatll instead of all of the stuff that this link calls for plus mods to distutils. I suppose that it would too

Re: Newbie question: Multiple installations of Python on Windows machines

2006-02-22 Thread Don Taylor
for making my own version of the extension that will play with 2.4? This is for Windows XP and I don't currently have a C compiler installed. > Fuzzyman Some great suggestions. Thanks, Don. -- http://mail.python.org/mailman/listinfo/python-list

Newbie question: Multiple installations of Python on Windows machines

2006-02-20 Thread Don Taylor
so is there something I should do to make sure that the right version is used at the right time? (2.3.x with this one package, and 2.4.2 with everything else). Thanks, Don. -- http://mail.python.org/mailman/listinfo/python-list

Re: Newbie question: string replace

2005-11-16 Thread Don
Diez B. Roggisch wrote: > [EMAIL PROTECTED] wrote: > > I have a config file with the following contents: > > service A = { > > params { > > dir = "c:\test", > > username = "test", > > password = "test" > > } > > } > > > > I want to find username and replace the value with another v

Re: Opinion on Pyrex

2005-09-30 Thread Don
l probably gather by now that you're building with distutils, not pyrexc. I've done this on Windows, haven't tried in on other platforms. Don -- http://mail.python.org/mailman/listinfo/python-list

Re: Invoking GUI for app running in background with a keypress

2005-08-15 Thread Don
7;/dev/input/event0' > > Loggin in (su:ing) as root solves that problem but I'm not sure I want > to require the user being root to be able to run my program. > > Anyway, thanks again for the hint! > > /Mathias Could you make the script setuid? http://nob.cs.ucdavis.edu/~bishop/secprog/ -Don -- http://mail.python.org/mailman/listinfo/python-list

Re: f*cking re module

2005-07-05 Thread Don
27;t post my frustrasion on this usenet group > anymore. > > But thank you for all your help about the re module, > > Noud Aldenhoven I would recommend that you give Kodos a try: http://kodos.sourceforge.net/ Doesn't make the re syntax any easier, but I find that it allows you to more quickly develop workable code. -Don -- http://mail.python.org/mailman/listinfo/python-list

Re: Programmers Contest: Fit pictures on a page

2005-06-30 Thread Don
am would produce the > same output. What kind of contest would that be? I was thinking maybe you could use a genetic algorithm, where the fitness function would caluclate the amount of waste. I'm not very familar with how to implement this sort of thing, though. -Don -- http://mail.python.org/mailman/listinfo/python-list

Re: Programmers Contest: Fit pictures on a page

2005-06-29 Thread Don
commerical applications available that "solve" the problem in 2D for use in the woodworking industry (among others). This is generally done to minimize waste when cutting down panels (plywood, etc) into smaller pieces for cabinets, etc. -Don -- http://mail.python.org/mailman/listinfo/python-list

Re: Python in Games (was RE: [Stackless] Python in Games)

2005-06-15 Thread Don
ine > in a certain .py file to remove the time limit of the demo :-) > > --Irmen http://developers.slashdot.org/article.pl?sid=05/02/11/1439230&tid=156&tid=204 -Don -- http://mail.python.org/mailman/listinfo/python-list

Re: MoinMoin WikiName and python regexes

2005-06-08 Thread Don
^^ > > do not become WikiNames. this is because the the wikiname pattern is > basically > [snip] PHPWiki has the same "feature", BTW. (Sorry, couldn't get MoinMoin to work on Sourceforge, had to use PHPWiki). -Don -- http://mail.python.org/mailman/listinfo/python-list

Killing threads during development.

2005-06-05 Thread Don Garrett
I've been developing with external multi-threaded libraries recently. I find it difficult to use the Python prompt to experiment with these libraries because there isn't any way to just shutdown all threads and try things again. If I try to exit the prompt with background threads running, then

Re: os independent way of seeing if an executable is on the path?

2005-05-26 Thread Don
work on Windows (I think its a ';' on Windows, but I can't remember): def which( command ): path = os.getenv( 'PATH' ).split( ':' ) found_path = '' for p in path: try: files = os.listdir( p ) except: continue else: if command in files: found_path = p break return found_path -Don -- http://mail.python.org/mailman/listinfo/python-list

Re: Comparing 2 similar strings?

2005-05-18 Thread Don
William Park wrote: > How do you compare 2 strings, and determine how much they are "close" to > each other? Eg. > aqwerty > qwertyb > are similar to each other, except for first/last char. But, how do I > quantify that? > > I guess you can say for the above 2 strings that > - at ma

Re: space saving retitle of thread

2005-05-16 Thread don hindenach
you Have Been Warned -- -don hindenach- donh at audiosys dot com -- http://mail.python.org/mailman/listinfo/python-list

Re: Jesus said, "I am the way, the truth and the life: no one can come to the Father(God)(in Heaven), but by me." (John 14:6) This means that if you die without trusting in Jesus Christ as your Lord and Saviour you will die in your sins and be forever separated from the love of God in a place called Hell. The Holy Bible descibes Hell as a place of eternal torment, suffering, pain and agony for all those who have rejected Jesus Christ. The good news is that you can be sure you are going to Heaven when this life is over if you allow Jesus Christ to save you today. Do not wait until later to be saved because you do not know exactly when you will die. [ Posted by: RonaldGrossi3848@yahoo.com on May 14, 2005 ] [ 2:52:09 pm ]

2005-05-14 Thread don freeman
> http://www.gotquestions.org/sinners-prayer.html << I saw this site on a > search directory. Great Resource! > C'mon, this is the 21st century. Nobody believes that silly story about God having a son anymore. Think about it. The original story is always the best. The sequel is always a com

Re: Jesus said, "I am the way, the truth and the life: no one can come to the Father(God)(in Heaven), but by me." (John 14:6) This means that if you die without trusting in Jesus Christ as your Lord and Saviour you will die in your sins and be forever separated from the love of God in a place called Hell. The Holy Bible descibes Hell as a place of eternal torment, suffering, pain and agony for all those who have rejected Jesus Christ. The good news is that you can avoid Hell by allowing Jesus Christ to save you today. Only then will you have true peace in your life knowing that no matter what happens you are on your way to Heaven. by BluWater0523@yahoo.com

2005-05-11 Thread don freeman
>> > > Who is this Jesus you are talking about? Does he know Python or > something? What do fig trees have to do with Python and/or Jesus? Bertand Russell said it best: Then there is the curious story of the fig tree, which always rather puzzled me. You remember what happened about the fig

Re: Jesus said, "I am the way, the truth and the life: no one can come to the Father(God)(in Heaven), but by me." (John 14:6) This means that if you die without trusting in Jesus Christ as your Lord and Saviour you will die in your sins and be forever sepa

2005-05-11 Thread don freeman
> > I suppose he could point at what he saw and wither it. > Jesus would then give a sermon from the mount: Let the Puritans wear fig leaves over their eyes! -- http://mail.python.org/mailman/listinfo/python-list

Re: Jesus said, "I am the way, the truth and the life: no one can come to the Father(God)(in Heaven), but by me." (John 14:6) This means that if you die without trusting in Jesus Christ as your Lord and Saviour you will die in your sins and be forever separated from the love of God in a place called Hell. The Holy Bible descibes Hell as a place of eternal torment, suffering, pain and agony for all those who have rejected Jesus Christ. The good news is that you can avoid Hell by allowing Jesus Christ to save you today. Only then will you have true peace in your life knowing that no matter what happens you are on your way to Heaven. by BluWater0523@yahoo.com

2005-05-11 Thread don freeman
The truth is, Jesus should never have torn down the fig tree. He got so pissed off at the fig tree for not having figs, even though it wasn't fig season. This was not the action of someone who has even a little truth and light. Imagine if Jesus came back now. I'd hate to see his road rage. --

Re: shutil.move has a mind of its own

2005-01-11 Thread Don
I don't know if this is the problem or, not, but: shutil.move( "C:\omg.txt" , "C:\folder\subdir" ) Needs to have some special handling for the backslashes. Either: shutil.move( r"C:\omg.txt" , r"C:\folder\subdir" ) or: shutil.move( "C:

Re: python guy ide

2005-01-11 Thread Don
ionel wrote: > i'm looking for a clean gui for python with a visual editor of some sort > any sugestions (i know of wxPython but i want to find out if there are > other alternatives) > and it's on win32 :P > Eric? http://www.die-offenbachs.de/detlev/eric3.html -- http://mail.python.org/mailman