On 2/3/11 7:21 AM, anand jeyahar wrote:
> Hi,
> I am trying to strip a string and then remove on the resulting list
> to remove a set of characters. It works fine with the python shell.
>
> But after remove the list becomes None, when i am running it from within
> a script.
>
> I am guessing
On 02/03/2011 07:21 AM, anand jeyahar wrote:
Hi,
I am trying to strip a string and then remove on the resulting
list to remove a set of characters. It works fine with the python shell.
But after remove the list becomes None, when i am running it from
within a script.
I am guessing it ha
On Thu, Feb 3, 2011 at 10:21 AM, anand jeyahar wrote:
> Hi,
> I am trying to strip a string and then remove on the resulting list to
> remove a set of characters. It works fine with the python shell.
>
> But after remove the list becomes None, when i am running it from within a
> script.
>
> I
Hi,
I am trying to strip a string and then remove on the resulting list to
remove a set of characters. It works fine with the python shell.
But after remove the list becomes None, when i am running it from within a
script.
I am guessing it has something to do with the way python handles assig