I am using PyDev via eclipse and have used easy_install to get jsonpickle. No matter what I do I can't seem to get the import to work.
What I have tried thus far:
- I have removed it from easy_install.pth and deleted the egg and installed again.
- Add my python lib, dll, etc folders to a PYTHONPATH system variable
- Restarted eclipse
Other imports are working fine. Not sure what I am doing wrong?
EDIT:
Sorry should have included OS / Python version. OS: Windows 7 Python: 2.7
Any suggestions greatly appreciated