-
Notifications
You must be signed in to change notification settings - Fork 53
Compatibility report
wcyz666 edited this page Jun 18, 2014
·
7 revisions
With Python 2.7, SNSAPI should be able to run on any platform, including both your PC and mobile platforms. Just the difficulty of installing dependency is different. To gain you some confidence that certain environment works and also to let people know some existing problems, we compile this page for your information.
SNSAPI is known to work well under the following settings:
- Python 2.7.3, Ubuntu 12.04, -- @hupili
- Python 2.7.2, MacOS X 10.8.3/10.8.5, -- @hupili @xhhxhhxhh
- Python 2.7, Fedora 14, -- @hupili
SNSAPI is know to have problems under the following settings:
- (sample) Python 2.7, windows (CN). Character do not show correctly. The workaround is to change encoding from 'utf-8' to 'gbk' in
snsapi/snsconf.py
. - Python xxx, System xxx, the problem, the workaround if any.