Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build python module #37

Open
Alexhha opened this issue May 12, 2016 · 2 comments
Open

How to build python module #37

Alexhha opened this issue May 12, 2016 · 2 comments

Comments

@Alexhha
Copy link

Alexhha commented May 12, 2016

Hello,

could anyone explain how can I build and use jlog in a python script?

$ python test_jlog.py
Traceback (most recent call last):
  File "test_jlog.py", line 8, in <module>
    from jlog import *
ImportError: No module named jlog
@leea
Copy link

leea commented Jul 7, 2016

Hi,

These were my steps for building and using the jlog python module:

from the project root directory:

autoconf
./configure && make && make install
cd python
python setup.py install

@yqian1991
Copy link

This is what I got following your steps @leea

$ python setup.py install
Traceback (most recent call last):
  File "setup.py", line 3, in <module>
    from Cython.Build import cythonize
ImportError: No module named Cython.Build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants