About: Py2exe

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

py2exe is a Python extension which converts Python scripts (.py) into Microsoft Windows executables (.exe). These executables can run on a system without Python installed. It is the most common tool for doing so. py2exe was used to distribute the official BitTorrent client (before the version 6.0) and is still used to distribute SpamBayes as well as other projects. Since May 2014, version 0.9.2.0 of py2exe is available for Python 3. Before then, py2exe was made only for Python 2, and it was necessary to use an alternative like cx_Freeze for Python 3 code.

Property Value
dbo:abstract
  • باي2إكس (بالإنجليزية: py2exe)‏ هو امتداد للغة البرمجة بايثون. يقوم بتحويل البرامج النصية بايثون (py.) إلى ملفات تنفيذية ويندوز (exe.) بحيث يمكن تشغيلها بعد ذلك دون الحاجة لتثبيت بايثون. (ar)
  • py2exe is a Python extension which converts Python scripts (.py) into Microsoft Windows executables (.exe). These executables can run on a system without Python installed. It is the most common tool for doing so. py2exe was used to distribute the official BitTorrent client (before the version 6.0) and is still used to distribute SpamBayes as well as other projects. Since May 2014, version 0.9.2.0 of py2exe is available for Python 3. Before then, py2exe was made only for Python 2, and it was necessary to use an alternative like cx_Freeze for Python 3 code. Although this program transforms a .py file to an .exe, it does not make it run faster because py2exe bundles the Python bytecode without converting it to machine-code. It may even run slower than using the Python interpreter directly because of startup overhead. (en)
  • py2exe est une extension du langage informatique Python qui convertit les scripts Python (.py) en exécutables Windows (.exe). Ces derniers peuvent alors être lancés sans installation préalable de Python. Depuis mai 2014, py2exe est compatible avec Python 3. py2exe a été utilisé pour compiler le célèbre programme BitTorrent. Ce projet est hébergé sur Github. (fr)
  • py2exe는 파이썬 스크립트를 (.py) 윈도우 실행 파일로(.exe) 변환해주는 파이썬 확장이다. 이러한 실행 파일들은 파이썬이 설치되지 않은 시스템에서도 실행 가능하다. 참고로 이러한 역할을 해주는 도구들 중에서 가장 흔한 도구이다. py2exe는 공식 비트토렌트 클라이언트(버전 6.0 이전)를 배포하는데 사용되었으며 다른 프로젝트들에서도 여전히 사용되고 있다. 2014년 5월 이후로 파이썬 3를 위한 py2exe가 사용 가능해졌다. 비록 이 프로그램이 .py 파일을 .exe 파일로 변환시키지만, 파이썬 바이트코드로 변환시키는 것이기 때문에 기계어로 변환하는 것처럼 속도가 빨라지지는 않는다. 심지어는 시작 오버헤드 때문에 파이썬 인터프리터로 직접 사용하는 것 보다 느릴 수도 있다. (ko)
  • py2exe は、プログラミング言語Pythonの拡張機能であり、PythonのスクリプトをWindowsの実行可能ファイル(.exeファイル)に変換する機能を提供する。これによって作られた実行可能ファイルは、Pythonのランタイムや必要なライブラリが埋め込まれるため、Pythonがインストールされていない環境で実行できる。 py2exeの利用例としては、BitTorrentの公式クライアント(version 6.0以前)やが挙げられる。 (ja)
  • Py2exe is een vrije uitbreiding van Python om software geschreven in Python (.py) om te zetten naar een uitvoerbaar bestand (.exe) voor Windows. Het is hierdoor mogelijk Python-software uit te voeren zonder dat Python zelf geïnstalleerd is. Py2exe is een uitbreiding van waarmee men Python-software kan installeren. Py2exe is beschikbaar onder de MIT-licentie. (nl)
dbo:computingPlatform
dbo:latestReleaseVersion
  • 0.13.0.0 /
