spacepaste

  1.  
  2. Traceback (most recent call last):
  3. File "secdb.py", line 175, in <module>
  4. build_database()
  5. File "secdb.py", line 18, in build_database
  6. getOther();
  7. File "secdb.py", line 115, in getOther
  8. print("%s, %s, %s, %s, %s, %s"%(name.decode('utf8'), asxCode.decode('utf8'), instrument.decode('utf8'), MER.decode('utf8'), opFee.decode('utf8'), listingDate.decode('utf8')));
  9. AttributeError: 'str' object has no attribute 'decode'
  10.