Possible causes of problem at this stage and the solutions are:
Edit the shortcut file (mostly in \Windows\Start Menu) or Delete that shortcut and recreate new one using Explorer.
When you get an error saying "One or more components missing", or error 126 (module not found), etc., usually it means Windows CE could not find necessary .dll or .pyd files.
Windows CE will find necessary dll if it is in the same directory as EXE file, \Windows directory, or anywhere specified by Systempath Key in the registry.
Try to consolidate all Python's components in one directory (easiest), or use systempath utility made by "homin" to set dll(pyd) search path.
http://www.geocities.co.jp/SiliconValley-Cupertino/2039/systempath.lzh
Reinstall if this is suspected.
Download and use appropriate distribution.
We may not be able to provide a solution in this case.
Check if substituting dll is available somewhere.
To use PPC version of PythonCE, you need at least aygshell.dll.
HPC version of PythonCE requires less components than PPC version.
Verifiy and correct batch file.
Sympton and remedies:
Either site.py is not found, or it has syntax error or runtime error. Verify if site.py is loaded, if it cause some sort of error, and correct them.
Most probably, sys.path setting is wrong...as a consequence of missing or bad site.py. So, verify site.py.
Symptons and fix
Check sys.path setting in site.py.
If your distribution contains only site.pyc, rename and keep the site.pyc
and download site.py here to test with it.
There is an error in pcceshell.py. Correct it if you can.
If you don't know what is causing that error, download and try with new pcceshell.py.
Any question and/or suggestion ?
Please use the form bellow.
(If Add comment does not work, please send E-mail to PythonCEMailingList: mailto:pythonce@python.org )