Re: [Tutor] How to parse a mailing list thread?

2015-09-19 Thread Cameron Simpson
On 19Sep2015 21:46, chandan kumar wrote: I am looking for a python module which i can use to parse mailing thread and extract some information from it. Any pointer regarding that would be helpful. You should describe where the email messages are stored. I'll presume you have obtained the mes

Re: [Tutor] [newbie] import error after restart (virtualenv)

2015-09-19 Thread Danny Yoo
On Sep 19, 2015 6:22 PM, "David" wrote: > > Hello Peter, > > this was indeed the problem -- I didn't go through manage.py! Weird I > didn't have that on the radar anymore. > > Putting lists/ onto the Python path did not solve the problem. > You probably want to put the *parent* of lists/ onto the

Re: [Tutor] [newbie] import error after restart (virtualenv)

2015-09-19 Thread David
Hello Peter, this was indeed the problem -- I didn't go through manage.py! Weird I didn't have that on the radar anymore. Putting lists/ onto the Python path did not solve the problem. Thanks for your help! David On 19/09/15 16:07, Peter Otten wrote: > David wrote: > >> Dear Tutors, >> >> I

[Tutor] How to parse a mailing list thread?

2015-09-19 Thread chandan kumar
Hello, I am looking for a python module which i can use to parse mailing thread and extract some information from it. Any pointer regarding that would be helpful. Thanks, Chandan Kumar ___ Tutor maillist - Tutor@python.org To unsubscribe or change s

Re: [Tutor] [newbie] import error after restart (virtualenv)

2015-09-19 Thread Peter Otten
David wrote: > Dear Tutors, > > I am reading through Harry Percival's "Test-Driven Development with > Python". > > As I finished chapter 3 yesterday, I was fully on track, perfectly > aligned with the book. > > Today I restarted my computer, activated the virtualenv in question -- > and get an

[Tutor] [newbie] import error after restart (virtualenv)

2015-09-19 Thread David
Dear Tutors, I am reading through Harry Percival's "Test-Driven Development with Python". As I finished chapter 3 yesterday, I was fully on track, perfectly aligned with the book. Today I restarted my computer, activated the virtualenv in question -- and get an error message that was not there b

[Tutor] Opencv

2015-09-19 Thread Ahmed AL-Masri
Dear fellows, I have a project for hand detection as the person wave his hand than give an action. I am trying to use the current library in opencv using the haar cascade. I use the following code with the available xml data base from internet But it seems that the data base is not good enough o