You are not logged in.
Hi,
searching for pypdf didn't give me a result concerning my problem.
I can't update my system because of python2-pypdf:
python2-pypdf: /usr/lib/python2.7/site-packages/pyPdf-1.13-py2.7.egg-info exists in file system
python2-pypdf: /usr/lib/python2.7/site-packages/pyPdf/__init__.py exists in file system
python2-pypdf: /usr/lib/python2.7/site-packages/pyPdf/__init__.pyc exists in file system
python2-pypdf: /usr/lib/python2.7/site-packages/pyPdf/filters.py exists in file system
python2-pypdf: /usr/lib/python2.7/site-packages/pyPdf/filters.pyc exists in file system
python2-pypdf: /usr/lib/python2.7/site-packages/pyPdf/generic.py exists in file system
python2-pypdf: /usr/lib/python2.7/site-packages/pyPdf/generic.pyc exists in file system
python2-pypdf: /usr/lib/python2.7/site-packages/pyPdf/pdf.py exists in file system
python2-pypdf: /usr/lib/python2.7/site-packages/pyPdf/pdf.pyc exists in file system
python2-pypdf: /usr/lib/python2.7/site-packages/pyPdf/utils.py exists in file system
python2-pypdf: /usr/lib/python2.7/site-packages/pyPdf/utils.pyc exists in file system
python2-pypdf: /usr/lib/python2.7/site-packages/pyPdf/xmp.py exists in file system
python2-pypdf: /usr/lib/python2.7/site-packages/pyPdf/xmp.pyc exists in file systemI just want to ask if it's save to use the -f option?
Last edited by Barghest (2012-10-29 09:48:29)
Offline
For some reason, python2-pypdf does not replace python-pypdf. So you have to do it manually:
$ pacman -Rdd python-pypdf && pacman -S --asdeps python2-pypdfOffline
Thanks!
Solved ![]()
Offline