I've found some more on this. It's likely covered by
http://www.logilab.org/ticket/4020
$ python -c "import sys; import serial; print sys.modules['serial']"
<module 'serial' from
'/usr/local/lib/python2.6/site-packages/pyserial-2.4-py2.6.egg/serial/__init__.pyc'>
$ ls -l /usr/local/lib/python2.6/site-packages/pyserial-2.4-py2.6.egg
-rw-r--r-- 1 root wheel 47854 18 Aug 10:40
/usr/local/lib/python2.6/site-packages/pyserial-2.4-py2.6.egg
So, the module is inside the egg in compressed form.
Best regards,
Vladimir
On Tue, 08 Sep 2009 22:19:03 +0300, <chukha...@mail.ru> wrote:
huum, I don't reproduce this one w/ the same config, but python 2.5 instead of
2.6.
I don't have python 2.6 available, can someone check it's actually a 2.6
specific pb?
Well, I also cannot reproduce it on an old Ubuntu with python 2.5.
Additional difference is that the false positive is on a FreeBSD machine. I do
not
know how much this matters though...
Best regards,
Vladimir
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects