2017-09-23 4 views
0

Face API를 탐색 중입니다. GUI 샘플을 사용하고 있습니다.Cognitive-Face-Python-master 테스트를 실행하지 못했습니다.

GUI 링크 : https://github.com/Microsoft/Cognitive-Face-Python

이 오류는 내가 샘플을 실행할 때 발생합니다

당신은 아마 아직 베타 버전 wxPython을 4를 설치
Traceback (most recent call last): 
File "D:\Tin Central\programming\DOAN\Cognitive-Face-Python- 
master\Cognitive-Face-Python-master\sample\view\__init__.py", line 101, in 
OnInit 
frame = MyFrame(None) 
File "D:\Tin Central\programming\DOAN\Cognitive-Face-Python- 
master\Cognitive-Face-Python-master\sample\view\__init__.py", line 80, in 
__init__ 
self.book = MyLabelBook(self) 
File "D:\Tin Central\programming\DOAN\Cognitive-Face-Python- 
master\Cognitive-Face-Python-master\sample\view\__init__.py", line 31, in 
__init__ 
subscription_panel = SubscriptionPanel(self) 
File "D:\Tin Central\programming\DOAN\Cognitive-Face-Python- 
master\Cognitive-Face-Python-master\sample\view\panel_subscription.py", line 
42, in __init__ 
subgridsizer = wx.GridSizer(rows=2, cols=2) 
TypeError: GridSizer(): arguments did not match any overloaded call: 
overload 1: 'rows' is not a valid keyword argument 
overload 2: 'rows' is not a valid keyword argument 
overload 3: not enough arguments 
overload 4: not enough arguments 

답변

관련 문제