That used to work with PyQt 3.7, but now with my new installation
of PyQt 3.8 it no longer does:

-- code fragment --
c_sav = None
c = QColor()
if c != c_sav:
   c_sav = c
-- -- -- --
brings:
Traceback (..):
..
RuntimeError: Cannot pass None as argument 1 in this call

As I said, this code worked before. Not a big deal to work around,
but I wonder why / what's the difference.

Thank you for your ideas,

Karl

PS: using precompiled binaries for Windows (2000)


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

Reply via email to