On Friday, March 18, 2016 at 1:38:24 AM UTC-4, Ben Finney wrote: > Val Krem via Python-list <python-list@python.org> writes: > > > from sas7bdat import SAS7BDAT > > ImportError: No module named sas7bdat > > > > What did I miss? > > You missed telling us what 'sas7bdat' is, what you have already done to > install it, and why you think it should be available for Python to > import. > > -- > \ "Putting the word "faith" in front of something is no excuse | > `\ for barbarism and cruelty and ignorance and stupidity." | > _o__) --Christopher Hitchens | > Ben Finney
I think he meant this: https://pypi.python.org/pypi/sas7bdat And here is what SAS7DAT is https://cran.r-project.org/web/packages/sas7bdat/vignettes/sas7bdat.pdf Judging by name it seams be related to SAS language. Regards Adam M. -- https://mail.python.org/mailman/listinfo/python-list