rafaels88 / py2docx

A python module to create DOCX documents
MIT License
16 stars 7 forks source link

Problems with install #5

Open floatc opened 9 years ago

floatc commented 9 years ago

I am unable to install this package using pip. I am new to python, so cannot really make out much from the error message below. Any help will be greatly appreciated.

pip install py2docx Collecting py2docx Downloading py2docx-0.2.0.tar.gz Collecting PIL>=1.0 (from py2docx) Could not find a version that satisfies the requirement PIL>=1.0 (from py2docx) (from versions: ) Some externally hosted files were ignored as access to them may be unreliable (use --allow-external PIL to allow). No matching distribution found for PIL>=1.0 (from py2docx)

mauza commented 8 years ago

I'm getting the same thing...

mauza commented 8 years ago

I think you will have to download the source files and run the setup.py. That is what I've learned from: http://stackoverflow.com/questions/21242107/pip-install-pil-dont-install-into-virtualenv Going to try it now.