Hello again,
"Pip install SQLAlchemy" apparently worked, at my second try.
At first try, it failed because :
- I had installed my winpython in a path where a sub-directory was starting per a '$',
C:\...\$winpython\...\WinPython-32bit-3.3.1.0
-
and so the 'distutils' tool, which replaces everything in its command
line orders looking like '$*' per the dos variable '*', failed on
searching the 'winpython' variable.
You may add a limitation warning on the "portability" section :
Portable:
..... the folder containing WinPython can be moved to any location,
PROVIDING there is no directory starting per "$" in the path.