codegooglecom / cjklib

Automatically exported from code.google.com/p/cjklib
Other
0 stars 0 forks source link

.exe installer for MS Windows not available #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to "http://code.google.com/p/cjklib/downloads/list"
2. Find the .exe installer/package that contains it  for MS Windows
3.

What is the expected output? What do you see instead?
Expected to find .exe installer/package that contains it  for MS Windows. But 
failed to do so.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by kevt...@gmail.com on 17 Jun 2012 at 2:08

GoogleCodeExporter commented 8 years ago
Hi, I used to be able to build a Windows package on a Unix machine. However now 
I can neither get it to work on a Mac or a Ubuntu machine. 

I'll probably try to install Python & git on a Windows machine and get the 
build to run there.

Can you install via normal Python packages in the mean time?

Original comment by christop...@gmail.com on 18 Jun 2012 at 8:08

GoogleCodeExporter commented 8 years ago
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

Original comment by kevt...@gmail.com on 18 Jun 2012 at 8:19

GoogleCodeExporter commented 8 years ago
According to 
http://stackoverflow.com/questions/1449494/how-do-i-install-python-packages-on-w
indows you can add C:\Python27\Scripts to your path and then use easy_install 
for installing packages: "easy_install cjklib" should then hopefully do the 
trick.

Original comment by christop...@gmail.com on 19 Jun 2012 at 6:38

GoogleCodeExporter commented 8 years ago
Great! Thank you ever so much. It seemed to have installed properly.

Kevin

Original comment by kevt...@gmail.com on 21 Jun 2012 at 5:40