From: Peter A. M. <pa...@co...> - 2006-08-14 13:35:58
|
Hi, > 'D:\Program' is not recognized as an internal or external command, operable program or batch file. > ObjectMapLoadDXFile-Error: Unable to open file! > > - something wrong in assigning a correct path name. How to fix this error? > I appreciate for your valuable suggestions to overcome this problem. You're correct about the source of the problem...pymol isn't happy with the spaces in the filenames. The easiest way to fix this would be to use a path without spaces (aka d:\workspace), or a shortcut to that (have d:\workspace as a shortcut to your real working directory). I suspect both of these would require admin permissions (to write to top level directories, but I'm not completely farmiliar with the windows file permissions or user permissions. If you don't have admin access, then things get more complicated...You'd need to quote the full path, and escape the quotation marks in the path. Or wait for someone more experience with window to chime in with an easier solution... Hope this helps, Pete > > -B. Padmanabhan. > Email: > pa...@gs...------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________ PyMOL-users mailing list > PyM...@li... > https://lists.sourceforge.net/lists/listinfo/pymol-users > Pete Meyer Fu Lab BMCB grad student Cornell University |