dbo:license
dbo:programmingLanguage
dbo:releaseDate
  • 2001-01-24 (xsd:date)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 21727049 (xsd:integer)
dbo:wikiPageLength
  • 2402 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1122876537 (xsd:integer)
dbo:wikiPageWikiLink
dbp:author
  • Thomas Heller (en)
dbp:developer
  • Community (en)
dbp:genre
  • Packaging tool (en)
dbp:latestReleaseVersion
  • 2022-11-05 (xsd:date)
dbp:license
dbp:name
  • py2exe (en)
dbp:platform
dbp:programmingLanguage
dbp:released
  • 2001-01-24 (xsd:date)
dbp:repo
dbp:website
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • باي2إكس (بالإنجليزية: py2exe)‏ هو امتداد للغة البرمجة بايثون. يقوم بتحويل البرامج النصية بايثون (py.) إلى ملفات تنفيذية ويندوز (exe.) بحيث يمكن تشغيلها بعد ذلك دون الحاجة لتثبيت بايثون. (ar)
  • py2exe est une extension du langage informatique Python qui convertit les scripts Python (.py) en exécutables Windows (.exe). Ces derniers peuvent alors être lancés sans installation préalable de Python. Depuis mai 2014, py2exe est compatible avec Python 3. py2exe a été utilisé pour compiler le célèbre programme BitTorrent. Ce projet est hébergé sur Github. (fr)
  • py2exe는 파이썬 스크립트를 (.py) 윈도우 실행 파일로(.exe) 변환해주는 파이썬 확장이다. 이러한 실행 파일들은 파이썬이 설치되지 않은 시스템에서도 실행 가능하다. 참고로 이러한 역할을 해주는 도구들 중에서 가장 흔한 도구이다. py2exe는 공식 비트토렌트 클라이언트(버전 6.0 이전)를 배포하는데 사용되었으며 다른 프로젝트들에서도 여전히 사용되고 있다. 2014년 5월 이후로 파이썬 3를 위한 py2exe가 사용 가능해졌다. 비록 이 프로그램이 .py 파일을 .exe 파일로 변환시키지만, 파이썬 바이트코드로 변환시키는 것이기 때문에 기계어로 변환하는 것처럼 속도가 빨라지지는 않는다. 심지어는 시작 오버헤드 때문에 파이썬 인터프리터로 직접 사용하는 것 보다 느릴 수도 있다. (ko)
  • py2exe は、プログラミング言語Pythonの拡張機能であり、PythonのスクリプトをWindowsの実行可能ファイル(.exeファイル)に変換する機能を提供する。これによって作られた実行可能ファイルは、Pythonのランタイムや必要なライブラリが埋め込まれるため、Pythonがインストールされていない環境で実行できる。 py2exeの利用例としては、BitTorrentの公式クライアント(version 6.0以前)やが挙げられる。 (ja)
  • Py2exe is een vrije uitbreiding van Python om software geschreven in Python (.py) om te zetten naar een uitvoerbaar bestand (.exe) voor Windows. Het is hierdoor mogelijk Python-software uit te voeren zonder dat Python zelf geïnstalleerd is. Py2exe is een uitbreiding van waarmee men Python-software kan installeren. Py2exe is beschikbaar onder de MIT-licentie. (nl)
  • py2exe is a Python extension which converts Python scripts (.py) into Microsoft Windows executables (.exe). These executables can run on a system without Python installed. It is the most common tool for doing so. py2exe was used to distribute the official BitTorrent client (before the version 6.0) and is still used to distribute SpamBayes as well as other projects. Since May 2014, version 0.9.2.0 of py2exe is available for Python 3. Before then, py2exe was made only for Python 2, and it was necessary to use an alternative like cx_Freeze for Python 3 code. (en)
rdfs:label
  • باي2إكس (ar)
  • Py2exe (fr)
  • Py2exe (ko)
  • Py2exe (ja)
  • Py2exe (nl)
  • Py2exe (en)
owl:sameAs
prov:wasDerivedFrom
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • py2exe (en)
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License