Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

ImportError: No module named indextank.client #3

Open
haarts opened this issue Dec 27, 2011 · 6 comments
Open

ImportError: No module named indextank.client #3

haarts opened this issue Dec 27, 2011 · 6 comments

Comments

@haarts
Copy link

haarts commented Dec 27, 2011

It probably is just me but running (step 1 of the 'getting started' paragraph):

python manage.py syncdb

results in

ImportError: No module named indextank.client

This is reference in ./nebu/api_linked_models.py line 5.

@Kalyse
Copy link

Kalyse commented Dec 27, 2011

I also got this. Did you manage to resolve it haarts?

@haarts
Copy link
Author

haarts commented Dec 27, 2011

Nope. I removed the offending line. The command then ran till some MySQL error, that error was wholly on my part, I didn't create a DB yet.

ramiyer pushed a commit to ramiyer/indextank-service that referenced this issue Jan 2, 2012
Autocomplete resource and README quick start
@dbuthay
Copy link
Contributor

dbuthay commented Jan 17, 2012

you can solve the problem by installing [https://github.com/flaptor/indextank-py].

If you have pip installed on your system, just run

pip install indextank

@hackaway
Copy link

hackaway commented Jun 4, 2012

I am getting this in a virtual env on fedora and i have the indextank installed.
i get this on running: pip freeze

Django==1.2.7
MySQL-python==1.2.3
anyjson==0.3.1
indextank==1.0.7
uWSGI==1.2.3
wsgiref==0.1.2
Have there been any recent changes?

@hackaway
Copy link

hackaway commented Jun 4, 2012

To add to my previous comment: i get the error when running /bin/python manage.py syncdb

@hackaway
Copy link

hackaway commented Jun 4, 2012

That is
path-to-virtual-env/bin/python manage.py syncdb

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

No branches or pull requests

4 participants