Author Topic: PyScripter IDE Integration  (Read 2857 times)

0 Members and 1 Guest are viewing this topic.

xtermin8r

  • $upporter
  • Sr. Member
  • *****
  • Posts: 366
  • Karma: 9
  • Crunchie
    • View Profile
PyScripter IDE Integration
« on: May 29, 2013, 05:57:37 AM »
Hola

PyScripter http://code.google.com/p/pyscripter/ is a free and open-source Python Integrated Development Environment (IDE) created with the ambition to become competitive in functionality with commercial Windows-based IDEs available for other languages. Being built in a compiled language is rather snappier than some of the other Python IDEs and provides an extensive blend of features that make it a productive Python development environment.

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



A brilliant IDE for developing , testing and  debugging python scripts,  unfortunately i can't get it to work
with IronPython http://ironpython.net/ but  it does work great with Python http://www.python.org/

Edit: I do have it working now with Iron Python and vc.


« Last Edit: May 21, 2014, 04:08:40 AM by xtermin8r »
Neural Net Based Artificial Intelligence.

xtermin8r

  • $upporter
  • Sr. Member
  • *****
  • Posts: 366
  • Karma: 9
  • Crunchie
    • View Profile
Re: PyScripter IDE Integration
« Reply #1 on: May 21, 2014, 12:58:17 AM »
Pyscripter has been assimilated (integrated)  into the vc collective.

this is how it's done for now.

Click on Run then click Configure External Run.



then click on the little button at the end where it says Application and browse for the voxcommando executable



then type this where its says Parameters.
PY.ExecFile&&$[ActiveDoc-Short] $[CmdLineArgs]

then all you need to do now is write a python program and click on Run, External Run for vc to execute it (to see if it will work in vc etc).

No Errors:


Enjoy !

« Last Edit: May 21, 2014, 04:03:54 AM by xtermin8r »
Neural Net Based Artificial Intelligence.