Skip to content
Prev 33904 / 63424 Next

Including a binary Python Interpreter into a binary R-package for MS Windows

Hi Gabor,
--- On Thu, 9/3/09, Gabor Grothendieck <ggrothendieck at gmail.com> wrote:

            
Unzipping an archive with e.g. "python.exe" and "python25.dll" should also be quite easy. Python's main modules would all be included in "python25.dll". For add-on modules you could use a modified import mechanism, so that you can place these modules one level deeper in the directory structure.
I can imagine.
Thanks. I will take a look at both projects. 

Guido