From jeffh at delasco.com Tue Nov 8 19:49:33 2011 From: jeffh at delasco.com (Jeff Hinrichs) Date: Tue, 8 Nov 2011 12:49:33 -0600 Subject: [omaha] Need more of us on djangopeople.net In-Reply-To: References: Message-ID: Tried to pull up the site but it err'd out with a gateway error. -Jeff On Thu, Sep 29, 2011 at 10:13 AM, Matthew Nuzum wrote: > I was browsing through http://djangopeople.net/us/ to see who was using > Django here in the US. There's not a lot in Nebraska and Iowa. I know there > are more django developers than are listed. > > Here's mine: http://djangopeople.net/newz2000/ > > -- > Matthew Nuzum > newz2000 on freenode, skype, linkedin and twitter > > ? You're never fully dressed without a smile! ? > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org From choman at gmail.com Tue Nov 8 19:52:02 2011 From: choman at gmail.com (Chad Homan) Date: Tue, 8 Nov 2011 12:52:02 -0600 Subject: [omaha] Need more of us on djangopeople.net In-Reply-To: References: Message-ID: I saw the same issue On Nov 8, 2011 12:49 PM, "Jeff Hinrichs" wrote: > Tried to pull up the site but it err'd out with a gateway error. > -Jeff > > > > > On Thu, Sep 29, 2011 at 10:13 AM, Matthew Nuzum > wrote: > > I was browsing through http://djangopeople.net/us/ to see who was using > > Django here in the US. There's not a lot in Nebraska and Iowa. I know > there > > are more django developers than are listed. > > > > Here's mine: http://djangopeople.net/newz2000/ > > > > -- > > Matthew Nuzum > > newz2000 on freenode, skype, linkedin and twitter > > > > ? You're never fully dressed without a smile! ? > > _______________________________________________ > > Omaha Python Users Group mailing list > > Omaha at python.org > > http://mail.python.org/mailman/listinfo/omaha > > http://www.OmahaPython.org > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org From wereapwhatwesow at gmail.com Thu Nov 17 16:41:28 2011 From: wereapwhatwesow at gmail.com (Steve Young) Date: Thu, 17 Nov 2011 09:41:28 -0600 Subject: [omaha] Meeting this Monday Message-ID: It is almost that time of month again, and a holiday week to boot. Who's coming? Any topics? I have been thinking about the comment from a few weeks ago about finding a better way to port Python to be easier to use on mobile devices. Would love to hear any ideas on that. I have been working thru some Django apps myself. Steve Young From newz at bearfruit.org Thu Nov 17 17:33:19 2011 From: newz at bearfruit.org (Matthew Nuzum) Date: Thu, 17 Nov 2011 10:33:19 -0600 Subject: [omaha] Meeting this Monday In-Reply-To: References: Message-ID: On Thu, Nov 17, 2011 at 9:41 AM, Steve Young wrote: > I have been thinking about the comment from a few weeks ago about finding a > better way to port Python to be easier to use on mobile devices. Would > love to hear any ideas on that. > > I have been working thru some Django apps myself. > > Two things come to mind: 1. Jython - write Python code that targets the JVM. Will only work on some devices though. 2. Web apps - you can write an app once with any programming language you like, have it output html, css and javascript, then it can run in the browser on any device. You can use offline support, location, rich graphics and all the pieces that make for a good mobile experience. I like this idea so much that I'm starting a business around it. :-) http://www.squaretap.com - feel free to try it out on your mobile. -- Matthew Nuzum newz2000 on freenode, skype, linkedin and twitter ? You're never fully dressed without a smile! ? From wereapwhatwesow at gmail.com Fri Nov 18 19:31:27 2011 From: wereapwhatwesow at gmail.com (Steve Young) Date: Fri, 18 Nov 2011 12:31:27 -0600 Subject: [omaha] Meeting this Monday In-Reply-To: References: Message-ID: Interesting idea. Looks nice on my Samsung Fascinate/Dolphin browser. It will be good to have ratings for web apps. I could not register, got the "There was a little problem" message. Are you using any Python in the development? Steve Young On Thu, Nov 17, 2011 at 10:33 AM, Matthew Nuzum wrote: > On Thu, Nov 17, 2011 at 9:41 AM, Steve Young >wrote: > > > I have been thinking about the comment from a few weeks ago about > finding a > > better way to port Python to be easier to use on mobile devices. Would > > love to hear any ideas on that. > > > > I have been working thru some Django apps myself. > > > > > Two things come to mind: > > 1. Jython - write Python code that targets the JVM. Will only work on some > devices though. > > 2. Web apps - you can write an app once with any programming language you > like, have it output html, css and javascript, then it can run in the > browser on any device. You can use offline support, location, rich graphics > and all the pieces that make for a good mobile experience. > > I like this idea so much that I'm starting a business around it. :-) > http://www.squaretap.com - feel free to try it out on your mobile. > > -- > Matthew Nuzum > newz2000 on freenode, skype, linkedin and twitter > > ? You're never fully dressed without a smile! ? > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org From newz at bearfruit.org Fri Nov 18 22:05:12 2011 From: newz at bearfruit.org (Matthew Nuzum) Date: Fri, 18 Nov 2011 15:05:12 -0600 Subject: [omaha] Meeting this Monday In-Reply-To: References: Message-ID: On Fri, Nov 18, 2011 at 12:31 PM, Steve Young wrote: > Interesting idea. Looks nice on my Samsung Fascinate/Dolphin browser. It > will be good to have ratings for web apps. > > I could not register, got the "There was a little problem" message. > > Are you using any Python in the development? > > Steve Young > > Thanks, yes, I'm using Django 1.3. I got e-mails about a registration problem. It is the first time I've seen it, hopefully it will be an easy fix. :-/ > > On Thu, Nov 17, 2011 at 10:33 AM, Matthew Nuzum > wrote: > > > On Thu, Nov 17, 2011 at 9:41 AM, Steve Young > >wrote: > > > > > I have been thinking about the comment from a few weeks ago about > > finding a > > > better way to port Python to be easier to use on mobile devices. Would > > > love to hear any ideas on that. > > > > > > I have been working thru some Django apps myself. > > > > > > > > Two things come to mind: > > > > 1. Jython - write Python code that targets the JVM. Will only work on > some > > devices though. > > > > 2. Web apps - you can write an app once with any programming language you > > like, have it output html, css and javascript, then it can run in the > > browser on any device. You can use offline support, location, rich > graphics > > and all the pieces that make for a good mobile experience. > > > > I like this idea so much that I'm starting a business around it. :-) > > http://www.squaretap.com - feel free to try it out on your mobile. > > > > -- > > Matthew Nuzum > > newz2000 on freenode, skype, linkedin and twitter > > > > ? You're never fully dressed without a smile! ? > > _______________________________________________ > > Omaha Python Users Group mailing list > > Omaha at python.org > > http://mail.python.org/mailman/listinfo/omaha > > http://www.OmahaPython.org > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org > -- Matthew Nuzum newz2000 on freenode, skype, linkedin and twitter ? You're never fully dressed without a smile! ? From newz at bearfruit.org Fri Nov 18 22:14:27 2011 From: newz at bearfruit.org (Matthew Nuzum) Date: Fri, 18 Nov 2011 15:14:27 -0600 Subject: [omaha] Meeting this Monday In-Reply-To: References: Message-ID: On Fri, Nov 18, 2011 at 3:05 PM, Matthew Nuzum wrote: > On Fri, Nov 18, 2011 at 12:31 PM, Steve Young wrote: > >> Interesting idea. Looks nice on my Samsung Fascinate/Dolphin browser. It >> will be good to have ratings for web apps. >> >> I could not register, got the "There was a little problem" message. >> >> Are you using any Python in the development? >> >> Steve Young >> >> > Thanks, yes, I'm using Django 1.3. I got e-mails about a registration > problem. It is the first time I've seen it, hopefully it will be an easy > fix. :-/ > > Ah, fail. I use the e-mail address for username and I'm using Django's User model, which has a max length of 30 characters for the username. I don't know if that will be easy to fix or not. :-/ -- Matthew Nuzum newz2000 on freenode, skype, linkedin and twitter ? You're never fully dressed without a smile! ? From wereapwhatwesow at gmail.com Fri Nov 18 22:21:05 2011 From: wereapwhatwesow at gmail.com (Steve Young) Date: Fri, 18 Nov 2011 15:21:05 -0600 Subject: [omaha] Meeting this Monday In-Reply-To: References: Message-ID: Looks like you aren't the first to have this issue: http://stackoverflow.com/questions/4694634/django-auth-increasing-max-username-length http://stackoverflow.com/questions/2610088/can-djangos-auth-user-username-be-varchar75-how-could-that-be-done https://github.com/GoodCloud/django-longer-username Steve Young On Fri, Nov 18, 2011 at 3:14 PM, Matthew Nuzum wrote: > On Fri, Nov 18, 2011 at 3:05 PM, Matthew Nuzum wrote: > > > On Fri, Nov 18, 2011 at 12:31 PM, Steve Young >wrote: > > > >> Interesting idea. Looks nice on my Samsung Fascinate/Dolphin browser. > It > >> will be good to have ratings for web apps. > >> > >> I could not register, got the "There was a little problem" message. > >> > >> Are you using any Python in the development? > >> > >> Steve Young > >> > >> > > Thanks, yes, I'm using Django 1.3. I got e-mails about a registration > > problem. It is the first time I've seen it, hopefully it will be an easy > > fix. :-/ > > > > > Ah, fail. I use the e-mail address for username and I'm using Django's User > model, which has a max length of 30 characters for the username. I don't > know if that will be easy to fix or not. :-/ > > -- > Matthew Nuzum > newz2000 on freenode, skype, linkedin and twitter > > ? You're never fully dressed without a smile! ? > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org > From jeffh at delasco.com Mon Nov 21 15:59:49 2011 From: jeffh at delasco.com (Jeff Hinrichs) Date: Mon, 21 Nov 2011 08:59:49 -0600 Subject: [omaha] Meeting this Monday In-Reply-To: References: Message-ID: Steve, Any other response from possible attendees? I've been doing a bit of work with the python bindings from Selenium2, specifically, the webdriver. The model is drastically different than the previous selenium1-rc (remote control) tests that we were running. We are changing over here at work because the webdriver model allows us to overcome problems we were having with the old version and our tests needing to wander from http to https and back again. If anyone is interested, I could talk about what I've learned so far. best, -Jeff On Fri, Nov 18, 2011 at 3:21 PM, Steve Young wrote: > Looks like you aren't the first to have this issue: > > > http://stackoverflow.com/questions/4694634/django-auth-increasing-max-username-length > > http://stackoverflow.com/questions/2610088/can-djangos-auth-user-username-be-varchar75-how-could-that-be-done > https://github.com/GoodCloud/django-longer-username > > Steve Young > > > On Fri, Nov 18, 2011 at 3:14 PM, Matthew Nuzum wrote: > > > On Fri, Nov 18, 2011 at 3:05 PM, Matthew Nuzum > wrote: > > > > > On Fri, Nov 18, 2011 at 12:31 PM, Steve Young < > wereapwhatwesow at gmail.com > > >wrote: > > > > > >> Interesting idea. Looks nice on my Samsung Fascinate/Dolphin browser. > > It > > >> will be good to have ratings for web apps. > > >> > > >> I could not register, got the "There was a little problem" message. > > >> > > >> Are you using any Python in the development? > > >> > > >> Steve Young > > >> > > >> > > > Thanks, yes, I'm using Django 1.3. I got e-mails about a registration > > > problem. It is the first time I've seen it, hopefully it will be an > easy > > > fix. :-/ > > > > > > > > Ah, fail. I use the e-mail address for username and I'm using Django's > User > > model, which has a max length of 30 characters for the username. I don't > > know if that will be easy to fix or not. :-/ > > > > -- > > Matthew Nuzum > > newz2000 on freenode, skype, linkedin and twitter > > > > ? You're never fully dressed without a smile! ? > > _______________________________________________ > > Omaha Python Users Group mailing list > > Omaha at python.org > > http://mail.python.org/mailman/listinfo/omaha > > http://www.OmahaPython.org > > > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org > From wereapwhatwesow at gmail.com Mon Nov 21 18:24:22 2011 From: wereapwhatwesow at gmail.com (Steve Young) Date: Mon, 21 Nov 2011 11:24:22 -0600 Subject: [omaha] Meeting this Monday In-Reply-To: References: Message-ID: Sounds interesting. Anyone else coming? Steve Young On Mon, Nov 21, 2011 at 8:59 AM, Jeff Hinrichs wrote: > Steve, > Any other response from possible attendees? I've been doing a bit of work > with the python bindings from Selenium2, specifically, the webdriver. The > model is drastically different than the previous selenium1-rc (remote > control) tests that we were running. > > We are changing over here at work because the webdriver model allows us to > overcome problems we were having with the old version and our tests needing > to wander from http to https and back again. If anyone is interested, I > could talk about what I've learned so far. > > > best, > > -Jeff > > > > On Fri, Nov 18, 2011 at 3:21 PM, Steve Young >wrote: > > > Looks like you aren't the first to have this issue: > > > > > > > http://stackoverflow.com/questions/4694634/django-auth-increasing-max-username-length > > > > > http://stackoverflow.com/questions/2610088/can-djangos-auth-user-username-be-varchar75-how-could-that-be-done > > https://github.com/GoodCloud/django-longer-username > > > > Steve Young > > > > > > On Fri, Nov 18, 2011 at 3:14 PM, Matthew Nuzum > wrote: > > > > > On Fri, Nov 18, 2011 at 3:05 PM, Matthew Nuzum > > wrote: > > > > > > > On Fri, Nov 18, 2011 at 12:31 PM, Steve Young < > > wereapwhatwesow at gmail.com > > > >wrote: > > > > > > > >> Interesting idea. Looks nice on my Samsung Fascinate/Dolphin > browser. > > > It > > > >> will be good to have ratings for web apps. > > > >> > > > >> I could not register, got the "There was a little problem" message. > > > >> > > > >> Are you using any Python in the development? > > > >> > > > >> Steve Young > > > >> > > > >> > > > > Thanks, yes, I'm using Django 1.3. I got e-mails about a registration > > > > problem. It is the first time I've seen it, hopefully it will be an > > easy > > > > fix. :-/ > > > > > > > > > > > Ah, fail. I use the e-mail address for username and I'm using Django's > > User > > > model, which has a max length of 30 characters for the username. I > don't > > > know if that will be easy to fix or not. :-/ > > > > > > -- > > > Matthew Nuzum > > > newz2000 on freenode, skype, linkedin and twitter > > > > > > ? You're never fully dressed without a smile! ? > > > _______________________________________________ > > > Omaha Python Users Group mailing list > > > Omaha at python.org > > > http://mail.python.org/mailman/listinfo/omaha > > > http://www.OmahaPython.org > > > > > _______________________________________________ > > Omaha Python Users Group mailing list > > Omaha at python.org > > http://mail.python.org/mailman/listinfo/omaha > > http://www.OmahaPython.org > > > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org > From kyle.s.korbel at gmail.com Mon Nov 21 19:18:02 2011 From: kyle.s.korbel at gmail.com (Kyle Korbel) Date: Mon, 21 Nov 2011 12:18:02 -0600 Subject: [omaha] Meeting this Monday In-Reply-To: References: Message-ID: <-2930246308078315313@unknownmsgid> I've been using ruby/watir-webdriver but have been moving my tests over to python/selenium2 so I would be interested in listening. Do you still meet at PKI? Kyle Sent from my iPhone. On Nov 21, 2011, at 9:00 AM, Jeff Hinrichs wrote: > Steve, > Any other response from possible attendees? I've been doing a bit of work > with the python bindings from Selenium2, specifically, the webdriver. The > model is drastically different than the previous selenium1-rc (remote > control) tests that we were running. > > We are changing over here at work because the webdriver model allows us to > overcome problems we were having with the old version and our tests needing > to wander from http to https and back again. If anyone is interested, I > could talk about what I've learned so far. > > > best, > > -Jeff > > > > On Fri, Nov 18, 2011 at 3:21 PM, Steve Young wrote: > >> Looks like you aren't the first to have this issue: >> >> >> http://stackoverflow.com/questions/4694634/django-auth-increasing-max-username-length >> >> http://stackoverflow.com/questions/2610088/can-djangos-auth-user-username-be-varchar75-how-could-that-be-done >> https://github.com/GoodCloud/django-longer-username >> >> Steve Young >> >> >> On Fri, Nov 18, 2011 at 3:14 PM, Matthew Nuzum wrote: >> >>> On Fri, Nov 18, 2011 at 3:05 PM, Matthew Nuzum >> wrote: >>> >>>> On Fri, Nov 18, 2011 at 12:31 PM, Steve Young < >> wereapwhatwesow at gmail.com >>>> wrote: >>>> >>>>> Interesting idea. Looks nice on my Samsung Fascinate/Dolphin browser. >>> It >>>>> will be good to have ratings for web apps. >>>>> >>>>> I could not register, got the "There was a little problem" message. >>>>> >>>>> Are you using any Python in the development? >>>>> >>>>> Steve Young >>>>> >>>>> >>>> Thanks, yes, I'm using Django 1.3. I got e-mails about a registration >>>> problem. It is the first time I've seen it, hopefully it will be an >> easy >>>> fix. :-/ >>>> >>>> >>> Ah, fail. I use the e-mail address for username and I'm using Django's >> User >>> model, which has a max length of 30 characters for the username. I don't >>> know if that will be easy to fix or not. :-/ >>> >>> -- >>> Matthew Nuzum >>> newz2000 on freenode, skype, linkedin and twitter >>> >>> ? You're never fully dressed without a smile! ? >>> _______________________________________________ >>> Omaha Python Users Group mailing list >>> Omaha at python.org >>> http://mail.python.org/mailman/listinfo/omaha >>> http://www.OmahaPython.org >>> >> _______________________________________________ >> Omaha Python Users Group mailing list >> Omaha at python.org >> http://mail.python.org/mailman/listinfo/omaha >> http://www.OmahaPython.org >> > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org From wereapwhatwesow at gmail.com Mon Nov 21 19:21:43 2011 From: wereapwhatwesow at gmail.com (Steve Young) Date: Mon, 21 Nov 2011 12:21:43 -0600 Subject: [omaha] Meeting this Monday In-Reply-To: <-2930246308078315313@unknownmsgid> References: <-2930246308078315313@unknownmsgid> Message-ID: Hey Kyle, We are meeting at Lansky's at 50th and L, 7pm, and meet in the room in the far back. You can find extra parking behind the building. Steve Young On Mon, Nov 21, 2011 at 12:18 PM, Kyle Korbel wrote: > I've been using ruby/watir-webdriver but have been moving my tests > over to python/selenium2 so I would be interested in listening. Do > you still meet at PKI? > > Kyle > > Sent from my iPhone. > > On Nov 21, 2011, at 9:00 AM, Jeff Hinrichs wrote: > > > Steve, > > Any other response from possible attendees? I've been doing a bit of > work > > with the python bindings from Selenium2, specifically, the webdriver. > The > > model is drastically different than the previous selenium1-rc (remote > > control) tests that we were running. > > > > We are changing over here at work because the webdriver model allows us > to > > overcome problems we were having with the old version and our tests > needing > > to wander from http to https and back again. If anyone is interested, I > > could talk about what I've learned so far. > > > > > > best, > > > > -Jeff > > > > > > > > On Fri, Nov 18, 2011 at 3:21 PM, Steve Young >wrote: > > > >> Looks like you aren't the first to have this issue: > >> > >> > >> > http://stackoverflow.com/questions/4694634/django-auth-increasing-max-username-length > >> > >> > http://stackoverflow.com/questions/2610088/can-djangos-auth-user-username-be-varchar75-how-could-that-be-done > >> https://github.com/GoodCloud/django-longer-username > >> > >> Steve Young > >> > >> > >> On Fri, Nov 18, 2011 at 3:14 PM, Matthew Nuzum > wrote: > >> > >>> On Fri, Nov 18, 2011 at 3:05 PM, Matthew Nuzum > >> wrote: > >>> > >>>> On Fri, Nov 18, 2011 at 12:31 PM, Steve Young < > >> wereapwhatwesow at gmail.com > >>>> wrote: > >>>> > >>>>> Interesting idea. Looks nice on my Samsung Fascinate/Dolphin > browser. > >>> It > >>>>> will be good to have ratings for web apps. > >>>>> > >>>>> I could not register, got the "There was a little problem" message. > >>>>> > >>>>> Are you using any Python in the development? > >>>>> > >>>>> Steve Young > >>>>> > >>>>> > >>>> Thanks, yes, I'm using Django 1.3. I got e-mails about a registration > >>>> problem. It is the first time I've seen it, hopefully it will be an > >> easy > >>>> fix. :-/ > >>>> > >>>> > >>> Ah, fail. I use the e-mail address for username and I'm using Django's > >> User > >>> model, which has a max length of 30 characters for the username. I > don't > >>> know if that will be easy to fix or not. :-/ > >>> > >>> -- > >>> Matthew Nuzum > >>> newz2000 on freenode, skype, linkedin and twitter > >>> > >>> ? You're never fully dressed without a smile! ? > >>> _______________________________________________ > >>> Omaha Python Users Group mailing list > >>> Omaha at python.org > >>> http://mail.python.org/mailman/listinfo/omaha > >>> http://www.OmahaPython.org > >>> > >> _______________________________________________ > >> Omaha Python Users Group mailing list > >> Omaha at python.org > >> http://mail.python.org/mailman/listinfo/omaha > >> http://www.OmahaPython.org > >> > > _______________________________________________ > > Omaha Python Users Group mailing list > > Omaha at python.org > > http://mail.python.org/mailman/listinfo/omaha > > http://www.OmahaPython.org > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org > From jeffh at delasco.com Mon Nov 21 20:45:27 2011 From: jeffh at delasco.com (Jeff Hinrichs) Date: Mon, 21 Nov 2011 13:45:27 -0600 Subject: [omaha] Meeting this Monday In-Reply-To: References: <-2930246308078315313@unknownmsgid> Message-ID: Speaking of which, Steve -- would you mind giving Lansky's a heads up? Best, -Jeff On Mon, Nov 21, 2011 at 12:21 PM, Steve Young wrote: > Hey Kyle, > > We are meeting at Lansky's at 50th and L, 7pm, and meet in the room in the > far back. You can find extra parking behind the building. > > Steve Young > > > On Mon, Nov 21, 2011 at 12:18 PM, Kyle Korbel >wrote: > > > I've been using ruby/watir-webdriver but have been moving my tests > > over to python/selenium2 so I would be interested in listening. Do > > you still meet at PKI? > > > > Kyle > > > > Sent from my iPhone. > > > > On Nov 21, 2011, at 9:00 AM, Jeff Hinrichs wrote: > > > > > Steve, > > > Any other response from possible attendees? I've been doing a bit of > > work > > > with the python bindings from Selenium2, specifically, the webdriver. > > The > > > model is drastically different than the previous selenium1-rc (remote > > > control) tests that we were running. > > > > > > We are changing over here at work because the webdriver model allows us > > to > > > overcome problems we were having with the old version and our tests > > needing > > > to wander from http to https and back again. If anyone is interested, I > > > could talk about what I've learned so far. > > > > > > > > > best, > > > > > > -Jeff > > > > > > > > > > > > On Fri, Nov 18, 2011 at 3:21 PM, Steve Young < > wereapwhatwesow at gmail.com > > >wrote: > > > > > >> Looks like you aren't the first to have this issue: > > >> > > >> > > >> > > > http://stackoverflow.com/questions/4694634/django-auth-increasing-max-username-length > > >> > > >> > > > http://stackoverflow.com/questions/2610088/can-djangos-auth-user-username-be-varchar75-how-could-that-be-done > > >> https://github.com/GoodCloud/django-longer-username > > >> > > >> Steve Young > > >> > > >> > > >> On Fri, Nov 18, 2011 at 3:14 PM, Matthew Nuzum > > wrote: > > >> > > >>> On Fri, Nov 18, 2011 at 3:05 PM, Matthew Nuzum > > >> wrote: > > >>> > > >>>> On Fri, Nov 18, 2011 at 12:31 PM, Steve Young < > > >> wereapwhatwesow at gmail.com > > >>>> wrote: > > >>>> > > >>>>> Interesting idea. Looks nice on my Samsung Fascinate/Dolphin > > browser. > > >>> It > > >>>>> will be good to have ratings for web apps. > > >>>>> > > >>>>> I could not register, got the "There was a little problem" message. > > >>>>> > > >>>>> Are you using any Python in the development? > > >>>>> > > >>>>> Steve Young > > >>>>> > > >>>>> > > >>>> Thanks, yes, I'm using Django 1.3. I got e-mails about a > registration > > >>>> problem. It is the first time I've seen it, hopefully it will be an > > >> easy > > >>>> fix. :-/ > > >>>> > > >>>> > > >>> Ah, fail. I use the e-mail address for username and I'm using > Django's > > >> User > > >>> model, which has a max length of 30 characters for the username. I > > don't > > >>> know if that will be easy to fix or not. :-/ > > >>> > > >>> -- > > >>> Matthew Nuzum > > >>> newz2000 on freenode, skype, linkedin and twitter > > >>> > > >>> ? You're never fully dressed without a smile! ? > > >>> _______________________________________________ > > >>> Omaha Python Users Group mailing list > > >>> Omaha at python.org > > >>> http://mail.python.org/mailman/listinfo/omaha > > >>> http://www.OmahaPython.org > > >>> > > >> _______________________________________________ > > >> Omaha Python Users Group mailing list > > >> Omaha at python.org > > >> http://mail.python.org/mailman/listinfo/omaha > > >> http://www.OmahaPython.org > > >> > > > _______________________________________________ > > > Omaha Python Users Group mailing list > > > Omaha at python.org > > > http://mail.python.org/mailman/listinfo/omaha > > > http://www.OmahaPython.org > > _______________________________________________ > > Omaha Python Users Group mailing list > > Omaha at python.org > > http://mail.python.org/mailman/listinfo/omaha > > http://www.OmahaPython.org > > > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org > From wereapwhatwesow at gmail.com Mon Nov 21 20:52:24 2011 From: wereapwhatwesow at gmail.com (Steve Young) Date: Mon, 21 Nov 2011 13:52:24 -0600 Subject: [omaha] Meeting this Monday In-Reply-To: References: <-2930246308078315313@unknownmsgid> Message-ID: Bad news, they have a big party scheduled already. I am ok with meeting at a table unless anyone else has better place. Steve On Mon, Nov 21, 2011 at 1:45 PM, Jeff Hinrichs wrote: > Speaking of which, Steve -- would you mind giving Lansky's a heads up? > > Best, > > -Jeff > > > > On Mon, Nov 21, 2011 at 12:21 PM, Steve Young >wrote: > > > Hey Kyle, > > > > We are meeting at Lansky's at 50th and L, 7pm, and meet in the room in > the > > far back. You can find extra parking behind the building. > > > > Steve Young > > > > > > On Mon, Nov 21, 2011 at 12:18 PM, Kyle Korbel > >wrote: > > > > > I've been using ruby/watir-webdriver but have been moving my tests > > > over to python/selenium2 so I would be interested in listening. Do > > > you still meet at PKI? > > > > > > Kyle > > > > > > Sent from my iPhone. > > > > > > On Nov 21, 2011, at 9:00 AM, Jeff Hinrichs wrote: > > > > > > > Steve, > > > > Any other response from possible attendees? I've been doing a bit of > > > work > > > > with the python bindings from Selenium2, specifically, the webdriver. > > > The > > > > model is drastically different than the previous selenium1-rc (remote > > > > control) tests that we were running. > > > > > > > > We are changing over here at work because the webdriver model allows > us > > > to > > > > overcome problems we were having with the old version and our tests > > > needing > > > > to wander from http to https and back again. If anyone is > interested, I > > > > could talk about what I've learned so far. > > > > > > > > > > > > best, > > > > > > > > -Jeff > > > > > > > > > > > > > > > > On Fri, Nov 18, 2011 at 3:21 PM, Steve Young < > > wereapwhatwesow at gmail.com > > > >wrote: > > > > > > > >> Looks like you aren't the first to have this issue: > > > >> > > > >> > > > >> > > > > > > http://stackoverflow.com/questions/4694634/django-auth-increasing-max-username-length > > > >> > > > >> > > > > > > http://stackoverflow.com/questions/2610088/can-djangos-auth-user-username-be-varchar75-how-could-that-be-done > > > >> https://github.com/GoodCloud/django-longer-username > > > >> > > > >> Steve Young > > > >> > > > >> > > > >> On Fri, Nov 18, 2011 at 3:14 PM, Matthew Nuzum > > > wrote: > > > >> > > > >>> On Fri, Nov 18, 2011 at 3:05 PM, Matthew Nuzum > > > > >> wrote: > > > >>> > > > >>>> On Fri, Nov 18, 2011 at 12:31 PM, Steve Young < > > > >> wereapwhatwesow at gmail.com > > > >>>> wrote: > > > >>>> > > > >>>>> Interesting idea. Looks nice on my Samsung Fascinate/Dolphin > > > browser. > > > >>> It > > > >>>>> will be good to have ratings for web apps. > > > >>>>> > > > >>>>> I could not register, got the "There was a little problem" > message. > > > >>>>> > > > >>>>> Are you using any Python in the development? > > > >>>>> > > > >>>>> Steve Young > > > >>>>> > > > >>>>> > > > >>>> Thanks, yes, I'm using Django 1.3. I got e-mails about a > > registration > > > >>>> problem. It is the first time I've seen it, hopefully it will be > an > > > >> easy > > > >>>> fix. :-/ > > > >>>> > > > >>>> > > > >>> Ah, fail. I use the e-mail address for username and I'm using > > Django's > > > >> User > > > >>> model, which has a max length of 30 characters for the username. I > > > don't > > > >>> know if that will be easy to fix or not. :-/ > > > >>> > > > >>> -- > > > >>> Matthew Nuzum > > > >>> newz2000 on freenode, skype, linkedin and twitter > > > >>> > > > >>> ? You're never fully dressed without a smile! ? > > > >>> _______________________________________________ > > > >>> Omaha Python Users Group mailing list > > > >>> Omaha at python.org > > > >>> http://mail.python.org/mailman/listinfo/omaha > > > >>> http://www.OmahaPython.org > > > >>> > > > >> _______________________________________________ > > > >> Omaha Python Users Group mailing list > > > >> Omaha at python.org > > > >> http://mail.python.org/mailman/listinfo/omaha > > > >> http://www.OmahaPython.org > > > >> > > > > _______________________________________________ > > > > Omaha Python Users Group mailing list > > > > Omaha at python.org > > > > http://mail.python.org/mailman/listinfo/omaha > > > > http://www.OmahaPython.org > > > _______________________________________________ > > > Omaha Python Users Group mailing list > > > Omaha at python.org > > > http://mail.python.org/mailman/listinfo/omaha > > > http://www.OmahaPython.org > > > > > _______________________________________________ > > Omaha Python Users Group mailing list > > Omaha at python.org > > http://mail.python.org/mailman/listinfo/omaha > > http://www.OmahaPython.org > > > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org > From kyle.s.korbel at gmail.com Mon Nov 21 23:26:04 2011 From: kyle.s.korbel at gmail.com (Kyle Korbel) Date: Mon, 21 Nov 2011 16:26:04 -0600 Subject: [omaha] Meeting this Monday In-Reply-To: References: <-2930246308078315313@unknownmsgid> Message-ID: <-1728250075379814363@unknownmsgid> So what's the consensus? A table at Lansky's? What time? Kyle Sent from my iPhone. On Nov 21, 2011, at 1:52 PM, Steve Young wrote: > Bad news, they have a big party scheduled already. I am ok with meeting at > a table unless anyone else has better place. > > Steve > > > On Mon, Nov 21, 2011 at 1:45 PM, Jeff Hinrichs wrote: > >> Speaking of which, Steve -- would you mind giving Lansky's a heads up? >> >> Best, >> >> -Jeff >> >> >> >> On Mon, Nov 21, 2011 at 12:21 PM, Steve Young >> wrote: >> >>> Hey Kyle, >>> >>> We are meeting at Lansky's at 50th and L, 7pm, and meet in the room in >> the >>> far back. You can find extra parking behind the building. >>> >>> Steve Young >>> >>> >>> On Mon, Nov 21, 2011 at 12:18 PM, Kyle Korbel >>> wrote: >>> >>>> I've been using ruby/watir-webdriver but have been moving my tests >>>> over to python/selenium2 so I would be interested in listening. Do >>>> you still meet at PKI? >>>> >>>> Kyle >>>> >>>> Sent from my iPhone. >>>> >>>> On Nov 21, 2011, at 9:00 AM, Jeff Hinrichs wrote: >>>> >>>>> Steve, >>>>> Any other response from possible attendees? I've been doing a bit of >>>> work >>>>> with the python bindings from Selenium2, specifically, the webdriver. >>>> The >>>>> model is drastically different than the previous selenium1-rc (remote >>>>> control) tests that we were running. >>>>> >>>>> We are changing over here at work because the webdriver model allows >> us >>>> to >>>>> overcome problems we were having with the old version and our tests >>>> needing >>>>> to wander from http to https and back again. If anyone is >> interested, I >>>>> could talk about what I've learned so far. >>>>> >>>>> >>>>> best, >>>>> >>>>> -Jeff >>>>> >>>>> >>>>> >>>>> On Fri, Nov 18, 2011 at 3:21 PM, Steve Young < >>> wereapwhatwesow at gmail.com >>>>> wrote: >>>>> >>>>>> Looks like you aren't the first to have this issue: >>>>>> >>>>>> >>>>>> >>>> >>> >> http://stackoverflow.com/questions/4694634/django-auth-increasing-max-username-length >>>>>> >>>>>> >>>> >>> >> http://stackoverflow.com/questions/2610088/can-djangos-auth-user-username-be-varchar75-how-could-that-be-done >>>>>> https://github.com/GoodCloud/django-longer-username >>>>>> >>>>>> Steve Young >>>>>> >>>>>> >>>>>> On Fri, Nov 18, 2011 at 3:14 PM, Matthew Nuzum >>>> wrote: >>>>>> >>>>>>> On Fri, Nov 18, 2011 at 3:05 PM, Matthew Nuzum >> >>>>>> wrote: >>>>>>> >>>>>>>> On Fri, Nov 18, 2011 at 12:31 PM, Steve Young < >>>>>> wereapwhatwesow at gmail.com >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Interesting idea. Looks nice on my Samsung Fascinate/Dolphin >>>> browser. >>>>>>> It >>>>>>>>> will be good to have ratings for web apps. >>>>>>>>> >>>>>>>>> I could not register, got the "There was a little problem" >> message. >>>>>>>>> >>>>>>>>> Are you using any Python in the development? >>>>>>>>> >>>>>>>>> Steve Young >>>>>>>>> >>>>>>>>> >>>>>>>> Thanks, yes, I'm using Django 1.3. I got e-mails about a >>> registration >>>>>>>> problem. It is the first time I've seen it, hopefully it will be >> an >>>>>> easy >>>>>>>> fix. :-/ >>>>>>>> >>>>>>>> >>>>>>> Ah, fail. I use the e-mail address for username and I'm using >>> Django's >>>>>> User >>>>>>> model, which has a max length of 30 characters for the username. I >>>> don't >>>>>>> know if that will be easy to fix or not. :-/ >>>>>>> >>>>>>> -- >>>>>>> Matthew Nuzum >>>>>>> newz2000 on freenode, skype, linkedin and twitter >>>>>>> >>>>>>> ? You're never fully dressed without a smile! ? >>>>>>> _______________________________________________ >>>>>>> Omaha Python Users Group mailing list >>>>>>> Omaha at python.org >>>>>>> http://mail.python.org/mailman/listinfo/omaha >>>>>>> http://www.OmahaPython.org >>>>>>> >>>>>> _______________________________________________ >>>>>> Omaha Python Users Group mailing list >>>>>> Omaha at python.org >>>>>> http://mail.python.org/mailman/listinfo/omaha >>>>>> http://www.OmahaPython.org >>>>>> >>>>> _______________________________________________ >>>>> Omaha Python Users Group mailing list >>>>> Omaha at python.org >>>>> http://mail.python.org/mailman/listinfo/omaha >>>>> http://www.OmahaPython.org >>>> _______________________________________________ >>>> Omaha Python Users Group mailing list >>>> Omaha at python.org >>>> http://mail.python.org/mailman/listinfo/omaha >>>> http://www.OmahaPython.org >>>> >>> _______________________________________________ >>> Omaha Python Users Group mailing list >>> Omaha at python.org >>> http://mail.python.org/mailman/listinfo/omaha >>> http://www.OmahaPython.org >>> >> _______________________________________________ >> Omaha Python Users Group mailing list >> Omaha at python.org >> http://mail.python.org/mailman/listinfo/omaha >> http://www.OmahaPython.org >> > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org From wereapwhatwesow at gmail.com Mon Nov 21 23:28:32 2011 From: wereapwhatwesow at gmail.com (Steve Young) Date: Mon, 21 Nov 2011 16:28:32 -0600 Subject: [omaha] Meeting this Monday In-Reply-To: <-1728250075379814363@unknownmsgid> References: <-2930246308078315313@unknownmsgid> <-1728250075379814363@unknownmsgid> Message-ID: Unless Jeff chimes in we will be at Lansky's at 7pm. Look for a table with computers on it! Steve On Mon, Nov 21, 2011 at 4:26 PM, Kyle Korbel wrote: > So what's the consensus? A table at Lansky's? What time? > > Kyle > > Sent from my iPhone. > > On Nov 21, 2011, at 1:52 PM, Steve Young > wrote: > > > Bad news, they have a big party scheduled already. I am ok with meeting > at > > a table unless anyone else has better place. > > > > Steve > > > > > > On Mon, Nov 21, 2011 at 1:45 PM, Jeff Hinrichs > wrote: > > > >> Speaking of which, Steve -- would you mind giving Lansky's a heads up? > >> > >> Best, > >> > >> -Jeff > >> > >> > >> > >> On Mon, Nov 21, 2011 at 12:21 PM, Steve Young < > wereapwhatwesow at gmail.com > >>> wrote: > >> > >>> Hey Kyle, > >>> > >>> We are meeting at Lansky's at 50th and L, 7pm, and meet in the room in > >> the > >>> far back. You can find extra parking behind the building. > >>> > >>> Steve Young > >>> > >>> > >>> On Mon, Nov 21, 2011 at 12:18 PM, Kyle Korbel >>>> wrote: > >>> > >>>> I've been using ruby/watir-webdriver but have been moving my tests > >>>> over to python/selenium2 so I would be interested in listening. Do > >>>> you still meet at PKI? > >>>> > >>>> Kyle > >>>> > >>>> Sent from my iPhone. > >>>> > >>>> On Nov 21, 2011, at 9:00 AM, Jeff Hinrichs wrote: > >>>> > >>>>> Steve, > >>>>> Any other response from possible attendees? I've been doing a bit of > >>>> work > >>>>> with the python bindings from Selenium2, specifically, the webdriver. > >>>> The > >>>>> model is drastically different than the previous selenium1-rc (remote > >>>>> control) tests that we were running. > >>>>> > >>>>> We are changing over here at work because the webdriver model allows > >> us > >>>> to > >>>>> overcome problems we were having with the old version and our tests > >>>> needing > >>>>> to wander from http to https and back again. If anyone is > >> interested, I > >>>>> could talk about what I've learned so far. > >>>>> > >>>>> > >>>>> best, > >>>>> > >>>>> -Jeff > >>>>> > >>>>> > >>>>> > >>>>> On Fri, Nov 18, 2011 at 3:21 PM, Steve Young < > >>> wereapwhatwesow at gmail.com > >>>>> wrote: > >>>>> > >>>>>> Looks like you aren't the first to have this issue: > >>>>>> > >>>>>> > >>>>>> > >>>> > >>> > >> > http://stackoverflow.com/questions/4694634/django-auth-increasing-max-username-length > >>>>>> > >>>>>> > >>>> > >>> > >> > http://stackoverflow.com/questions/2610088/can-djangos-auth-user-username-be-varchar75-how-could-that-be-done > >>>>>> https://github.com/GoodCloud/django-longer-username > >>>>>> > >>>>>> Steve Young > >>>>>> > >>>>>> > >>>>>> On Fri, Nov 18, 2011 at 3:14 PM, Matthew Nuzum > >>>> wrote: > >>>>>> > >>>>>>> On Fri, Nov 18, 2011 at 3:05 PM, Matthew Nuzum >>> > >>>>>> wrote: > >>>>>>> > >>>>>>>> On Fri, Nov 18, 2011 at 12:31 PM, Steve Young < > >>>>>> wereapwhatwesow at gmail.com > >>>>>>>> wrote: > >>>>>>>> > >>>>>>>>> Interesting idea. Looks nice on my Samsung Fascinate/Dolphin > >>>> browser. > >>>>>>> It > >>>>>>>>> will be good to have ratings for web apps. > >>>>>>>>> > >>>>>>>>> I could not register, got the "There was a little problem" > >> message. > >>>>>>>>> > >>>>>>>>> Are you using any Python in the development? > >>>>>>>>> > >>>>>>>>> Steve Young > >>>>>>>>> > >>>>>>>>> > >>>>>>>> Thanks, yes, I'm using Django 1.3. I got e-mails about a > >>> registration > >>>>>>>> problem. It is the first time I've seen it, hopefully it will be > >> an > >>>>>> easy > >>>>>>>> fix. :-/ > >>>>>>>> > >>>>>>>> > >>>>>>> Ah, fail. I use the e-mail address for username and I'm using > >>> Django's > >>>>>> User > >>>>>>> model, which has a max length of 30 characters for the username. I > >>>> don't > >>>>>>> know if that will be easy to fix or not. :-/ > >>>>>>> > >>>>>>> -- > >>>>>>> Matthew Nuzum > >>>>>>> newz2000 on freenode, skype, linkedin and twitter > >>>>>>> > >>>>>>> ? You're never fully dressed without a smile! ? > >>>>>>> _______________________________________________ > >>>>>>> Omaha Python Users Group mailing list > >>>>>>> Omaha at python.org > >>>>>>> http://mail.python.org/mailman/listinfo/omaha > >>>>>>> http://www.OmahaPython.org > >>>>>>> > >>>>>> _______________________________________________ > >>>>>> Omaha Python Users Group mailing list > >>>>>> Omaha at python.org > >>>>>> http://mail.python.org/mailman/listinfo/omaha > >>>>>> http://www.OmahaPython.org > >>>>>> > >>>>> _______________________________________________ > >>>>> Omaha Python Users Group mailing list > >>>>> Omaha at python.org > >>>>> http://mail.python.org/mailman/listinfo/omaha > >>>>> http://www.OmahaPython.org > >>>> _______________________________________________ > >>>> Omaha Python Users Group mailing list > >>>> Omaha at python.org > >>>> http://mail.python.org/mailman/listinfo/omaha > >>>> http://www.OmahaPython.org > >>>> > >>> _______________________________________________ > >>> Omaha Python Users Group mailing list > >>> Omaha at python.org > >>> http://mail.python.org/mailman/listinfo/omaha > >>> http://www.OmahaPython.org > >>> > >> _______________________________________________ > >> Omaha Python Users Group mailing list > >> Omaha at python.org > >> http://mail.python.org/mailman/listinfo/omaha > >> http://www.OmahaPython.org > >> > > _______________________________________________ > > Omaha Python Users Group mailing list > > Omaha at python.org > > http://mail.python.org/mailman/listinfo/omaha > > http://www.OmahaPython.org > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org > From jeffh at dundeemt.com Tue Nov 22 00:53:52 2011 From: jeffh at dundeemt.com (Jeff Hinrichs - DM&T) Date: Mon, 21 Nov 2011 17:53:52 -0600 Subject: [omaha] Meeting this Monday In-Reply-To: References: <-2930246308078315313@unknownmsgid> <-1728250075379814363@unknownmsgid> Message-ID: Good with me. If you have selenium installed, I've got a "follow me" part where everyone can follow along and get some of the basics down. virtualenv and pip/easy_install are your friends. (pip install -U selenium OR easy_install selenium) Best, Jeff On Mon, Nov 21, 2011 at 4:28 PM, Steve Young wrote: > Unless Jeff chimes in we will be at Lansky's at 7pm. Look for a table with > computers on it! > > Steve > > > On Mon, Nov 21, 2011 at 4:26 PM, Kyle Korbel >wrote: > > > So what's the consensus? A table at Lansky's? What time? > > > > Kyle > > > > Sent from my iPhone. > > > > On Nov 21, 2011, at 1:52 PM, Steve Young > > wrote: > > > > > Bad news, they have a big party scheduled already. I am ok with > meeting > > at > > > a table unless anyone else has better place. > > > > > > Steve > > > > > > > > > On Mon, Nov 21, 2011 at 1:45 PM, Jeff Hinrichs > > wrote: > > > > > >> Speaking of which, Steve -- would you mind giving Lansky's a heads up? > > >> > > >> Best, > > >> > > >> -Jeff > > >> > > >> > > >> > > >> On Mon, Nov 21, 2011 at 12:21 PM, Steve Young < > > wereapwhatwesow at gmail.com > > >>> wrote: > > >> > > >>> Hey Kyle, > > >>> > > >>> We are meeting at Lansky's at 50th and L, 7pm, and meet in the room > in > > >> the > > >>> far back. You can find extra parking behind the building. > > >>> > > >>> Steve Young > > >>> > > >>> > > >>> On Mon, Nov 21, 2011 at 12:18 PM, Kyle Korbel < > kyle.s.korbel at gmail.com > > >>>> wrote: > > >>> > > >>>> I've been using ruby/watir-webdriver but have been moving my tests > > >>>> over to python/selenium2 so I would be interested in listening. Do > > >>>> you still meet at PKI? > > >>>> > > >>>> Kyle > > >>>> > > >>>> Sent from my iPhone. > > >>>> > > >>>> On Nov 21, 2011, at 9:00 AM, Jeff Hinrichs > wrote: > > >>>> > > >>>>> Steve, > > >>>>> Any other response from possible attendees? I've been doing a bit > of > > >>>> work > > >>>>> with the python bindings from Selenium2, specifically, the > webdriver. > > >>>> The > > >>>>> model is drastically different than the previous selenium1-rc > (remote > > >>>>> control) tests that we were running. > > >>>>> > > >>>>> We are changing over here at work because the webdriver model > allows > > >> us > > >>>> to > > >>>>> overcome problems we were having with the old version and our tests > > >>>> needing > > >>>>> to wander from http to https and back again. If anyone is > > >> interested, I > > >>>>> could talk about what I've learned so far. > > >>>>> > > >>>>> > > >>>>> best, > > >>>>> > > >>>>> -Jeff > > >>>>> > > >>>>> > > >>>>> > > >>>>> On Fri, Nov 18, 2011 at 3:21 PM, Steve Young < > > >>> wereapwhatwesow at gmail.com > > >>>>> wrote: > > >>>>> > > >>>>>> Looks like you aren't the first to have this issue: > > >>>>>> > > >>>>>> > > >>>>>> > > >>>> > > >>> > > >> > > > http://stackoverflow.com/questions/4694634/django-auth-increasing-max-username-length > > >>>>>> > > >>>>>> > > >>>> > > >>> > > >> > > > http://stackoverflow.com/questions/2610088/can-djangos-auth-user-username-be-varchar75-how-could-that-be-done > > >>>>>> https://github.com/GoodCloud/django-longer-username > > >>>>>> > > >>>>>> Steve Young > > >>>>>> > > >>>>>> > > >>>>>> On Fri, Nov 18, 2011 at 3:14 PM, Matthew Nuzum < > newz at bearfruit.org> > > >>>> wrote: > > >>>>>> > > >>>>>>> On Fri, Nov 18, 2011 at 3:05 PM, Matthew Nuzum < > newz at bearfruit.org > > >>> > > >>>>>> wrote: > > >>>>>>> > > >>>>>>>> On Fri, Nov 18, 2011 at 12:31 PM, Steve Young < > > >>>>>> wereapwhatwesow at gmail.com > > >>>>>>>> wrote: > > >>>>>>>> > > >>>>>>>>> Interesting idea. Looks nice on my Samsung Fascinate/Dolphin > > >>>> browser. > > >>>>>>> It > > >>>>>>>>> will be good to have ratings for web apps. > > >>>>>>>>> > > >>>>>>>>> I could not register, got the "There was a little problem" > > >> message. > > >>>>>>>>> > > >>>>>>>>> Are you using any Python in the development? > > >>>>>>>>> > > >>>>>>>>> Steve Young > > >>>>>>>>> > > >>>>>>>>> > > >>>>>>>> Thanks, yes, I'm using Django 1.3. I got e-mails about a > > >>> registration > > >>>>>>>> problem. It is the first time I've seen it, hopefully it will be > > >> an > > >>>>>> easy > > >>>>>>>> fix. :-/ > > >>>>>>>> > > >>>>>>>> > > >>>>>>> Ah, fail. I use the e-mail address for username and I'm using > > >>> Django's > > >>>>>> User > > >>>>>>> model, which has a max length of 30 characters for the username. > I > > >>>> don't > > >>>>>>> know if that will be easy to fix or not. :-/ > > >>>>>>> > > >>>>>>> -- > > >>>>>>> Matthew Nuzum > > >>>>>>> newz2000 on freenode, skype, linkedin and twitter > > >>>>>>> > > >>>>>>> ? You're never fully dressed without a smile! ? > > >>>>>>> _______________________________________________ > > >>>>>>> Omaha Python Users Group mailing list > > >>>>>>> Omaha at python.org > > >>>>>>> http://mail.python.org/mailman/listinfo/omaha > > >>>>>>> http://www.OmahaPython.org > > >>>>>>> > > >>>>>> _______________________________________________ > > >>>>>> Omaha Python Users Group mailing list > > >>>>>> Omaha at python.org > > >>>>>> http://mail.python.org/mailman/listinfo/omaha > > >>>>>> http://www.OmahaPython.org > > >>>>>> > > >>>>> _______________________________________________ > > >>>>> Omaha Python Users Group mailing list > > >>>>> Omaha at python.org > > >>>>> http://mail.python.org/mailman/listinfo/omaha > > >>>>> http://www.OmahaPython.org > > >>>> _______________________________________________ > > >>>> Omaha Python Users Group mailing list > > >>>> Omaha at python.org > > >>>> http://mail.python.org/mailman/listinfo/omaha > > >>>> http://www.OmahaPython.org > > >>>> > > >>> _______________________________________________ > > >>> Omaha Python Users Group mailing list > > >>> Omaha at python.org > > >>> http://mail.python.org/mailman/listinfo/omaha > > >>> http://www.OmahaPython.org > > >>> > > >> _______________________________________________ > > >> Omaha Python Users Group mailing list > > >> Omaha at python.org > > >> http://mail.python.org/mailman/listinfo/omaha > > >> http://www.OmahaPython.org > > >> > > > _______________________________________________ > > > Omaha Python Users Group mailing list > > > Omaha at python.org > > > http://mail.python.org/mailman/listinfo/omaha > > > http://www.OmahaPython.org > > _______________________________________________ > > Omaha Python Users Group mailing list > > Omaha at python.org > > http://mail.python.org/mailman/listinfo/omaha > > http://www.OmahaPython.org > > > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org > -- Best, Jeff Hinrichs 402.218.1473 From kyle.s.korbel at gmail.com Tue Nov 22 02:01:56 2011 From: kyle.s.korbel at gmail.com (Kyle Korbel) Date: Mon, 21 Nov 2011 19:01:56 -0600 Subject: [omaha] Meeting this Monday In-Reply-To: References: <-2930246308078315313@unknownmsgid> <-1728250075379814363@unknownmsgid> Message-ID: <6771284715270693260@unknownmsgid> All, I'm not going to be able to make it to the meet up tonight. Going home first never works out. I would love to see any written info you might have. If you don't have anything, no big deal. I've used python/webdriver for several projects so I wouldn't say I am a beginner but I can always learn something new from others. Kyle Sent from my iPhone. On Nov 21, 2011, at 5:54 PM, Jeff Hinrichs - DM&T wrote: > Good with me. > If you have selenium installed, I've got a "follow me" part where everyone > can follow along and get some of the basics down. > > virtualenv and pip/easy_install are your friends. (pip install -U selenium > OR easy_install selenium) > > Best, > > Jeff > > On Mon, Nov 21, 2011 at 4:28 PM, Steve Young wrote: > >> Unless Jeff chimes in we will be at Lansky's at 7pm. Look for a table with >> computers on it! >> >> Steve >> >> >> On Mon, Nov 21, 2011 at 4:26 PM, Kyle Korbel >> wrote: >> >>> So what's the consensus? A table at Lansky's? What time? >>> >>> Kyle >>> >>> Sent from my iPhone. >>> >>> On Nov 21, 2011, at 1:52 PM, Steve Young >>> wrote: >>> >>>> Bad news, they have a big party scheduled already. I am ok with >> meeting >>> at >>>> a table unless anyone else has better place. >>>> >>>> Steve >>>> >>>> >>>> On Mon, Nov 21, 2011 at 1:45 PM, Jeff Hinrichs >>> wrote: >>>> >>>>> Speaking of which, Steve -- would you mind giving Lansky's a heads up? >>>>> >>>>> Best, >>>>> >>>>> -Jeff >>>>> >>>>> >>>>> >>>>> On Mon, Nov 21, 2011 at 12:21 PM, Steve Young < >>> wereapwhatwesow at gmail.com >>>>>> wrote: >>>>> >>>>>> Hey Kyle, >>>>>> >>>>>> We are meeting at Lansky's at 50th and L, 7pm, and meet in the room >> in >>>>> the >>>>>> far back. You can find extra parking behind the building. >>>>>> >>>>>> Steve Young >>>>>> >>>>>> >>>>>> On Mon, Nov 21, 2011 at 12:18 PM, Kyle Korbel < >> kyle.s.korbel at gmail.com >>>>>>> wrote: >>>>>> >>>>>>> I've been using ruby/watir-webdriver but have been moving my tests >>>>>>> over to python/selenium2 so I would be interested in listening. Do >>>>>>> you still meet at PKI? >>>>>>> >>>>>>> Kyle >>>>>>> >>>>>>> Sent from my iPhone. >>>>>>> >>>>>>> On Nov 21, 2011, at 9:00 AM, Jeff Hinrichs >> wrote: >>>>>>> >>>>>>>> Steve, >>>>>>>> Any other response from possible attendees? I've been doing a bit >> of >>>>>>> work >>>>>>>> with the python bindings from Selenium2, specifically, the >> webdriver. >>>>>>> The >>>>>>>> model is drastically different than the previous selenium1-rc >> (remote >>>>>>>> control) tests that we were running. >>>>>>>> >>>>>>>> We are changing over here at work because the webdriver model >> allows >>>>> us >>>>>>> to >>>>>>>> overcome problems we were having with the old version and our tests >>>>>>> needing >>>>>>>> to wander from http to https and back again. If anyone is >>>>> interested, I >>>>>>>> could talk about what I've learned so far. >>>>>>>> >>>>>>>> >>>>>>>> best, >>>>>>>> >>>>>>>> -Jeff >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On Fri, Nov 18, 2011 at 3:21 PM, Steve Young < >>>>>> wereapwhatwesow at gmail.com >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Looks like you aren't the first to have this issue: >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>> >>>>>> >>>>> >>> >> http://stackoverflow.com/questions/4694634/django-auth-increasing-max-username-length >>>>>>>>> >>>>>>>>> >>>>>>> >>>>>> >>>>> >>> >> http://stackoverflow.com/questions/2610088/can-djangos-auth-user-username-be-varchar75-how-could-that-be-done >>>>>>>>> https://github.com/GoodCloud/django-longer-username >>>>>>>>> >>>>>>>>> Steve Young >>>>>>>>> >>>>>>>>> >>>>>>>>> On Fri, Nov 18, 2011 at 3:14 PM, Matthew Nuzum < >> newz at bearfruit.org> >>>>>>> wrote: >>>>>>>>> >>>>>>>>>> On Fri, Nov 18, 2011 at 3:05 PM, Matthew Nuzum < >> newz at bearfruit.org >>>>>> >>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>>> On Fri, Nov 18, 2011 at 12:31 PM, Steve Young < >>>>>>>>> wereapwhatwesow at gmail.com >>>>>>>>>>> wrote: >>>>>>>>>>> >>>>>>>>>>>> Interesting idea. Looks nice on my Samsung Fascinate/Dolphin >>>>>>> browser. >>>>>>>>>> It >>>>>>>>>>>> will be good to have ratings for web apps. >>>>>>>>>>>> >>>>>>>>>>>> I could not register, got the "There was a little problem" >>>>> message. >>>>>>>>>>>> >>>>>>>>>>>> Are you using any Python in the development? >>>>>>>>>>>> >>>>>>>>>>>> Steve Young >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> Thanks, yes, I'm using Django 1.3. I got e-mails about a >>>>>> registration >>>>>>>>>>> problem. It is the first time I've seen it, hopefully it will be >>>>> an >>>>>>>>> easy >>>>>>>>>>> fix. :-/ >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> Ah, fail. I use the e-mail address for username and I'm using >>>>>> Django's >>>>>>>>> User >>>>>>>>>> model, which has a max length of 30 characters for the username. >> I >>>>>>> don't >>>>>>>>>> know if that will be easy to fix or not. :-/ >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Matthew Nuzum >>>>>>>>>> newz2000 on freenode, skype, linkedin and twitter >>>>>>>>>> >>>>>>>>>> ? You're never fully dressed without a smile! ? >>>>>>>>>> _______________________________________________ >>>>>>>>>> Omaha Python Users Group mailing list >>>>>>>>>> Omaha at python.org >>>>>>>>>> http://mail.python.org/mailman/listinfo/omaha >>>>>>>>>> http://www.OmahaPython.org >>>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> Omaha Python Users Group mailing list >>>>>>>>> Omaha at python.org >>>>>>>>> http://mail.python.org/mailman/listinfo/omaha >>>>>>>>> http://www.OmahaPython.org >>>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Omaha Python Users Group mailing list >>>>>>>> Omaha at python.org >>>>>>>> http://mail.python.org/mailman/listinfo/omaha >>>>>>>> http://www.OmahaPython.org >>>>>>> _______________________________________________ >>>>>>> Omaha Python Users Group mailing list >>>>>>> Omaha at python.org >>>>>>> http://mail.python.org/mailman/listinfo/omaha >>>>>>> http://www.OmahaPython.org >>>>>>> >>>>>> _______________________________________________ >>>>>> Omaha Python Users Group mailing list >>>>>> Omaha at python.org >>>>>> http://mail.python.org/mailman/listinfo/omaha >>>>>> http://www.OmahaPython.org >>>>>> >>>>> _______________________________________________ >>>>> Omaha Python Users Group mailing list >>>>> Omaha at python.org >>>>> http://mail.python.org/mailman/listinfo/omaha >>>>> http://www.OmahaPython.org >>>>> >>>> _______________________________________________ >>>> Omaha Python Users Group mailing list >>>> Omaha at python.org >>>> http://mail.python.org/mailman/listinfo/omaha >>>> http://www.OmahaPython.org >>> _______________________________________________ >>> Omaha Python Users Group mailing list >>> Omaha at python.org >>> http://mail.python.org/mailman/listinfo/omaha >>> http://www.OmahaPython.org >>> >> _______________________________________________ >> Omaha Python Users Group mailing list >> Omaha at python.org >> http://mail.python.org/mailman/listinfo/omaha >> http://www.OmahaPython.org >> > > > > -- > Best, > > Jeff Hinrichs > 402.218.1473 > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org From jeffh at dundeemt.com Tue Nov 22 15:07:48 2011 From: jeffh at dundeemt.com (Jeff Hinrichs - DM&T) Date: Tue, 22 Nov 2011 08:07:48 -0600 Subject: [omaha] Meeting notes on the web Message-ID: Please review and comment http://www.omahapython.org/blog/archives/215 Hope everyone enjoyed the meeting, I did. -- Best, Jeff Hinrichs 402.218.1473 From wereapwhatwesow at gmail.com Tue Nov 22 15:18:11 2011 From: wereapwhatwesow at gmail.com (Steve Young) Date: Tue, 22 Nov 2011 08:18:11 -0600 Subject: [omaha] Meeting notes on the web In-Reply-To: References: Message-ID: Thanks for the notes, everyone's participation, and glad the meeting room was available. Our best meeting in 3 months! Steve On Tue, Nov 22, 2011 at 8:07 AM, Jeff Hinrichs - DM&T wrote: > Please review and comment > http://www.omahapython.org/blog/archives/215 > > Hope everyone enjoyed the meeting, I did. > > -- > Best, > > Jeff Hinrichs > 402.218.1473 > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org > From jeffh at dundeemt.com Tue Nov 22 15:34:42 2011 From: jeffh at dundeemt.com (Jeff Hinrichs - DM&T) Date: Tue, 22 Nov 2011 08:34:42 -0600 Subject: [omaha] Meeting this Monday In-Reply-To: <6771284715270693260@unknownmsgid> References: <-2930246308078315313@unknownmsgid> <-1728250075379814363@unknownmsgid> <6771284715270693260@unknownmsgid> Message-ID: I've posted my topic notes up to the group's site, http://www.omahapython.org -- nothing spectacular, I just walked the group through importing the webdriver, navigating to a page, finding elements, send_keys and submit. Then I walked them through the error messages for elementnotfound. There is only so much time and attention but this topic is just waiting for more presentations. I didn't cover using integration with unit testing (I am a nose fan.) Or more advanced topics like converting tests from a selenium1-rc with it's directives like, assertElementPresent to re-implementing them with webdriver and python. Although, we did cover enough in the meeting that the solution should be easily discoverable. Maybe you can make an upcoming meeting, it is a very good thing when we have more than 1 person who has used a tool/project/library in production. The conversations can easily redirect themselves into unexpected and productive places. Currently, our biggest meeting short coming is not have a projector to make it easier for people to see code, so we gravitate towards "follow me" type presentations where the presenter leads everyone else through the presentation with each person having an interpreter open typing the commands and experiencing the knowledge first hand. It's a trade-off, I kind of like the follow me style but it does require everyone to have access to a laptop, etc or people ready to share with those who didn't bring one and you need to keep the demonstrations short and easy to type. If you have specific questions about webdriver maybe we should start another thread on it. I'd be happy to answer with what I know, have done and also where I think I need more knowledge/info. Best, Jeff On Mon, Nov 21, 2011 at 7:01 PM, Kyle Korbel wrote: > All, > I'm not going to be able to make it to the meet up tonight. Going > home first never works out. I would love to see any written info you > might have. If you don't have anything, no big deal. I've used > python/webdriver for several projects so I wouldn't say I am a > beginner but I can always learn something new from others. > > Kyle > Sent from my iPhone. > > On Nov 21, 2011, at 5:54 PM, Jeff Hinrichs - DM&T > wrote: > > > Good with me. > > If you have selenium installed, I've got a "follow me" part where > everyone > > can follow along and get some of the basics down. > > > > virtualenv and pip/easy_install are your friends. (pip install -U > selenium > > OR easy_install selenium) > > > > Best, > > > > Jeff > > > > On Mon, Nov 21, 2011 at 4:28 PM, Steve Young >wrote: > > > >> Unless Jeff chimes in we will be at Lansky's at 7pm. Look for a table > with > >> computers on it! > >> > >> Steve > >> > >> > >> On Mon, Nov 21, 2011 at 4:26 PM, Kyle Korbel >>> wrote: > >> > >>> So what's the consensus? A table at Lansky's? What time? > >>> > >>> Kyle > >>> > >>> Sent from my iPhone. > >>> > >>> On Nov 21, 2011, at 1:52 PM, Steve Young > >>> wrote: > >>> > >>>> Bad news, they have a big party scheduled already. I am ok with > >> meeting > >>> at > >>>> a table unless anyone else has better place. > >>>> > >>>> Steve > >>>> > >>>> > >>>> On Mon, Nov 21, 2011 at 1:45 PM, Jeff Hinrichs > >>> wrote: > >>>> > >>>>> Speaking of which, Steve -- would you mind giving Lansky's a heads > up? > >>>>> > >>>>> Best, > >>>>> > >>>>> -Jeff > >>>>> > >>>>> > >>>>> > >>>>> On Mon, Nov 21, 2011 at 12:21 PM, Steve Young < > >>> wereapwhatwesow at gmail.com > >>>>>> wrote: > >>>>> > >>>>>> Hey Kyle, > >>>>>> > >>>>>> We are meeting at Lansky's at 50th and L, 7pm, and meet in the room > >> in > >>>>> the > >>>>>> far back. You can find extra parking behind the building. > >>>>>> > >>>>>> Steve Young > >>>>>> > >>>>>> > >>>>>> On Mon, Nov 21, 2011 at 12:18 PM, Kyle Korbel < > >> kyle.s.korbel at gmail.com > >>>>>>> wrote: > >>>>>> > >>>>>>> I've been using ruby/watir-webdriver but have been moving my tests > >>>>>>> over to python/selenium2 so I would be interested in listening. Do > >>>>>>> you still meet at PKI? > >>>>>>> > >>>>>>> Kyle > >>>>>>> > >>>>>>> Sent from my iPhone. > >>>>>>> > >>>>>>> On Nov 21, 2011, at 9:00 AM, Jeff Hinrichs > >> wrote: > >>>>>>> > >>>>>>>> Steve, > >>>>>>>> Any other response from possible attendees? I've been doing a bit > >> of > >>>>>>> work > >>>>>>>> with the python bindings from Selenium2, specifically, the > >> webdriver. > >>>>>>> The > >>>>>>>> model is drastically different than the previous selenium1-rc > >> (remote > >>>>>>>> control) tests that we were running. > >>>>>>>> > >>>>>>>> We are changing over here at work because the webdriver model > >> allows > >>>>> us > >>>>>>> to > >>>>>>>> overcome problems we were having with the old version and our > tests > >>>>>>> needing > >>>>>>>> to wander from http to https and back again. If anyone is > >>>>> interested, I > >>>>>>>> could talk about what I've learned so far. > >>>>>>>> > >>>>>>>> > >>>>>>>> best, > >>>>>>>> > >>>>>>>> -Jeff > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> On Fri, Nov 18, 2011 at 3:21 PM, Steve Young < > >>>>>> wereapwhatwesow at gmail.com > >>>>>>>> wrote: > >>>>>>>> > >>>>>>>>> Looks like you aren't the first to have this issue: > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>> > >>>>>> > >>>>> > >>> > >> > http://stackoverflow.com/questions/4694634/django-auth-increasing-max-username-length > >>>>>>>>> > >>>>>>>>> > >>>>>>> > >>>>>> > >>>>> > >>> > >> > http://stackoverflow.com/questions/2610088/can-djangos-auth-user-username-be-varchar75-how-could-that-be-done > >>>>>>>>> https://github.com/GoodCloud/django-longer-username > >>>>>>>>> > >>>>>>>>> Steve Young > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> On Fri, Nov 18, 2011 at 3:14 PM, Matthew Nuzum < > >> newz at bearfruit.org> > >>>>>>> wrote: > >>>>>>>>> > >>>>>>>>>> On Fri, Nov 18, 2011 at 3:05 PM, Matthew Nuzum < > >> newz at bearfruit.org > >>>>>> > >>>>>>>>> wrote: > >>>>>>>>>> > >>>>>>>>>>> On Fri, Nov 18, 2011 at 12:31 PM, Steve Young < > >>>>>>>>> wereapwhatwesow at gmail.com > >>>>>>>>>>> wrote: > >>>>>>>>>>> > >>>>>>>>>>>> Interesting idea. Looks nice on my Samsung Fascinate/Dolphin > >>>>>>> browser. > >>>>>>>>>> It > >>>>>>>>>>>> will be good to have ratings for web apps. > >>>>>>>>>>>> > >>>>>>>>>>>> I could not register, got the "There was a little problem" > >>>>> message. > >>>>>>>>>>>> > >>>>>>>>>>>> Are you using any Python in the development? > >>>>>>>>>>>> > >>>>>>>>>>>> Steve Young > >>>>>>>>>>>> > >>>>>>>>>>>> > >>>>>>>>>>> Thanks, yes, I'm using Django 1.3. I got e-mails about a > >>>>>> registration > >>>>>>>>>>> problem. It is the first time I've seen it, hopefully it will > be > >>>>> an > >>>>>>>>> easy > >>>>>>>>>>> fix. :-/ > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>> Ah, fail. I use the e-mail address for username and I'm using > >>>>>> Django's > >>>>>>>>> User > >>>>>>>>>> model, which has a max length of 30 characters for the username. > >> I > >>>>>>> don't > >>>>>>>>>> know if that will be easy to fix or not. :-/ > >>>>>>>>>> > >>>>>>>>>> -- > >>>>>>>>>> Matthew Nuzum > >>>>>>>>>> newz2000 on freenode, skype, linkedin and twitter > >>>>>>>>>> > >>>>>>>>>> ? You're never fully dressed without a smile! ? > >>>>>>>>>> _______________________________________________ > >>>>>>>>>> Omaha Python Users Group mailing list > >>>>>>>>>> Omaha at python.org > >>>>>>>>>> http://mail.python.org/mailman/listinfo/omaha > >>>>>>>>>> http://www.OmahaPython.org > >>>>>>>>>> > >>>>>>>>> _______________________________________________ > >>>>>>>>> Omaha Python Users Group mailing list > >>>>>>>>> Omaha at python.org > >>>>>>>>> http://mail.python.org/mailman/listinfo/omaha > >>>>>>>>> http://www.OmahaPython.org > >>>>>>>>> > >>>>>>>> _______________________________________________ > >>>>>>>> Omaha Python Users Group mailing list > >>>>>>>> Omaha at python.org > >>>>>>>> http://mail.python.org/mailman/listinfo/omaha > >>>>>>>> http://www.OmahaPython.org > >>>>>>> _______________________________________________ > >>>>>>> Omaha Python Users Group mailing list > >>>>>>> Omaha at python.org > >>>>>>> http://mail.python.org/mailman/listinfo/omaha > >>>>>>> http://www.OmahaPython.org > >>>>>>> > >>>>>> _______________________________________________ > >>>>>> Omaha Python Users Group mailing list > >>>>>> Omaha at python.org > >>>>>> http://mail.python.org/mailman/listinfo/omaha > >>>>>> http://www.OmahaPython.org > >>>>>> > >>>>> _______________________________________________ > >>>>> Omaha Python Users Group mailing list > >>>>> Omaha at python.org > >>>>> http://mail.python.org/mailman/listinfo/omaha > >>>>> http://www.OmahaPython.org > >>>>> > >>>> _______________________________________________ > >>>> Omaha Python Users Group mailing list > >>>> Omaha at python.org > >>>> http://mail.python.org/mailman/listinfo/omaha > >>>> http://www.OmahaPython.org > >>> _______________________________________________ > >>> Omaha Python Users Group mailing list > >>> Omaha at python.org > >>> http://mail.python.org/mailman/listinfo/omaha > >>> http://www.OmahaPython.org > >>> > >> _______________________________________________ > >> Omaha Python Users Group mailing list > >> Omaha at python.org > >> http://mail.python.org/mailman/listinfo/omaha > >> http://www.OmahaPython.org > >> > > > > > > > > -- > > Best, > > > > Jeff Hinrichs > > 402.218.1473 > > _______________________________________________ > > Omaha Python Users Group mailing list > > Omaha at python.org > > http://mail.python.org/mailman/listinfo/omaha > > http://www.OmahaPython.org > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org > -- Best, Jeff Hinrichs 402.218.1473 From choman at gmail.com Tue Nov 22 19:19:02 2011 From: choman at gmail.com (Chad Homan) Date: Tue, 22 Nov 2011 12:19:02 -0600 Subject: [omaha] (no subject) Message-ID: [image: images.jpeg] -- Chad -------------- next part -------------- A non-text attachment was scrubbed... Name: images.jpeg Type: image/jpeg Size: 9367 bytes Desc: not available URL: From newz at bearfruit.org Tue Nov 22 20:30:09 2011 From: newz at bearfruit.org (Matthew Nuzum) Date: Tue, 22 Nov 2011 13:30:09 -0600 Subject: [omaha] Meeting this Monday In-Reply-To: References: Message-ID: Thanks, that helped solve the problem. The fix has been published. On Fri, Nov 18, 2011 at 3:21 PM, Steve Young wrote: > Looks like you aren't the first to have this issue: > > > http://stackoverflow.com/questions/4694634/django-auth-increasing-max-username-length > > http://stackoverflow.com/questions/2610088/can-djangos-auth-user-username-be-varchar75-how-could-that-be-done > https://github.com/GoodCloud/django-longer-username > > Steve Young > > > On Fri, Nov 18, 2011 at 3:14 PM, Matthew Nuzum wrote: > > > On Fri, Nov 18, 2011 at 3:05 PM, Matthew Nuzum > wrote: > > > > > On Fri, Nov 18, 2011 at 12:31 PM, Steve Young < > wereapwhatwesow at gmail.com > > >wrote: > > > > > >> Interesting idea. Looks nice on my Samsung Fascinate/Dolphin browser. > > It > > >> will be good to have ratings for web apps. > > >> > > >> I could not register, got the "There was a little problem" message. > > >> > > >> Are you using any Python in the development? > > >> > > >> Steve Young > > >> > > >> > > > Thanks, yes, I'm using Django 1.3. I got e-mails about a registration > > > problem. It is the first time I've seen it, hopefully it will be an > easy > > > fix. :-/ > > > > > > > > Ah, fail. I use the e-mail address for username and I'm using Django's > User > > model, which has a max length of 30 characters for the username. I don't > > know if that will be easy to fix or not. :-/ > > > > -- > > Matthew Nuzum > > newz2000 on freenode, skype, linkedin and twitter > > > > ? You're never fully dressed without a smile! ? > > _______________________________________________ > > Omaha Python Users Group mailing list > > Omaha at python.org > > http://mail.python.org/mailman/listinfo/omaha > > http://www.OmahaPython.org > > > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org > -- Matthew Nuzum newz2000 on freenode, skype, linkedin and twitter ? You're never fully dressed without a smile! ? From jeffh at dundeemt.com Sun Nov 27 03:03:03 2011 From: jeffh at dundeemt.com (Jeff Hinrichs - DM&T) Date: Sat, 26 Nov 2011 20:03:03 -0600 Subject: [omaha] fyi: OmahaPython now listed on Planet Python Message-ID: The addition of the OmahaPython.org feed to Planet Python has been requested and approved. Details follow. http://planet.python.org/ Best, Jeff ---------- Forwarded message ---------- From: Michael Foord Date: Fri, Nov 25, 2011 at 7:10 AM Subject: Re: [Pydotorg] Request to add To: Jeff Hinrichs - DM&T Cc: planet at python.org Hello Jeff, I've added the feed to the Planet, it will show up shortly. All the best, Michael On 22/11/2011 14:17, Jeff Hinrichs - DM&T wrote: Our User Group feed, http://www.omahapython.org/blog/feed Omaha Python Users Group Posting Frequency is around twice a month. Content is related to the user group meeting notes and python projects that we are working on or are using. If you have any questions please let me know. -- Best, Jeff Hinrichs jeffh at dundeemt.com 402.218.1473 _______________________________________________ Pydotorg mailing listPydotorg at python.orghttp://mail.python.org/mailman/listinfo/pydotorg -- http://www.voidspace.org.uk/ May you do good and not evil May you find forgiveness for yourself and forgive others May you share freely, never taking more than you give. -- the sqlite blessing http://www.sqlite.org/different.html -- Best, Jeff Hinrichs 402.218.1473 From choman at gmail.com Sun Nov 27 03:06:32 2011 From: choman at gmail.com (Chad Homan) Date: Sat, 26 Nov 2011 20:06:32 -0600 Subject: [omaha] fyi: OmahaPython now listed on Planet Python In-Reply-To: References: Message-ID: Outstanding! On Nov 26, 2011 8:03 PM, "Jeff Hinrichs - DM&T" wrote: > The addition of the OmahaPython.org feed to Planet Python has been > requested and approved. Details follow. > http://planet.python.org/ > > > Best, > > Jeff > > ---------- Forwarded message ---------- > From: Michael Foord > Date: Fri, Nov 25, 2011 at 7:10 AM > Subject: Re: [Pydotorg] Request to add > To: Jeff Hinrichs - DM&T > Cc: planet at python.org > > > Hello Jeff, > > I've added the feed to the Planet, it will show up shortly. > > All the best, > > Michael > > On 22/11/2011 14:17, Jeff Hinrichs - DM&T wrote: > > Our User Group feed, http://www.omahapython.org/blog/feed > Omaha Python Users Group > > Posting Frequency is around twice a month. Content is related to the user > group meeting notes and python projects that we are working on or are > using. If you have any questions please let me know. > > -- > Best, > > Jeff Hinrichs > jeffh at dundeemt.com > 402.218.1473 > > > > > _______________________________________________ > Pydotorg mailing > listPydotorg at python.orghttp://mail.python.org/mailman/listinfo/pydotorg > > > > -- http://www.voidspace.org.uk/ > > May you do good and not evil > May you find forgiveness for yourself and forgive others > May you share freely, never taking more than you give. > -- the sqlite blessing http://www.sqlite.org/different.html > > > > > -- > Best, > > Jeff Hinrichs > 402.218.1473 > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > http://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org > From jeffh at dundeemt.com Sun Nov 27 17:20:54 2011 From: jeffh at dundeemt.com (Jeff Hinrichs - DM&T) Date: Sun, 27 Nov 2011 10:20:54 -0600 Subject: [omaha] Member Blogs Message-ID: I've added a section to list links to member blogs. http://www.omahapython.org/blog/ If you have a blog and write about python please let me know. Additionally, if you would like to blog about python but don't have your own blog, you are welcome to use the Group blog. Just create an account on the system and then email me and I will elevate your privs so you can post. -- Best, Jeff Hinrichs 402.218.1473 From jeffh at dundeemt.com Tue Nov 29 01:33:10 2011 From: jeffh at dundeemt.com (Jeff Hinrichs - DM&T) Date: Mon, 28 Nov 2011 18:33:10 -0600 Subject: [omaha] Fwd: [aipy] Stanford AI Class using Python In-Reply-To: <30954838.1065.1321231936275.JavaMail.geo-discussion-forums@yqbl36> References: <30954838.1065.1321231936275.JavaMail.geo-discussion-forums@yqbl36> Message-ID: Man, I need to get through my mail more frequently. The class is already started but you can read the back assignments. Looks very cool. ---------- Forwarded message ---------- From: John Graves Date: Sun, Nov 13, 2011 at 6:52 PM Subject: [aipy] Stanford AI Class using Python To: aipy at googlegroups.com The on-line AI class: https://www.ai-class.com/home/ Python coding assignments: http://www.stanford.edu/class/cs221/schedule.html Python hints: http://www.stanford.edu/class/cs221/PythonHints.html -- You received this message because you are subscribed to the Google Groups "Python Artificial Intelligence SIG" group. To view this discussion on the web visit https://groups.google.com/d/msg/aipy/-/zkJWh22HW-IJ. To post to this group, send email to aipy at googlegroups.com. To unsubscribe from this group, send email to aipy+unsubscribe at googlegroups.com. For more options, visit this group at http://groups.google.com/group/aipy?hl=en. -- Best, Jeff Hinrichs 402.218.1473