Setting up PySide/ko

From Qt Wiki
Revision as of 03:37, 12 April 2015 by AutoSpider (talk | contribs) (AutoSpider moved page Setting up PySide Korean to Setting up PySide/ko: Localisation)
Jump to navigation Jump to search
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

한국어 English [French]

PySide 설치하기

PySide를 아래의 순서대로 설치합니다.

주의: Microsoft Windows용 패키지는 32비트 Windows에서만 사용 가능합니다.

보다 자세한 설명은 PySideDownloads를 참조하세요.

PySide가 제대로 설치되었는지 확인하려면, 콘솔에서 python을 실행시킨 다음, 아래와 같이 입력합니다.

import PySide

만약 오류가 발생하지 않았다면 PySide가 정상적으로 설치되었다고 볼 수 있습니다.

아래와 같이 입력하면 PySide의 버전을 알 수 있습니다:

import PySide
print PySide.''version''