Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2007 12:06:10 +0200
From:      Rene Ladan <r.c.ladan@gmail.com>
To:        ports@freebsd.org
Subject:   Re: Problems with lphoto
Message-ID:  <46C6C492.3050400@gmail.com>
In-Reply-To: <46C6A5A1.2000101@home.nl>
References:  <46C6A5A1.2000101@home.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46C6C492.3050400>