type error on porting outfile.write

2005-12-20 Thread pmiller
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

2005-12-20 Thread pmiller
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

2005-12-21 Thread pmiller
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