Charles Merriam <[EMAIL PROTECTED]> added the comment:

In my installation, line 1327 is within the logging.debug()  function,
specifically at the
call to  apply(root.debug, (msg,)+args, kwargs)

[EMAIL PROTECTED]:~/py$ rm *.pyc
[EMAIL PROTECTED]:~/py$ python x.py
DEBUG:logging/__init__.py:1327:Hello
[EMAIL PROTECTED]:~/py$ uname -a
Linux chasm-laptop 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC
2008 i686 GNU/Linux
[EMAIL PROTECTED]:~/py$ python -V
Python 2.5.1

-and then-
[EMAIL PROTECTED]:/usr/lib/python2.5$ sudo rm -rf *.pyc *.pyo */*.pyc
*/*.pyo */*/*.pyc */*/*.pyo
[EMAIL PROTECTED]:/usr/lib/python2.5$ cd ~/py
[EMAIL PROTECTED]:~/py$ python x.py
DEBUG:x.py:7:Hello
[EMAIL PROTECTED]:~/py$

So it was somewhere in the library brunches.  The uname -a translates
to "Kbuntu Gutsy".  Python, and extras like pylint, coverage, and
nose, were installed via Kbuntu's package manager.

-- Charles

On Fri, Apr 25, 2008 at 3:27 AM, Vinay Sajip <[EMAIL PROTECTED]> wrote:
>
>  Vinay Sajip <[EMAIL PROTECTED]> added the comment:
>
>  Can you confirm whether this problem occurs even after deleting all .pyc
>  and .pyo files, including in the Python library folders and your
>  application folders? Also, which specific platform is this happening on?
>
>  On your installation, is the line number 1327 the last line in
>  logging/__init__.py?
>
>  ----------
>  assignee:  -> vsajip
>  nosy: +vsajip
>
>
>
>  __________________________________
>  Tracker <[EMAIL PROTECTED]>
>  <http://bugs.python.org/issue2684>
>  __________________________________
>

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2684>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to