Comment #2 on issue 17 by
kevt...@gmail.com: .exe installer for MS Windows
not available
http://code.google.com/p/cjklib/issues/detail?id=17
Hi Christopher,
Would you mind expanding on "install via normal Python packages"?
I "kind of" got it to work, not sure if it's installed or not.
I basically
1) moved the whole cjklib-xxxx folder to Python directory
2) Start python, go to cjklib-xxxx directory
enter these:
from cjklib import dbconnector
from sqlalchemy import select
db = dbconnector.getDBConnector()
from cjklib import characterlookup
I got what I needed for now, cjk.getStrokeCount. But not entirely sure if
what I did was at all correct in terms of proper installation.
Many thanks,
Kevin