You are here

libmini.dylib

3 posts / 0 new
Last post
libmini.dylib
#1

Hi there,

I am a new user of PyRosetta. I downloaded PyRosetta.MacOSX.Lion-r44597.64Bit on my mac.
I can import rosetta module without any problem and use some of the functions in it. But when I use myfunction = create_score_function('standard'). I got segment fault 11 and the error message is: Python quit unexpectedly while using the libmini.dylib plug-in.

Is there any idea how to solve this problem? Thanks!

Post Situation: 
Fri, 2011-09-23 14:08
evo_umich

have you called rosetta.init()? It always should be the first function you call after the imports and before using any other rosetta functions.

Fri, 2011-09-23 15:00
Sergey

No, I did not~~

Problem solved, Thanks!

Fri, 2011-09-23 15:05
evo_umich