I see from your link that there are 2 possible downloads to enable you to 
install the software that you want.

If you are having issues with the windows 2.7 exe, just use the zip file.

Then you can install the software by executing the following command after 
unzipping the file in windows.

c>  cd into the directory that contains the setup.py file

Then explicity install the software with python version2.7

c:\directory_where_setup_file_lives> c:\python27\python.exe setup.py install

Good luck



On Sunday, March 25, 2012 9:48:04 AM UTC-4, NENAD CIKIC wrote:
>
> Hello! 
> I am novice django user, and now i want to create pdf documents. 
> Following the official docs at 
> https://docs.djangoproject.​com/en/dev/howto/outputting-​pdf/<https://docs.djangoproject.com/en/dev/howto/outputting-pdf/>
>  
> it seems the reportlab is suggested to be used. 
> The problem is that the installer does not work for python 2.7.2, for 
> windows. I have succesfully installed the reportlab on my ubuntu 
> virtualbox, but if it is possible i would like to continue development 
> on windows. 
> Are there any way to install reportlab on windows? 
> On the same page other options are listed: 
> pdflib 
> pisa 
>
> On pip there is a pypdflib. Is this the same as pdflib? 
>
> In anycase, what is the suggested way to generate simple pdf files 
> (invoices with a logo and some text). Any example? 
>
> Thanks 
> Nenad 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/_YnzniDvkzAJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to