New submission from Pierre Lecointre <pi.lecoin...@gmail.com>: Got an error, in debian squeeze (python 2.6) and Ubuntu 11.10 (python 2.7) :
plec@cezoffsrv04:~$ python Python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from distutils2.index.simple import Crawler Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named index.simple >>> ---------- assignee: eric.araujo components: Distutils2 messages: 155893 nosy: Pierre.Lecointre, alexis, eric.araujo, tarek priority: normal severity: normal status: open title: index.simple module licking in distutils2 type: behavior _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14317> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com