Need to report uninitialized error when paddle.init() is not called
Created by: emailweixu
Currently if paddle.init() is not called in the beginning, there can be some strange errors not understandable by the user (e.g. #1971 (closed) ). We should explicitly check whether paddle.init() is called and report a sensible error message.