最終更新:2019-08-13 (火) 17:43:56 (1711d)  

PyScripter
Top / PyScripter

http://mmm-experts.com/

http://code.google.com/p/pyscripter/

メモ

  • Python 2.4?以上が別途必要

32bit版

  • If you are using a 64-bit version of Windows please note that PyScripter will only work if a 32-bit version of Python is installed.

64bit版

  • It requires a 64-bit version of Windows. Note that PyScripter will only work if a 64-bit version of Python is installed.

文字コード

  • 編集 -> ファイルフォーマット -> UTF-8

メモ

対応バージョン

部品

Delphi

  • 2.1はDelphi 2006?
  • 2.2以降はDelphi 2010? (Delphi 2009?Delphi XE?でもOK)

https://groups.google.com/group/pyscripter/browse_thread/thread/137bde571ab78ed1?hl=ja&pli=1

How do I have autocompletion with PyQt4 or PyGTK?

  • PyQt4
    • Go to Tools, Options, IDE Options, Special packages and add PyQt4 to the list Tools, Edit Startup Scripts. Add to the end of pyscripter_init.py? the following:
      from PyQt4 import QtCore, QtGui
    • Save and restart PyScripter, go to a new editor and type
      from PyQt4 import QtCore, QtGui QtGui.

関連