Re: help!!

2010-06-10 Thread z00z
On Jun 10, 1:33 am, Steven D'Aprano wrote: > On Wed, 09 Jun 2010 16:44:10 -0700, z00z wrote: > > ok when my code is like this everything works well > > > #/usr/bin/python > > input = raw_input(">> ").replace(',','\n') > > a=o

Re: help!!

2010-06-10 Thread z00z
On Jun 10, 1:33 am, Steven D'Aprano wrote: > On Wed, 09 Jun 2010 16:44:10 -0700, z00z wrote: > > ok when my code is like this everything works well > > > #/usr/bin/python > > input = raw_input(">> ").replace(',','\n') > > a=o

help!!

2010-06-09 Thread z00z
Hello everyone, i'm working on a project and everything is going quiet well. ok when my code is like this everything works well #/usr/bin/python input = raw_input(">> ").replace(',','\n') a=open("file","w") a.write(input) a.close() import sys,os,time,subprocess,threading,readline,socket,ifc but th