On 23 May 2010 14:46, Frank GOENNINGER <dg1...@googlemail.com> wrote:
> Traceback (most recent call last):
>  File "/.../src/pib/logging.py", line 37, in <module>
>    main()

Here's a clue - looks like your own module is called logging. That's
what's getting imported by your import. Try naming your module
something else, and you should be golden.

-- 
Cheers,
Simon B.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to