I am deploying my site - I have it mostly set up but I notice that when I pip install some of the packages they don't seem to have installed correctly - for instance:
django-import-export Package
django_import_export-0.5.1.dist-info
django_import_export-0.5.1-py3.4.egg-info
Another package - openpyxl did this as well
openpyxl-2.4.7-py3.4.egg-info
What - if anything - am I doing wrong?
Note that other packages installed w/ pip in to the virtualenv work just fine (psycopg2 for instance)
Thank you in advance...
did you activated the virtualenv and then tried installing using pip?
and what i see it is correct. the info files stays like that, but the python files goes to site packages.
by d way are those packages working or not?