[pyar] Nombre de módulo con caracteres no-ASCII

claudio canepa ccanepacc en gmail.com
Mie Ago 14 10:51:53 ART 2013


Wait!, sí funciona: me habia olvidado de cambiar de directorio:

Python 3.3.1 (v3.3.1:d9893d13c628, Apr 6 2013, 20:25:12) [MSC v.1600 32 bit
(In
tel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import ñoño
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'ñoño'
>>> import os
>>> os.chdir(r'M:\_\tcode')
>>> import ñoño
>>>
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20130814/1c1e21a9/attachment.html>


More information about the pyar mailing list