A question for profile

2005-07-04 Thread slchen
Now, I have a question about profile. I write a program as below: file name: pro.py --- import profile import string,re,sys,random,time import main,read_dont #Read the data S1=sys.argv[1] S2=sys.argv[2] T=read_dont.readfile(S1,string.atoi(S2)) print "T[0] is %s" % T[0

Re: A question for profile

2005-07-04 Thread slchen
Sorry~~ I found the problem~~ There is an error profile.pyc in the same folder. some it execute error. thanks a lot! -- http://mail.python.org/mailman/listinfo/python-list