Problems with lphoto

Rene Ladan r.c.ladan at gmail.com
Sat Aug 18 03:22:00 PDT 2007


w.r.pestman schreef:
> Dear  FreeBSD team,
> First of all I would like to say that I am very content having FreeBSD
> on my machine.
> And I like the FreeBSD ports very much.
> Up to now, however, I have not been able to install the application
> "lphoto" properly.
> The installation proceeds with no error messages.
> However, it systematically crashes at startup. See attachment. What's wong?
>
[...]

It seems like Python and QT are not properly bound together.  What happens if
you upgrade the python ports to 2.5 (see /usr/ports/UPDATING, entry 20070730) ?

I'm seeing another Python/QT mismatch when starting devel/eric4 :

Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/eric4/eric4.py", line 35, in <module>
    from KdeQt.KQApplication import KQApplication
  File "/usr/local/lib/python2.5/site-packages/eric4/KdeQt/__init__.py", line 20, in <module>
    import Preferences
  File "/usr/local/lib/python2.5/site-packages/eric4/Preferences/__init__.py", line 32, in <module>
    class Prefs(object):
  File "/usr/local/lib/python2.5/site-packages/eric4/Preferences/__init__.py", line 182, in Prefs
    "CallTipsStyle"   : Qsci.QsciScintilla.CallTipsNoContext,
AttributeError: CallTipsNoContext

eric4 builds fine on CURRENT, except for the py25-qt4-gui-4.2_1 dependency, which I
added as a package from the i386-6-latest directory.

Regards,
Rene
-- 
GPG fingerprint = E738 5471 D185 7013 0EE0  4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net)

"It won't fit on the line."
		-- me, 2001



More information about the freebsd-ports mailing list