TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Brett C.
brett at python.org
Mon Aug 30 15:02:10 EDT 2004
More information about the Python-list mailing list
Mon Aug 30 15:02:10 EDT 2004
- Previous message (by thread): ANNOUNCE: wxPython 2.5.2.8
- Next message (by thread): TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
For Bourne-style shells (BASH, ZSH, etc.) ``export CC=gcc`` will do it for the current shell (won't save it for future use, that requires setting it in your shell's config file. For CSH style I think it is ``setenv CC gcc`` but I am not sure.
- Previous message (by thread): ANNOUNCE: wxPython 2.5.2.8
- Next message (by thread): TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list