| <type 'exceptions.ValueError'> | Python 2.5: /usr/bin/python Sat Jul 31 14:23:35 2010 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /home/tickerspy/public_html/stockcharts.cgi in |
| 292 if chart.rectSub1 != None: |
| 293 volume = map(lambda (value): chart.if_else(value>0, value, 0), stock.volumes) |
| 294 if min(volume) > 1000000: |
| 295 scale = '( Millions )' |
| 296 volume = array(volume)/1000000 |
| builtin min = <built-in function min>, volume = [] |
<type 'exceptions.ValueError'>: min() arg is an empty sequence