From: Noel O'B. <bao...@gm...> - 2006-11-29 14:02:38
|
The fix (or workaround) is in SVN now. Seems to work on Linux at least. You can use: c_dbl_array = double_array(mylist) and then pass c_dbl_array to the OBMol.Rotate() method. Noel. On 27/11/06, Adam Tenderholt <a-t...@st...> wrote: > Anyone have pointers on how to use the OBMol.Rotate() function from > Python? I tried passing a list of 9 doubles, but got the error > "NotImplementedError: No matching function for overloaded > 'OBMol_Rotate' ". Any help would be appreciated. > > Adam > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > OpenBabel-scripting mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openbabel-scripting > |