Skip to content

Import Error #1

Description

@swasheck

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.git

Up until this point I have no problems.

then:

python
import tika

renders :

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions