You are here

64 bit windows version of PyRosetta does not include rosetta.dll?

5 posts / 0 new
Last post
64 bit windows version of PyRosetta does not include rosetta.dll?
#1

I was trying to download and use the 64 bit windows versions of PyRosetta, but when I tried to run "from rosetta import *" it can't find the rosetta.dll Any suggestions on how to get the 64 bit version of PyRosetta running on windows?

Category: 
Post Situation: 
Tue, 2014-07-22 10:45
pepfolder

Which version did you download? Did you run installer or used zip file? Also have you installed 64bit Python?

Tue, 2014-07-22 20:50
Sergey

Thank-you for your reply. I do not currently have 64 bit python installed - that is most likely the problem.

I tried the following versions two versions and was (incorrectly?) assuming that the .dll would be in the install folder as it is in the 32 bit version.
"PyRosetta.Windows.64Bit.monolith.mode=release.branch=devel-r56911.exe"
and
"PyRosetta.Windows.64Bit.monolith.mode=release.branch=release-r10.exe"

Wed, 2014-07-23 12:02
pepfolder

64Bit Windows version have slightly different layout and file names because it is a monolith build (one library for all PyRosetta). So instead of rosetta.dll should be one file: rosetta.pyd

Wed, 2014-07-23 17:14
Sergey

thank-you

Fri, 2014-07-25 11:28
pepfolder