Download Microsoft C/C++ compiler for use with Python 2.6/2.7 ASAP

Grant Edwards invalid at invalid.invalid
Fri Jul 23 23:05:12 EDT 2010


On 2010-07-24, Lawrence D'Oliveiro <ldo at geek-central.gen.new_zealand> wrote:
> In message <mailman.323.1278440923.1673.python-list at python.org>, Robert Kern 
> wrote:
>
>> There are also utilities for mounting ISOs directly without burning
>> them to a physical disk.
>
> You need special utilities to do this??

Not if the OS and VFS are competently designed.  In Linux all you need
to do is this:

  mount -o loop /path/to/file.iso /mount/point

Apparently you've got to jump through all sorts of hoops using 3rd
party software to do something analgous in MS Windows.
  
-- 
Grant



More information about the Python-list mailing list