the subject is quite self-explanatory.
(I'm talking about Frescobaldi 2)
I have a limitation: I'm not allowed to install Frescobaldi on the main
system (it's not my pc).
I know that I don't need to install it, but I must install poppler-qt
somewhere, right?
If I install poppler in the home and run frescobaldi, then Frescobaldi
can't find it.
I've read through
http://docs.python.org/install/index.html#alternate-installation and
made some tries, but it didn't work.
I installed python-poppler using this command:
python setup.py install --home=~
Then I tried installing Frescobaldi, in 4 different ways:
python setup.py install --home=~
python setup.py install --home=~ --install-libs=~/lib
python setup.py install --prefix=~
python setup.py install --prefix=~ --install-libs=~/lib
I even tried using virtualenv and installed both packages without any
option, but I get the same error when I launch Frescobaldi:
Traceback (most recent call last):
File "/home/fede/python_fresco/bin/frescobaldi", line 3, in <module>
import frescobaldi_app.main
ImportError: No module named frescobaldi_app.main
Please help, I need this information within tomorrow.
Thanks!
Federico
It seems that virtualenv installation is working now.
I forgot to clean the build dir in poppler source, a build I made outside virtualenv.
> It seems that virtualenv installation is working now.
> I forgot to clean the build dir in poppler source, a build I made
> outside virtualenv.
Great!
You can put popplerqt4.so anywhere where Python will find it.
I think even just copying the popplerqt4.so right in frescobaldi_app/
will work.
--
Wilbert Berendsen
(http://www.wilbertberendsen.nl)