質問編集履歴

1

エラー発生場所の特定

2016/06/01 07:44

投稿

tak__tak
tak__tak

スコア78

test CHANGED
File without changes
test CHANGED
@@ -8,22 +8,12 @@
8
8
 
9
9
  バックテストの実行時に
10
10
 
11
- > python26.dll could not be loaded. make sure you have the correct python version installed and have it installed "for all users" so python26.dll is in the system32 folder.
11
+ > Access violation read to 0x00000000 in 'py26.dll'
12
12
 
13
- のアラーています
13
+ いうエラーが発生しています
14
14
 
15
15
 
16
16
 
17
+ PyEvalDouble、PyEvalInt など、pythonから値を得ようとする時にこれが発生しているようで、出力を見る限りではそこまでにはエラーは無いようなのですが、
17
18
 
18
-
19
- windowsにインストールされているpythonは2.7なのですが、
20
-
21
- れは、pythonのバージョンも2.6を使ないという事しょうか?
19
+ までのpythonコマ実行できているかどうかが不明す。
22
-
23
-
24
-
25
-
26
-
27
- それとも、
28
-
29
- py27.dll があったりするんでしょうか?