Invitation to connect on LinkedIn
LinkedIn suhail shaik requested to add you as a connection on LinkedIn: -- Jaime, I'd like to add you to my professional network on LinkedIn. - suhail Accept invitation from suhail shaik http://www.linkedin.com/e/I2LlXdLlWUhFABKmxVOlgGLlWUhFAfhMPPF/blk/I325701776_3/6lColZJrmZznQNdhjRQnOpBtn9QfmhBt71BoSd1p65Lr6lOfPdvdzsTcj0Tdj8PiiZ7jklHomoUpiYPd3ANcz0QcPsLrCBxbOYWrSlI/EML_comm_afe/ View invitation from suhail shaik http://www.linkedin.com/e/I2LlXdLlWUhFABKmxVOlgGLlWUhFAfhMPPF/blk/I325701776_3/0PnPoTdP4MdPkOcQALqnpPbOYWrSlI/svi/ -- Why might connecting with suhail shaik be a good idea? People suhail shaik knows can discover your profile: Connecting to suhail shaik will attract the attention of LinkedIn users. See who's been viewing your profile: http://www.linkedin.com/e/wvp/inv18_wvmp/ -- (c) 2009, LinkedIn Corporation -- http://mail.python.org/mailman/listinfo/python-list
simple error i hope
hi , i am new to python..may be this may turn into a simple error but i am in urgency please kindly help me #!/usr/bin/python #Globals here ROOTDIR = "/vol/mmis/media/video/tvid2008/mediaVideos/test" # Root dir where video files are located PNAME = "/data/test_1/" #DAILY_UPLOAD_PATH = "/mmis-ss9952/newsroom/du-dev/" import os,glob ### MAIN ### os.chdir(ROOTDIR) for fileName in glob.glob('*.mpg'): print fileName file = fileName.split(".") print file textfile = file[0]+".txt" print textfile os.chdir(PNAME) file(textfile,'wt') os.chdir("/home/qmss2/workspace/sbd/") command = "java MPEG_Play "+ROOTDIR+"/"+filename+" "+"/data/test_1/"+textfile print command #os.system(command) please tell me what is the error. trace back is file(textfile,'wt') TypeError: 'list' object is not callable -- http://mail.python.org/mailman/listinfo/python-list