Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #105179 > unrolled thread
| Started by | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| First post | 2016-03-18 16:38 +1100 |
| Last post | 2016-03-18 07:24 -0700 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: file -SAS Ben Finney <ben+python@benfinney.id.au> - 2016-03-18 16:38 +1100
Re: file -SAS Adam M <amorawski@magna-power.com> - 2016-03-18 07:24 -0700
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2016-03-18 16:38 +1100 |
| Subject | Re: file -SAS |
| Message-ID | <mailman.301.1458279492.12893.python-list@python.org> |
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
[toc] | [next] | [standalone]
| From | Adam M <amorawski@magna-power.com> |
|---|---|
| Date | 2016-03-18 07:24 -0700 |
| Message-ID | <20d771de-0e7a-4f07-8b8e-48d39b0ce49d@googlegroups.com> |
| In reply to | #105179 |
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.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web