TypeError: unsupported operand types for +: 'NoneType' and 'str'

2009-11-17 Thread aurfalien
Hi all, I tried to make the subject as specific as possible rather then just help me or its broke or my server is down, etc... So please excuse me if its too specific as I wasn't trying to be ridiculous. So I've been handed some one else's work to fix. While its fun and all, I haven't

Re: TypeError: unsupported operand types for +: 'NoneType' and 'str'

2009-11-17 Thread Chris Rebert
On Tue, Nov 17, 2009 at 7:25 PM, aurfal...@gmail.com wrote: snip The error I get; File myscript.py, Line 18, in ? projectpath = ourHome+/etc/TEMPLATE TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' Python 2.4.3 I've read were when passing a string to exec may need to

Re: TypeError: unsupported operand types for +: 'NoneType' and 'str'

2009-11-17 Thread Dave Angel
aurfal...@gmail.com wrote: div class=moz-text-flowed style=font-family: -moz-fixedHi all, I tried to make the subject as specific as possible rather then just help me or its broke or my server is down, etc... So please excuse me if its too specific as I wasn't trying to be ridiculous. So