[reportlab-users] ReportLab 2.2 missing in PyPI
    Dinu Gherman 
    gherman at darwin.in-berlin.de
       
    Wed Sep 17 13:05:56 EDT 2008
    
    
  
I wrote:
> But in any case it would be helpful, indeed, if PyPI would list
> the real version number, because otherwise people cannot make
> their eggs dependant on 2.2. Maybe RL didn't run the following?
Sorry for nagging, again! I can see no evidence in PyPI of a regi-
stration for RL 2.2. The last and only version says, it's 2.0. And
there is no download link, there are no uploaded packages or eggs.
This makes it difficult to establish dependencies.
All that needs to be done to solve this seems to run the following
in your distro folder:
   python setup.py register
   python setup.py sdist upload
   python setup.py bdist_egg upload
(with "python" replaced by different Python versions, if you like).
I'm deliberately ignoring any Windows issues here, but still would
appreciate to see a working registration for all others.
Regards,
Dinu
    
    
More information about the reportlab-users
mailing list