質問編集履歴

1

エラーの詳細を記入しました

2015/07/27 14:54

投稿

egjgyuki23
egjgyuki23

スコア7

test CHANGED
File without changes
test CHANGED
@@ -7,3 +7,61 @@
7
7
  jetCreatorはPythonのアプリケーションなので、Pythonでエラーが出ているのか、それともよそから引っ張ってきたのがいけないのかわかりません。
8
8
 
9
9
  どうかお助けください。
10
+
11
+
12
+
13
+ 【エラー詳細】
14
+
15
+ Tracevack(most recent call last);
16
+
17
+ File"I:\kaken\sdk\tools\jet\JetCreator.py",line 410, in OnsegmentAdd
18
+
19
+ saveState = JetState(self,jet_file,self,currentSegmentIndex,self,currentEventIndex)
20
+
21
+ File"I:\kaken\sdk\tools\jet\JetUtils.py",line 95,in_init_
22
+
23
+ self.jet_file = copy.deepcopy(jet_file)
24
+
25
+ File"I:\Python27\lib\copy.py",line 190,in deepcopy
26
+
27
+ y = reconstruct(x,rv,1,memo)
28
+
29
+ File"I:\Python27\lib\copy.py"line 334, in_reconstruct
30
+
31
+ state = deepcopy(state,memo)
32
+
33
+ File"I:\Python27\lib\copy.py"line 163, deepcopy
34
+
35
+ y = copier(x,memo)
36
+
37
+ File"I:\Python27\lib\copy.py"line 257, in_deepcopy_dict
38
+
39
+ y[deepcopy(key,memo)]= deepcopy(value,memo)
40
+
41
+ File"I:\Python27\lib\copy.py"line 163, in_deepcopy
42
+
43
+ y = copier(x,memo)
44
+
45
+ File"I:\Python27\lib\copy.py"line 298, in_deepcopy_inst
46
+
47
+ state = deepcopy(state,memo)
48
+
49
+ File"I:\Python27\lib\copy.py"line 163, in deepcopy
50
+
51
+ y = copier(x,memo)
52
+
53
+
54
+
55
+ File"I:\Python27\lib\copy.py"line 257, in_deepcopy_decit
56
+
57
+ y[deepcopy(key,memo)]= deepcopy(value,memo)
58
+
59
+ File"I:\Python27\lib\copy.py"line 174, in deepcopy
60
+
61
+ y = copier(memo)
62
+
63
+ TypeError: cannot deepcopy this pattern object
64
+
65
+
66
+
67
+ です。