Thanx Chris, I have downloaded the cvs tree, I also downloaded py2exe and I am trying to create the msp430-bsl.exe however, it here is the output :
I am running it from the python directory. Moussa running py2exe *** searching for required modules *** *** parsing results *** creating python loader for extension '_sre' creating python loader for extension 'datetime' creating python loader for extension 'select' *** finding dlls needed *** *** create binaries *** *** byte compile python files *** skipping byte-compilation of .\msp430\__init__.py to msp430\__init__.pyc skipping byte-compilation of .\msp430\bsl.py to msp430\bsl.pyc skipping byte-compilation of .\msp430\elf.py to msp430\elf.pyc skipping byte-compilation of .\msp430\memory.py to msp430\memory.pyc skipping byte-compilation of .\msp430\serial\__init__.py to msp430\serial\__init__.pyc skipping byte-compilation of .\msp430\serial\serialjava.py to msp430\serial\serialjava.pyc skipping byte-compilation of .\msp430\serial\serialposix.py to msp430\serial\serialposix.pyc skipping byte-compilation of .\msp430\serial\serialutil.py to msp430\serial\serialutil.pyc skipping byte-compilation of .\msp430\serial\serialwin32.py to msp430\serial\serialwin32.pyc skipping byte-compilation of .\msp430\util.py to msp430\util.pyc skipping byte-compilation of c:\Python23\lib\UserDict.py to UserDict.pyc skipping byte-compilation of c:\Python23\lib\_strptime.py to _strptime.pyc skipping byte-compilation of c:\Python23\lib\atexit.py to atexit.pyc skipping byte-compilation of c:\Python23\lib\calendar.py to calendar.pyc skipping byte-compilation of c:\Python23\lib\copy.py to copy.pyc skipping byte-compilation of c:\Python23\lib\copy_reg.py to copy_reg.pyc skipping byte-compilation of c:\Python23\lib\getopt.py to getopt.pyc skipping byte-compilation of c:\Python23\lib\linecache.py to linecache.pyc skipping byte-compilation of c:\Python23\lib\locale.py to locale.pyc skipping byte-compilation of c:\Python23\lib\ntpath.py to ntpath.pyc skipping byte-compilation of c:\Python23\lib\os.py to os.pyc skipping byte-compilation of c:\Python23\lib\popen2.py to popen2.pyc skipping byte-compilation of c:\Python23\lib\posixpath.py to posixpath.pyc skipping byte-compilation of c:\Python23\lib\re.py to re.pyc skipping byte-compilation of c:\Python23\lib\repr.py to repr.pyc skipping byte-compilation of c:\Python23\lib\sre.py to sre.pyc skipping byte-compilation of c:\Python23\lib\sre_compile.py to sre_compile.pyc skipping byte-compilation of c:\Python23\lib\sre_constants.py to sre_constants.pyc skipping byte-compilation of c:\Python23\lib\sre_parse.py to sre_parse.pyc skipping byte-compilation of c:\Python23\lib\stat.py to stat.pyc skipping byte-compilation of c:\Python23\lib\string.py to string.pyc skipping byte-compilation of c:\Python23\lib\types.py to types.pyc skipping byte-compilation of c:\Python23\lib\warnings.py to warnings.pyc byte-compiling c:\mst\python\build\bdist.win32\winexe\temp\_sre.py to _sre.pyc byte-compiling c:\mst\python\build\bdist.win32\winexe\temp\datetime.py to datetime.pyc byte-compiling c:\mst\python\build\bdist.win32\winexe\temp\select.py to select.pyc *** copy extensions *** *** copy dlls *** setting sys.winver for 'c:\mst\python\bin\python23.dll' to 'msp430-bsl' copying c:\Python23\lib\site-packages\py2exe\run.exe -> c:\mst\python\bin\msp430-bsl.exe The following modules appear to be missing ['win32con', 'win32event', 'win32file']