Let's try to be as plug 'n' play as possible.
E.g. we could add a new SVN directory (say, trunk/boinc_python)
that would have pre-compiled interpreters for different platforms,
as well as the python standard library.
It could include version 2, 3, or both.

Then the only requirement for using PyMW would be that you
check out boinc_python/ alongside boinc/

The python interface to the BOINC API should probably go in boinc/api

-- D

Jeremy Cowles wrote:
> Now that the PyMW/BOINC interface is running sufficiently well to create a
> real application, I'm realizing the importance of full BOINC API support in
> the Python science apps. I'm going to focus on getting an embedded
> interpreter running with the full Python library as well as BOINC API
> support.
> Nicholas, have you done any new work on your Pyboinc project or is the
> bitbucket stuff the most recent?
> 
> Also, David, do you still think that the interpreter should be part of
> BOINC, but the library should not? That is, Python support is provided with
> BOINC, but the Project developer is responsible for including any desired
> standard libraries.
> 
> The only problem I see with this is that the library and interpreter go
> together, that is, the 2.5 interpreter wont work with the 2.6 library and
> the 3.1 interpreter wont work with the 2.6 library either. However, version
> 3 to 2 is a special case where the broke compatibility and so if we link
> against the 2.6 interpreter, maybe it will be fine for all 2.x standard
> libraries, which is more popular than 3.x at this point anyway.
> 
> Any other thoughts on this before I begin?
> 
> --
> 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.

_______________________________________________
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.

Reply via email to