Re: [anemon-devs] Anemon revision 137

[ Thread Index | Date Index | More anemon.org/devs Archives ]


It only appends the first time you launch anemon when .pyc files are generated.

It's a warning for hexadecimal/octal number (4 bytes max) that are signed integer (short int?) in py2.3 but should be signed long integer in 2.4.

It's not a problem. Later i will search how to turn off this warning.

Dustin Wish with INDCo Networks wrote:
K
Fixed this issue. Seems that in the README it did say copy the common/trunk
files to the common folder in /usr/lib/anemon/

But I got this message after starting service which I was unsure of...


/usr/lib/python2.3/site-packages/anemon/common/type_ipv4subnet.py:29:
FutureWarning: hex/oct constants > sys.maxint will return positive values in
Python 2.4 and up
  self._netmask = (0xFFFFFFFF << (32-self._shortmask)) & 0xFFFFFFFF
/usr/lib/python2.3/site-packages/anemon/common/type_ipv4subnet.py:29:
FutureWarning: hex/oct constants > sys.maxint will return positive values in
Python 2.4 and up
  self._netmask = (0xFFFFFFFF << (32-self._shortmask)) & 0xFFFFFFFF
/usr/lib/python2.3/site-packages/anemon/common/type_ipv4subnet.py:35:
FutureWarning: hex/oct constants > sys.maxint will return positive values in
Python 2.4 and up
  self._netmask = 0xFFFFFFFF



--
Mathieu Ignacio,
* mignacio@xxxxxxxxx
* tamtam@xxxxxxxxxx
* http://anemon.org/



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/