Hello !

While building python-kaa-display for Fedora 11 x86_64, I've hit two problems:
- popen2 (used on kaa-display) is been deprecated
- _new__() takes no parameters from kaa/weakref.py:61 of the kaa-base 0.6.0.

Both are warning, but I wonder if they that won't lead to other side
effect with python 2.6

---------------------
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
+ /usr/bin/python setup.py build
setup.py:36: DeprecationWarning: The popen2 module is deprecated.  Use
the subprocess module.
  import popen2
checking for X11
.../usr/lib64/python2.6/site-packages/kaa/weakref.py:61:
DeprecationWarning: object.__new__() takes no parameters
  return super(weakref, weakref).__new__(cls, object)
 ok
checking for imlib2 >= 1.1.1 ... 1.4.2
----------------------


Thx !

Nicolas (kwizart)

------------------------------------------------------------------------------
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to