def install(): """装载BaseReactor为服务的reactor\n """ reactor = GeventReactor() from gtwisted.core.installer import installReactor installReactor(reactor)