-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi. Thanks for your work on this project. I'm probably doing something wrong here so feel free to let me know where I've missed something.
Here are my steps:
virtualenv test_tika
cd test_tika
source bin/activate
pip install git+git://github.com/aptivate/jcc.git
pip install git+git://github.com/aptivate/python-tika.gitUp until this point I have no problems.
then:
pythonimport tikarenders :
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/{PATH}/test_tika/lib/python2.7/site-packages/tika/__init__.py", line 2, in <module>
import os, _tika
ImportError: dynamic module does not define init function (init_tika)This is on Arch Linux - 3.3.2-1-ARCH #1 SMP PREEMPT x86_64
Python 2.7.3
Metadata
Metadata
Assignees
Labels
No labels