I\'m using Rpy2 on windows 7 64 and having trouble loading a package:
using(mi)
from rpy2.robjects
I also have this problem,and i copy the package i need to base._libPaths() ,here , and it works.
import rpy2.robjects as objects from rpy2.robjects.packages import importer base = importr('base') base._libPaths()[0]