vb2Py 0.2.1 review

Download
by rbytes.net on

vb2py is a VB to Python tool for automatically converting VB projects to Python, including both the code and GUI elements. Install

License: BSD License
File size: 0K
Developer: Paul Paterson
0 stars award from rbytes.net

vb2py is a VB to Python tool for automatically converting VB projects to Python, including both the code and GUI elements.

Installation:

vb2Py is written in Python and runs on any platform which has a Python interpreter.

Once you have downloaded the vb2py package you will have a zip file. Before you can do anything you must have Python installed. After Python is installed you can install the vb2py modules by going to the directory you unzipped the files to and typing:

> python setup.py install

Now you should have a 'vb2py' folder in your Python site packages directory. You also need to make sure you have both PythonCard_ and Simpleparse_ installed on your system.

Once these additional resources are installed on your system you should be ready to go and use the converter.

Note: You do not need VB to run the converter!

What's New in This Release:
v0.2.1 is a bug fix and minor enhancement version. Quite a large number of Visual Basic functions and keywords were not supported in v0.2 and this is addressed to some extent by this release.

The following additional functions were added for this release:

Array, ChDir, Choose, Environ, EOF, Erase, FileCopy, FileLen, Filter, FreeFile, IIf, Input, InStrRev, IsArray, Join, Kill, Let, Lof, LSet, LTrim, RTrim, Trim, MkDir, Name, Randomize, Replace, Reset, RGB, RmDir, Rnd, Round, RSet, GetAllSettings, GetSetting, SaveSetting, DeleteSetting, Spc, Split, StrReverse, Switch, Timer.

vb2Py 0.2.1 search tags