Re: [Tutor] need help with a script..

2012-04-11 Thread Mark Lawrence
On 11/04/2012 14:50, Khalid Al-Ghamdi wrote: Hi All, I'm using python 3.2 on a windows xp. I wrote the below script and ran it with the hope of returning a list of proctors (list_proc), but when it runs it doesn't call the function convert_proctors() as intended. On the other hand, when i impo

Re: [Tutor] need help with a script..

2012-04-11 Thread Khalid Al-Ghamdi
got it thanks a lot On Wed, Apr 11, 2012 at 4:59 PM, Jerry Hill wrote: > On Wed, Apr 11, 2012 at 9:50 AM, Khalid Al-Ghamdi > wrote: > > Hi All, > > > > I'm using python 3.2 on a windows xp. > > > > I wrote the below script and ran it with the hope of returning a list of > > proctors (list_p

Re: [Tutor] need help with a script..

2012-04-11 Thread Christian Witts
On 2012/04/11 03:50 PM, Khalid Al-Ghamdi wrote: Hi All, I'm using python 3.2 on a windows xp. I wrote the below script and ran it with the hope of returning a list of proctors (list_proc), but when it runs it doesn't call the function convert_proctors() as intended. On the other hand, when i

Re: [Tutor] need help with a script..

2012-04-11 Thread Jerry Hill
On Wed, Apr 11, 2012 at 9:50 AM, Khalid Al-Ghamdi wrote: > Hi All, > > I'm using python 3.2 on a windows xp. > > I wrote the below script and ran it with the hope of returning a list of > proctors (list_proc), but when it runs it  doesn't call the function > convert_proctors() as intended. On the

[Tutor] need help with a script..

2012-04-11 Thread Khalid Al-Ghamdi
Hi All, I'm using python 3.2 on a windows xp. I wrote the below script and ran it with the hope of returning a list of proctors (list_proc), but when it runs it doesn't call the function convert_proctors() as intended. On the other hand, when i import the module from the IDLE prompt and call the