<div dir="ltr">Hi,<div><br></div><div>I am having trouble using Bio.PDB.NACCESS.</div><div><br></div><div>The following is my code:</div><div><div>import Bio.PDB.NACCES as nac</div></div><div><div>data = nac.run_naccess(structure[0],&quot;1BVU.pdb&quot;)</div></div><div><br></div><div>I get the following error:</div><div><div>WindowsError Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â Traceback (most recent call last)</div><div>&lt;ipython-input-54-1d30779fea29&gt; in &lt;module&gt;()</div><div>----&gt; 1 data = nac.run_naccess(structure[0],&quot;1BVU.pdb&quot;)</div><div><br></div><div>C:\Users\user\AppData\Local\Enthought\Canopy\User\lib\site-packages\Bio\PDB\NACCESS.py in run_naccess(model, pdb_file, probe_size, z_slice, naccess, temp_path)</div><div>  Â  Â 31 </div><div>  Â  Â 32 Â  Â  # make temp directory;</div><div>---&gt; 33 Â  Â  tmp_path = tempfile.mkdtemp(dir=temp_path)</div><div>  Â  Â 34 </div><div>  Â  Â 35 Â  Â  # file name must end with &#39;.pdb&#39; to work with NACCESS</div><div><br></div><div>C:\Users\user\AppData\Local\Enthought\Canopy\App\appdata\canopy-1.5.1.2730.win-x86_64\lib\tempfile.pyc in mkdtemp(suffix, prefix, dir)</div><div>  Â  331 Â  Â  Â  Â  file = _os.path.join(dir, prefix + name + suffix)</div><div>  Â  332 Â  Â  Â  Â  try:</div><div>--&gt; 333 Â  Â  Â  Â  Â  Â  _os.mkdir(file, 0700)</div><div>  Â  334 Â  Â  Â  Â  Â  Â  return file</div><div>  Â  335 Â  Â  Â  Â  except OSError, e:</div><div><br></div><div>WindowsError: [Error 3] The system cannot find the path specified: &#39;/tmp/tmpdetkbw&#39; </div></div><div><br></div><div>Regards,</div><div>Alaksh</div><div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Alaksh Choudhury<div>Graduate Student | Gill lab and Kaar lab</div><div>Department of Chemical Engineering</div><div>University of Colorado, Boulder</div><div><br></div></div></div>
</div></div>