From your question, I assume that you are completely new to Python, so let's start from the beginning.
My advice is to look at the trace that Django creates and look for a line that looks like this: "ImportError: No module named somemodule". This tells you the name of the missing module.
Once you find out the name of the module, you can try to find out if the missing module is missing in PyPi (the Python package index) using easy_install.
Try to run:
easy_install somemodule
, - python (/usr/lib/python2.6/site-packages, , python). site-packages - , , PYTHONPATH.
, -, PyPi, Google - : p
p.s.
easy_install ( ), , python setuptools, : http://pypi.python.org/pypi/setuptools