On 19/04/12 15:59, Sean Lake wrote: > > On Apr 19, 2012, at 6:52, Kurt Schwehr wrote: > >>>>> from io import UnsupportedOperation > > The result: > > /sw/bin/python2.7 > Python 2.7.3 (default, Apr 13 2012, 23:45:57) > [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin > Type "help", "copyright", "credits" or "license" for more information. >>>> from io import UnsupportedOperation > Traceback (most recent call last): > File "<stdin>", line 1, in<module> > File "/sw/lib/python2.6/io.py", line 63, in<module> > import _fileio > ImportError: No module named _fileio
You get this if you set the environment variable PYTHONPATH=/sw/lib/python2.6 Don't do this. -- Martin ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
