Hi Rafael,

On Thursday 04 September 2003 20:02, Rafael Muñoz Cardenas wrote:

> Hi. I'm trying to install PyKDE-3.7-4, but I get this error:

> Qt 3.2.1 is being used.

> Generating the C++ source for the dcop module.
> sip: /usr/share/sip/qt//versions.sip:28: Exactly one of this
> %Timeline must be specified with the -t flag
> An internal error occured.  Please report all the output from the
> program, including the following traceback, to
> <[EMAIL PROTECTED]> and CC the PyKDE mailing list:
> <[EMAIL PROTECTED]>. Thanks.

This is due to your fairly new Qt version. Does PyQt 3.7 work for
you? Try running some examples. For what I know, PyQt 3.8 is the first
one supporting Qt 3.2.

> Traceback (most recent call last):
>   File "build.py", line 1616, in ?
>     main(sys.argv)
>   File "build.py", line 1578, in main
>     generateSource(mname, plattag, qttag)
>   File "build.py", line 1125, in generateSource
>     runProgram (sipBin, argv)
>   File "build.py", line 1431, in main
>     nrcpu = int(os.environ["SMP"])
>   File "/usr/lib/python2.3/UserDict.py", line 19, in __getitem__
>     def __getitem__(self, key): return self.data[key]
> KeyError: 'SMP'

This one is strange, since the offending line is protected:

    try:
        nrcpu = int(os.environ["SMP"])
    except:
        nrcpu = 1

Puzzled,
Pete
Sorry. I'm a newbie and I don't have clear what do I have to do to solve this problem.

_________________________________________________________________
Descubre el mayor catálogo de coches de la Red en MSN Motor. http://motor.msn.es/researchcentre/


_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to