New issue 5 by pradeep.gowda: Build failure
http://code.google.com/p/tokyo-python/issues/detail?id=5
What is the expected output? What do you see instead?
# python setup.py build
running build
running build_py
running build_ext
error: None
What version of the product are you using? On what operating system?
svn chekcout. r64 2010/8/23.
OS: Debian lenny (ARM processor) [debian-armel]
Please provide any additional information below.
The TC, TT libraries are in non-standard location. I've attached the
setup.py
file which has the alt locations as include_dirs and library_dirs.
Attachments:
setup.py 5.0 KB
Hi,
I must confess I don't really understand your issue. According to your
report building tokyo-python went well, did you try to install it (sudo
python setup.py install)?
When running a python script needing tokyo-python you might need to set
LD_LIBRARY_PATH to your non-standard lib path.
Maybe if you give a detailed description of what you did, what was the
expected vs. the actual results, I might be more helpful.
hope it helps
malek
Hi,
Thanks for the reply.
I got it working.
I must have not run `ldconfig` after installing the tokyo libraries.
Regards,
PG
Comment #3 on issue 5 by lekmalek: Build failure
http://code.google.com/p/tokyo-python/issues/detail?id=5
(No comment was entered for this change.)