Re: People in the python community [was Re: Unicode issue with Python v3.3]

2013-04-11 Thread Michael Torrie
On 04/10/2013 10:50 AM, Νίκος Γκρ33κ wrote:
> I'am not sure i follow you. How did my topic changed?! Is this
> possible?

This is a mailing list/nntp newsgroup.  The subject line can be changed
arbitrarily by anyone replying to another message.  Normally this is
done to indicate a natural progression of the conversation in a new
direction.  In this case, Steven D'Aprano wrote a reply that did not
answer your pleas, but instead made some observations, and so he changed
the subject line to reflect that.

If you read your messages using a threaded message display, this will
make more sense to you.  But if you use Gmail's (or Google's) broken
conversation view, then this information about who is responding to whom
does get lost--actually in conversation view a lot of information about
the message flow is lost; it really is unfortunate that this way of
communicating has become so widespread.

> How about the oce i posted at patebin.com. Did anyone by any chnace
> had a look into?
>
> It's only a single thing iam missing for the encoding and the the
> script will load properly with python 3.3

I'm truly sorry, but I simply do not have the time to do so.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: People in the python community [was Re: Unicode issue with Python v3.3]

2013-04-10 Thread Νίκος Γκρ33κ
I'am not sure i follow you.
How did my topic changed?! Is this possible?

How about the oce i posted at patebin.com.
Did anyone by any chnace had a look into?

It's only a single thing iam missing for the encoding and the the script will 
load properly with python 3.3
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: People in the python community [was Re: Unicode issue with Python v3.3]

2013-04-10 Thread Chris Angelico
On Thu, Apr 11, 2013 at 1:15 AM, Mark Lawrence  wrote:
> On 10/04/2013 15:43, Νίκος Γκρ33κ wrote:
>>
>> Anyone please?
>>
>
> I have already shown my support for Peter Otten on this thread.  Are you
> asking for more people to do so?

Sure, I can! He's one of the people who keeps this list/ng productive
and helpful. People can come here with Python problems and get Python
solutions.

(I wouldn't normally "me too" a thread, but hey, with that opening!)

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: People in the python community [was Re: Unicode issue with Python v3.3]

2013-04-10 Thread Mark Lawrence

On 10/04/2013 15:43, Νίκος Γκρ33κ wrote:

Anyone please?



I have already shown my support for Peter Otten on this thread.  Are you 
asking for more people to do so?


--
If you're using GoogleCrap™ please read this 
http://wiki.python.org/moin/GoogleGroupsPython.


Mark Lawrence

--
http://mail.python.org/mailman/listinfo/python-list


Re: People in the python community [was Re: Unicode issue with Python v3.3]

2013-04-10 Thread Νίκος Γκρ33κ
Anyone please?
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: People in the python community [was Re: Unicode issue with Python v3.3]

2013-04-10 Thread Peter Otten
Mark Lawrence wrote:

> On 10/04/2013 09:34, Steven D'Aprano wrote:
>>
>> On that note, I think I'll take the opportunity to give thanks to Peter
>> Otten, who (if I remember correctly) has been here for longer than I
>> have, and I've been here for a long time. In all that time, I don't think
>> I've ever seen him snap at or be rude to anyone, not even those who
>> deserved it, and he doesn't shy away from answering even the most poorly
>> written questions.
>>
>>
>> Peter, I don't know how you do it, but you're doing a fantastic job.
>>
> 
> Seconded.  For those who don't know Peter is always responding to
> queries on the tutor mailing list as well.  Definite case of the
> patience of a saint.

You're invited as a speaker to my funeral ;)

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: People in the python community [was Re: Unicode issue with Python v3.3]

2013-04-10 Thread Peter Otten
Steven D'Aprano wrote:

> On Wed, 10 Apr 2013 08:28:55 +, Steven D'Aprano wrote:
> 
>> If you want to be helpful, how about leading by example and taking on
>> some of the less coherent newbie questions
> [...]
> 
> 
> On that note, I think I'll take the opportunity to give thanks to Peter
> Otten, who (if I remember correctly) has been here for longer than I
> have, and I've been here for a long time. In all that time, I don't think
> I've ever seen him snap at or be rude to anyone, not even those who
> deserved it, and he doesn't shy away from answering even the most poorly
> written questions.
> 
> 
> Peter, I don't know how you do it, but you're doing a fantastic job.

Thank you :)

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: People in the python community [was Re: Unicode issue with Python v3.3]

2013-04-10 Thread Νίκος Γκρ33κ
Thank you just altered it but i still get the same encoding issues.

please its only a matter of simple alternation that iam not able to see.

When you have the time plz take a look.

Thank you!
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: People in the python community [was Re: Unicode issue with Python v3.3]

2013-04-10 Thread Νίκος Γκρ33κ
 os.environ['HTTP_USER_AGENT'] is only set when running from browser.

so i faked it by using:

userinfo = os.environ.get('HTTP_USER_AGENT', 'some default')

but the encoding issues are still there.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: People in the python community [was Re: Unicode issue with Python v3.3]

2013-04-10 Thread Mark Lawrence

On 10/04/2013 09:34, Steven D'Aprano wrote:


On that note, I think I'll take the opportunity to give thanks to Peter
Otten, who (if I remember correctly) has been here for longer than I
have, and I've been here for a long time. In all that time, I don't think
I've ever seen him snap at or be rude to anyone, not even those who
deserved it, and he doesn't shy away from answering even the most poorly
written questions.


Peter, I don't know how you do it, but you're doing a fantastic job.



Seconded.  For those who don't know Peter is always responding to 
queries on the tutor mailing list as well.  Definite case of the 
patience of a saint.


--
If you're using GoogleCrap™ please read this 
http://wiki.python.org/moin/GoogleGroupsPython.


Mark Lawrence

--
http://mail.python.org/mailman/listinfo/python-list


People in the python community [was Re: Unicode issue with Python v3.3]

2013-04-10 Thread Steven D'Aprano
On Wed, 10 Apr 2013 08:28:55 +, Steven D'Aprano wrote:

> If you want to be helpful, how about leading by example and taking on
> some of the less coherent newbie questions
[...]


On that note, I think I'll take the opportunity to give thanks to Peter 
Otten, who (if I remember correctly) has been here for longer than I 
have, and I've been here for a long time. In all that time, I don't think 
I've ever seen him snap at or be rude to anyone, not even those who 
deserved it, and he doesn't shy away from answering even the most poorly 
written questions.


Peter, I don't know how you do it, but you're doing a fantastic job.



-- 
Steven
-- 
http://mail.python.org/mailman/listinfo/python-list