type error on porting outfile.write
I ported my code from the development to application platform, I found a "type error" on a fileout statement: outfile.write(object.id +",") Object.id is provided by a library routine that is installed on both machines. How do I fix this ? Thanks, Phil Miller -- http://mail.python.org/mailman/listinfo/python-list
type error on porting outfile.write
I ported my code from the development to application platform, I found a "type error" on a fileout statement: outfile.write(object.id +",") Object.id is provided by a library routine that is installed on both machines. How do I fix this ? Thanks, Phil Miller -- http://mail.python.org/mailman/listinfo/python-list
error: can't find modules
I'm getting an error when I port my code to another machine. It is from the added modules. There seem to be identical Python configurations on both machines. How do I debug this problem ? Thanks, Phil Miller -- http://mail.python.org/mailman/listinfo/python-list