matthiask / pdfdocument

ReportLab-wrapper

Home Page:http://www.feinheit.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip install pdfdocument didn't work

maccesch opened this issue · comments

Hi!
Thanks for your great work. Unfortunately went something wrong with my pip install. This is what pip said:

Downloading/unpacking pdfdocument
  Downloading pdfdocument-1.0.tar.gz
  Running setup.py egg_info for package pdfdocument
    WARNING: '.' not a valid package name; please use only.-separated package names in setup.py
Installing collected packages: pdfdocument
  Running setup.py install for pdfdocument
    WARNING: '.' not a valid package name; please use only.-separated package names in setup.py 
Successfully installed pdfdocument
Cleaning up...

The files ended up in my site-packages root directory instead of in site-packages/pdfdocument

I think this particular problem has been fixed by a77b81d