0

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

scarpacci
  • 8,957
  • 16
  • 79
  • 144

1 Answers1

1

OS and python version?

  1. Please use pip. Always.
  2. pydev seems to ignore your package. It should be in /usr/share/pythonX.Y/site-packages/jsonpickle, or, if on Windows, c:\pythonxx[...].
  3. If using Linux, please try to find a distro package for jsonpickle.
Chris Warrick
  • 1,571
  • 1
  • 16
  • 27