Re: usenet reading

2012-05-25 Thread Temia Eszteri
[Default] On Fri, 25 May 2012 23:30:24 -0600, Jason Earl wrote: >On Fri, May 25 2012, Jon Clements wrote: > >> Hi All, >> >> Normally use Google Groups but it's becoming absolutely frustrating - >> not only has the interface changed to be frankly impractical, the >> posts are somewhat random of w

Re: usenet reading

2012-05-25 Thread Jason Earl
On Fri, May 25 2012, Jon Clements wrote: > Hi All, > > Normally use Google Groups but it's becoming absolutely frustrating - > not only has the interface changed to be frankly impractical, the > posts are somewhat random of what appears, is posted and > whatnot. (Ironically posted from GG) > > Is

Re: usenet reading

2012-05-25 Thread memilanuk
On Friday, May 25, 2012 3:38:55 PM UTC-7, Jon Clements wrote: > Hi All, > > Normally use Google Groups but it's becoming absolutely frustrating - not > only has the interface changed to be frankly impractical, the posts are > somewhat random of what appears, is posted and whatnot. (Ironically po

usenet reading

2012-05-25 Thread Jon Clements
Hi All, Normally use Google Groups but it's becoming absolutely frustrating - not only has the interface changed to be frankly impractical, the posts are somewhat random of what appears, is posted and whatnot. (Ironically posted from GG) Is there a server out there where I can get my news group

Re: Dynamic comparison operators

2012-05-25 Thread Jon Clements
> > Any time you find yourself thinking that you want to use eval to solve a > problem, take a long, cold shower until the urge goes away. > > If you have to ask why eval is dangerous, then you don't know enough > about programming to use it safely. Scrub it out of your life until you > have l

Re: Email Id Verification

2012-05-25 Thread Jon Clements
On Friday, 25 May 2012 14:36:18 UTC+1, Grant Edwards wrote: > On 2012-05-25, Steven D'Aprano wrote: > > On Thu, 24 May 2012 05:32:16 -0700, niks wrote: > > > >> Hello everyone.. > >> I am new to asp.net... > >> I want to use Regular Expression validator in Email id verification.. > > > > Why do y

Re: getting started

2012-05-25 Thread Cameron Simpson
On 25May2012 09:37, Dave Angel wrote: | On 05/25/2012 09:12 AM, Harvey Greenberg wrote: | > elementary ques...I set | > s.name = ["a","b"] | > s.value = [3,5] | > | > I get error that s is not defined. How do I define s and proceed to | > give its attributes? [...] | Of course if you told why you

Re: Email Id Verification

2012-05-25 Thread Cameron Simpson
On 25May2012 13:36, Grant Edwards wrote: | On 2012-05-25, Steven D'Aprano wrote: | > On Thu, 24 May 2012 05:32:16 -0700, niks wrote: | >> Hello everyone.. | >> I am new to asp.net... | >> I want to use Regular Expression validator in Email id verification.. | > | > Why do you want to write buggy

Re: PEP 405 vs 370

2012-05-25 Thread Christian Heimes
Am 25.05.2012 21:45, schrieb Damjan Georgievski: > http://www.python.org/dev/peps/pep-0405/ > > I don't get what PEP 405 (Python Virtual Environments) brings vs what we > already had in PEP 370 since Python 2.6. My PEP 370 is about installing additional packages as an unprivileged user and for th

Re: PEP 405 vs 370

2012-05-25 Thread Ian Kelly
On Fri, May 25, 2012 at 1:45 PM, Damjan Georgievski wrote: > http://www.python.org/dev/peps/pep-0405/ > > I don't get what PEP 405 (Python Virtual Environments) brings vs what we > already had in PEP 370 since Python 2.6. > > Obviously 405 has a tool to create virtual environments, but that's triv

PEP 405 vs 370

2012-05-25 Thread Damjan Georgievski
http://www.python.org/dev/peps/pep-0405/ I don't get what PEP 405 (Python Virtual Environments) brings vs what we already had in PEP 370 since Python 2.6. Obviously 405 has a tool to create virtual environments, but that's trivial for PEP 370 [1], and has support for isolation from the syste

SQLObject 1.3.1

2012-05-25 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.3.1, the first bug-fix release of branch 1.3 of SQLObject. What is SQLObject = SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be ea

Re: Email Id Verification

2012-05-25 Thread Chris Angelico
On Sat, May 26, 2012 at 3:04 AM, Ian Kelly wrote: > I would think that it is not an anti-spam measure, but simply due to > the fact that most addresses containing "spam" tend to be something > like "nos...@invalid.net", being either a fake address or a junk inbox > that is only checked when an imp

Re: Email Id Verification

