[Tutor] Unzipping a Zip of folders that have zips within them that I'd like to unzip all at once.
Gregory Lund
gnj091405 at gmail.com
Fri Sep 21 05:27:19 CEST 2012
>
> You need to add the folder where python.exe is to your PATH variable.
>
> First you need to find the folder where python is on your computer. You can
> do this from within a python script using the following two lines:
> import sys
> print sys.executable
>
> Once you've found the folder containing python.exe, add that folder to your
> PATH variable:
> http://code.google.com/p/tryton/wiki/AddingPythonToWindowsPath
> http://showmedo.com/videotutorials/video?name=960000&fromSeriesID=96
Thanks, I'll give it a shot tomorrow morning.
Brain is fried right now.
Greg
>
> Oscar
More information about the Tutor
mailing list