teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

タイトルの訂正

2017/01/09 00:52

投稿

fire
fire

スコア13

title CHANGED
@@ -1,1 +1,1 @@
1
- PypeR モジュールのエラー???
1
+ PypeR  AttributeError???
body CHANGED
File without changes

1

追記

2017/01/09 00:52

投稿

fire
fire

スコア13

title CHANGED
File without changes
body CHANGED
@@ -1,4 +1,4 @@
1
- python2.7でR3.3.2を呼び込みたく、PypeRをインストール後(pip install, easy_install)
1
+ python2.7でR(3.3.2)を呼び込みたく、PypeR(1.1.2)をインストール後(pip install, easy_install)
2
2
  下のスクリプトを実行したところattribute errorになりました。
3
3
 
4
4
  ```
@@ -8,4 +8,6 @@
8
8
  AttributeError: 'module' object has no attribute 'R'
9
9
  ```
10
10
 
11
- dir(pyper)で確認してもR属性は入っているのになぜattributeエラーがでてくるのでしょうか。
11
+ dir(pyper)で確認してもR属性は入っているのになぜattributeエラーがでてくるのでしょうか。
12
+
13
+ C:\Python27\Lib\site-packages\PypeR-1.1.2.dist-info 配下にモジュールリストのようなものが見当たらないためパッケージ自体がよくないのでしょうか