Skip to content

Automatically exported from code.google.com/p/pyscripter

Notifications You must be signed in to change notification settings

allinux/pyscripter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUPPORT PYTHON3.5
======================================
add compiled executable file for support python 3.5
PyScripter.zip contains PyScripter.exe, PyScripter for Python 3.5.lnk files

Rename legacy executable file C:\Program Files (x86)\PyScripter\PyScripter.exe to PyScripter.bak
Copy PyScripter.exe to C:\Program Files (x86)\PyScripter
Copy PyScripter for Python 3.5.lnk to C:\ProgramData\Microsoft\Windows\Start Menu\Programs\PyScripter

Use command line.
PyScripter.exe --PYTHON35

INSTRUCTIONS FOR COMPILIING PyScripter
======================================

I am using Borland Delphi XE7 to compile PyScripter but it should compile with other recent versions.

Use TortoiseSVN to download the code from pyscripter.googlecode.com

To compile the PythonIDE.dpr, you first need to install the following components:            

   - Python for Delphi (http://python4delphi.googlecode.com/ - use SVN)

   - JCL (jcl.sf.net) - at Github.com or use daily packages from http://jvcl.sourceforge.net/daily/
   - JVCL (jvcl.sf.net) - at Github.com or use daily packages from http://jcl.sourceforge.net/daily/

   - Toolbar2000 (http://www.innosetup.com/tb2k.php)
     *** For now download "TB2K with XE7 support.7z" from 
     https://onedrive.live.com/redir?resid=83A7119830FC7582!2251&authkey=!APLUfnvNQ35oYog&ithint=folder%2cexe ***

   - SpTBXLib (Use SVN from https://code.google.com/p/sptbxlib/)
  
   - Install the PyScripterCustom package from the components subdirectory.

   - SynEdit (synedit.sf.net) - get it from Github.com
   - SynWeb Highlighters - get it from Github.com

   - VirtualTreeView - get it from Github.com
   
   - MustangPeak Components: 
     - Common Library (http://mustangpeakcommonlib.googlecode.com/) - use SVN
     - EasyListView (http://mustangpeakcommonlib.googlecode.com/) - use SVN
       After installing define SpTBX in Options.inc 
     - VirtualShellTools (http://mustangpeakcommonlib.googlecode.com/) - use SVN  
       After installing define USE_TOOLBAR_TB2K in Addins.inc and immediately below add {$DEFINE SpTBX}

   - Vcl Style Utils (Use SVN to get it from vcl-styles-utils.googlecode.com)
     Add the Common and and Common\delphi-detours-library directories to your library path. 	



If you have managed to do all the above then you should be able to compile PyScripter! :) 


About

Automatically exported from code.google.com/p/pyscripter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Pascal 99.5%
  • Other 0.5%