¡@

Home 

python Programming Glossary: pack_name

trouble installing rpy2 on win7 (R 2.12, Python 2.5)

http://stackoverflow.com/questions/4924917/trouble-installing-rpy2-on-win7-r-2-12-python-2-5

import setup from distutils.core import Extension pack_name 'rpy2' pack_version __import__ 'rpy' .__version__ class build.. 1 include_dirs rinterface_ext Extension name pack_name '.rinterface.rinterface' sources #os.path.join 'rpy' 'rinterface'.. #extra_link_args extra_link_args rpy_device_ext Extension pack_name '.rinterface.rpy_device' os.path.join 'rpy' 'rinterface' 'rpy_device.c'..