On Tue, 23 Oct 2012, Jakub Wilk wrote: > >? > It stands for "with pyMalloc". > See: http://www.python.org/dev/peps/pep-3149/#proposal
Thank you Jakub! > >$> > >PYTHONPATH=/home/yoh/deb/gits/pkg-exppsy/mpi4py/install/lib/python3.3/site-packages/mpi4py > > $HOME/python-env/python3.3/bin/python3.3 /usr/bin/nosetests mpi4py > >Traceback (most recent call last): > > File "/usr/bin/nosetests", line 5, in <module> > > from pkg_resources import load_entry_point > > File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2708, in > > <module> > > working_set.require(__requires__) > > File "/usr/lib/python3/dist-packages/pkg_resources.py", line 686, in require > > needed = self.resolve(parse_requirements(requirements)) > > File "/usr/lib/python3/dist-packages/pkg_resources.py", line 584, in resolve > > raise DistributionNotFound(req) > >pkg_resources.DistributionNotFound: nose==1.1.2 > This smells like #681759. indeed might be it or related... over all -- I had no ability to test either it fixes the issue but I have uploaded -2 with the patch from upstream for those with 3.3 fully "supported" to test ;) Cheers, -- Yaroslav O. Halchenko Postdoctoral Fellow, Department of Psychological and Brain Sciences Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755 Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419 WWW: http://www.linkedin.com/in/yarik _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

