> > El Vie 12 Jun 2009 16:21:06 David Anderson escribió: > > Jeremy Cowles wrote: > > > Agreed. Also, it would be nice to expose the suspend/quit/checkpoint > api > > > (boinc_status) into Python, or is this already available? > > > > This page has a link to "a python binding of the BOINC API": > > http://boinc.berkeley.edu/trac/wiki/PythonApps > > This is probably out of date but might be a good starting point. > > Here is my Python-BOINC wrapper. It *embeds* the Python interpreter, > so the process-level wrapper isn't needed. > > http://bitbucket.org/nicolas17/pyboinc/ >
So embedding the interpreter looks really straight forward, but how do you propose to handle the standard library? Some of it is platform specific and depends on compiled libraries, isn't that going to pose a problem for client distribution? -- Jeremy _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
