InstallTest

InstallTest is a simple console (non-graphical) application to test correct installation of Python components needed to run the SmartMesh SDK examples from source.

 

Running

You can run the InstallTest application:

  • by double-clicking on the Windows executable at /win/InstallTest.exe
  • by double-clicking on its source files at /src/bin/InstallTest/InstallTest.py

Since the source version relies on python being installed correctly to run, you cannot use it to verify python installation, but it can be used to verify pyserial installation.

Description

InstallTest is a small command window application to verify correct installation of the python pieces required to run the SmartMesh SDK from source.  When launched, a command window will open with the following text:

Installation test script - Dust Networks SmartMeshSDK v1.0.3.72
Testing installation of Python...
PASS!
You are running Python 2.7.3
on platform: Windows-XP-5.1.2600-SP3, x86
Testing installation of PySerial...
PASS!
You have PySerial 2.6

Testing installation of PyWin32...
FAIL!
Note: PyWin32 is only required to run the MuxConfig application.
You need to install PyWin32:
 - information http://sourceforge.net/projects/pywin32/
 - download and install the latest release for your Python version from http://s
ourceforge.net/projects/pywin32/files/pywin32/
Press Enter to exit.