Did you use the windows exe to install or did you use the zip file.

The zip file should work with any python installation

after unzipping the files, cd into the directory that included the setup.py 
file.

then use the following command line

explicitly use python27

cd into the unzipped directory

c:\some_unzip_directory>  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/-/dQjZMSoyMWEJ.
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