2012-05-25 Thread Ian Kelly
On Fri, May 25, 2012 at 10:33 AM, Chris Angelico wrote: > On Sat, May 26, 2012 at 2:25 AM, Peter Pearson > wrote: >> Amusingly, every time I log into Discovercard's web site, I >> get a red-letter warning that my registered email address is >> invalid.  Inquiring, I was told that the presence of

Re: Email Id Verification

2012-05-25 Thread Chris Angelico
On Sat, May 26, 2012 at 2:25 AM, Peter Pearson wrote: > Amusingly, every time I log into Discovercard's web site, I > get a red-letter warning that my registered email address is > invalid.  Inquiring, I was told that the presence of the > substring "spam" anywhere in the address (including > "@sp

Re: installing 2 and 3 alongside on MS Windows

2012-05-25 Thread Max Erickson
Ulrich Eckhardt wrote: > Hi! > > I'm using Python 2.7 for mostly unit testing here. I'm using > Boost.Python to wrap C++ code into a module, in another place I'm > also embedding Python as interpreter into a test framework. This > is the stuff that must work, it's important for production use. >

Re: Is there a custom fields plugin or component of django

2012-05-25 Thread Kev Dwyer
kevon wang wrote: > I want to find a plugin of django what it can custom fields in the form. > The functions include custom fields in web page and create the fields in > database. > You might have more luck getting an answer to this question on the django list (django-us...@googlegroups.com if

Re: Email Id Verification

2012-05-25 Thread Peter Pearson
On Fri, 25 May 2012 13:36:18 + (UTC), Grant Edwards wrote: [snip] > . . . Nothing will make your users swear at > you as certainly as when you refuse to accept the e-mail address at > which the reeive e-mail all day every day. Amusingly, every time I log into Discovercard's web site, I get a

Re: Scoping Issues

2012-05-25 Thread Ethan Furman
Andrew Berg wrote: On 5/24/2012 8:59 PM, Dave Angel wrote: so I fixed that, and got inconsistent use of tabs and spaces in indentation because you mistakenly used tabs for indentation. Not to start another tabs-vs.-spaces discussion, but tabs are perfectly legal indentation in Python. Tha

Re: Help doing it the "python way"

2012-05-25 Thread Ian Kelly
On Thu, May 24, 2012 at 5:12 PM, Emile van Sebille wrote: > On 5/24/2012 2:30 PM Paul Rubin said... > >> Paul Rubin  writes: >>> >>>     new_list = chain( ((x,y-1), (x,y+1)) for x,y in coord_list ) >> >> >> Sorry: >> >>    new_list = list(chain( ((x,y-1), (x,y+1)) for x,y in coord_list)) > > > >>>

Re: Email Id Verification

2012-05-25 Thread Grant Edwards
On 2012-05-25, Steven D'Aprano wrote: > On Thu, 24 May 2012 05:32:16 -0700, niks wrote: > >> Hello everyone.. >> I am new to asp.net... >> I want to use Regular Expression validator in Email id verification.. > > Why do you want to write buggy code that makes your users hate your > program? Don't

Re: getting started

2012-05-25 Thread Dave Angel
On 05/25/2012 09:12 AM, Harvey Greenberg wrote: > elementary ques...I set > s.name = ["a","b"] > s.value = [3,5] > > I get error that s is not defined. How do I define s and proceed to > give its attributes? You just have to initialize s as an object that's willing to take those attributes. The

Re: getting started

2012-05-25 Thread Miki Tebeka
> s.name = ["a","b"] > s.value = [3,5] > > I get error that s is not defined. How do I define s and proceed to > give its attributes? Either you create a class and use __init__: class S: def __init__(self, name, value): self.name = name self.value = value or create a generic

Re: Scoping Issues

2012-05-25 Thread Jean-Michel Pichavant
Andrew Berg wrote: On 5/24/2012 8:59 PM, Dave Angel wrote: so I fixed that, and got inconsistent use of tabs and spaces in indentation because you mistakenly used tabs for indentation. Not to start another tabs-vs.-spaces discussion, Too late, the seeds of war have been planted

Re: Namespace hack

2012-05-25 Thread Devin Jeanpierre
On Thu, May 24, 2012 at 9:04 AM, Daniel Fetchinson wrote: > Funny, you got to the last line of "import this" but apparently > skipped the second line: > > Explicit is better than implicit. > > And you didn't even post your message on April 1 so no, I can't laugh > even though I'd like to. Can you

installing 2 and 3 alongside on MS Windows

2012-05-25 Thread Ulrich Eckhardt
Hi! I'm using Python 2.7 for mostly unit testing here. I'm using Boost.Python to wrap C++ code into a module, in another place I'm also embedding Python as interpreter into a test framework. This is the stuff that must work, it's important for production use. I'm running MS Windows XP here and dev