Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Same issue for installation via pip in a virtualenv using python 3.4:
pip install fpdf
Downloading/unpacking fpdf
Downloading fpdf-1.7.zip
Running setup.py (path:/Users/joel/.virtualenvs/pdf/build/fpdf/setup.py) egg_info for package fpdf
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/Users/joel/.virtualenvs/pdf/build/fpdf/setup.py", line 8, in <module>
import fpdf_py3k as fpdf
ImportError: No module named 'fpdf_py3k'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/Users/joel/.virtualenvs/pdf/build/fpdf/setup.py", line 8, in <module>
import fpdf_py3k as fpdf
ImportError: No module named 'fpdf_py3k'
----------------------------------------
Original comment by joel.p...@gmail.com
on 20 Nov 2014 at 9:11
Please, if you can, for python 3.4 try the latest version from the repository
and report any issue:
https://pyfpdf.googlecode.com/archive/45566059864c653db58068475f68abc07801dcd2.z
ip
We will make a new release ASAP once finding time to test and close these issues
Original comment by reingart@gmail.com
on 2 Dec 2014 at 5:33
I was able to install successfully using that zip and python 3.4.
Also was able to run the tutorial script. Thanks!
Original comment by joel.p...@gmail.com
on 20 Dec 2014 at 2:50
Original issue reported on code.google.com by
micko.ma...@gmail.com
on 16 Jul 2014 at 8:00