Re: Help me with Python please (picture)

2013-09-29 Thread Bob Martin
in 706312 20130928 175017 Joel Goldstick wrote: >--047d7bf0f67adc8dbc04e7746532 >Content-Type: text/plain; charset=UTF-8 > Please don't post HTML. -- https://mail.python.org/mailman/listinfo/python-list

Re: Help me with Python please (picture)

2013-09-28 Thread Dave Angel
On 28/9/2013 12:17, dvgh...@gmail.com wrote: > On Saturday, September 28, 2013 12:43:42 AM UTC, jae...@gmail.com wrote: >> >> >> >> Can't seem to be getting an output. > Overall I wrote my own version of the code and this is what I got: > > > ** > import string > import

Re: Help me with Python please (picture)

2013-09-28 Thread Joel Goldstick
On Sat, Sep 28, 2013 at 12:17 PM, wrote: > On Saturday, September 28, 2013 12:43:42 AM UTC, jae...@gmail.com wrote: > > http://imgur.com/E6vrNs4 > > > > > > > > > > > > Can't seem to be getting an output. > > All the comments about using an image to ask for help over here is > extremely valid so

Re: Help me with Python please (picture)

2013-09-28 Thread dvghana
On Saturday, September 28, 2013 12:43:42 AM UTC, jae...@gmail.com wrote: > http://imgur.com/E6vrNs4 > > > > > > Can't seem to be getting an output. All the comments about using an image to ask for help over here is extremely valid so I hope you accept it in good faith. I am a noob like you s

Re: Help me with Python please (picture)

2013-09-27 Thread Chris Angelico
On Sat, Sep 28, 2013 at 3:18 PM, Steven D'Aprano wrote: > Could be worse -- at least you didn't take a photo of the screen with > your phone, them email the picture to yourself, then take a screenshot of > the photo in your mail client, then upload that screenshot to imgur, then > take a screensho

Re: Help me with Python please (picture)

2013-09-27 Thread Steven D'Aprano
On Fri, 27 Sep 2013 17:43:42 -0700, jae655 wrote: > http://imgur.com/E6vrNs4 > > > Can't seem to be getting an output. The problem with your code has to do with the code between pixel coordinates (29, 234) and (175, 249) approximately. If you open your image in a pixel editor, copy and paste

Re: Help me with Python please (picture)

2013-09-27 Thread John Ladasky
On Friday, September 27, 2013 5:43:42 PM UTC-7, jae...@gmail.com wrote: > http://imgur.com/E6vrNs4 > > Can't seem to be getting an output. Because you aren't printing anything! One possible way to fix that is to change the line which reads... random_characters(8) to read... print(random_chara

Re: Help me with Python please (picture)

2013-09-27 Thread Denis McMahon
On Fri, 27 Sep 2013 17:43:42 -0700, jae655 wrote: > http://imgur.com/E6vrNs4 > Can't seem to be getting an output. I can't see where your output statements are. With no output statements, there is no output. perhaps you want to assign the result of the function call to a variable, and then pr

Re: Help me with Python please (picture)

2013-09-27 Thread Dave Angel
On 27/9/2013 20:43, jae...@gmail.com wrote: > http://imgur.com/E6vrNs4 > > > Can't seem to be getting an output. Please compose a text message containing a description of the environment, the (small) code, and the expected results. This is a text mailing list, and posting transient images on untr

Re: Help me with Python please (picture)

2013-09-27 Thread Gary Herron
On 09/27/2013 05:43 PM, jae...@gmail.com wrote: http://imgur.com/E6vrNs4 Can't seem to be getting an output. Please find a way to include the code in the email. Also what evidence do you provide that it does not work? What happened when you ran it? What did you expect to happen? What w

Help me with Python please (picture)

2013-09-27 Thread jae655
http://imgur.com/E6vrNs4 Can't seem to be getting an output. -- https://mail.python.org/mailman/listinfo/python-list