On Sun, Aug 3, 2014 at 12:23 PM, Filippo Dal Bosco - <
filippo.dalbo...@whiteready.com> wrote:

> Il giorno Sun, 3 Aug 2014 02:55:28 -0700
> Dario Bertini <berda...@gmail.com> ha scritto:
>
> > from mmap import mmap, PROT_READ
>
> python 3,4 linux dice (installato con il solito comando apt-get)
>
> ImportError: cannot import name 'mmap'
>

Sicuro sicuro?

https://docs.python.org/3.1/library/mmap.html

Su ubuntu 14.04:

marco@marco-desktop:~$ python3
Python 3.4.0 (default, Apr 11 2014, 13:05:18)
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import mmap
>>> from mmap import mmap
>>>

Ciao.
Marco.
_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Reply via email to