1

I have added:

export PYTHONPATH="${PYTHONPATH}:/home/twittercap/alchemyapi"

to my ~/.profile file (ubuntu server environment) and it shows when I run

import sys
print sys.path

but it won't let me import the module using

from alchemyapi import AlchemyAPI

(which I can when running from within the directory.

Any help is appreciated.

Update: I can now import alchemyapi but import alchemyapi.AlchemyAPI returns ImportError: No module named AlchemyAPI (but there is!)

DiNozzo97
  • 53
  • 1
  • 6

1 Answers1

0

Resolved: Git cloned again and didn't rename - either the rename messed it up, or else the files corrupted the first time - thanks for your suggestions though!

DiNozzo97
  • 53
  • 1
  • 6