Thanks, I tried that and I still get an error as follows:
File "C:\Python26\ArcGIS10.0\Lib\site-packages\Pythonwin\pywin\framework\scriptutils.py", line 322, in RunScript
debugger.run(codeObject, __main__.__dict__, start_stepping=0)
File "C:\Python26\ArcGIS10.0\Lib\site-packages\Pythonwin\pywin\debugger\__init__.py", line 60, in run
_GetCurrentDebugger().run(cmd, globals,locals, start_stepping)
File "C:\Python26\ArcGIS10.0\Lib\site-packages\Pythonwin\pywin\debugger\debugger.py", line 655, in run
exec cmd in globals, locals
File "D:\average3.py", line 70, in <module>
outras = arcpy.RasterCalculator_sa(a1+a2+a3+a4)
AttributeError: 'module' object has no attribute 'RasterCalculator_sa'
Any other thoughts? I keep poking at it but its still not working