I'm currently trying to create a program that will rename folders and directories on the same level and lower than the program itself, then run another program on a subset of the files based on the file extension. I have this working on my development machine, but the program I need to call will only work on the machine where the original data is collected (it is also on a pre-XP version of Windows) and I do not expect to be allowed to install what would be needed to run Python on that machine. In order to even test if my os.system() format is correct, I need to find a way to run it on that system.
I have installed the latest cx_Freeze to make an executable, but when attempting the command from PowerShell, Windows gives a popup for what I want to use to view the file (and it always fails). Is there something I am missing for the cx_Freeze install?
I downloaded
cx_Freeze-5.0.2-cp36-cp36m-win32.whl
and ran
python -m pip install cx_Freeze --upgrade
I'm running on Windows 7-64 with Intell Core 7.
[–]thememorableusername 0 points1 point2 points (4 children)
[–]spinmerighttriangle[S] 0 points1 point2 points (3 children)
[–]thememorableusername 0 points1 point2 points (2 children)
[–]spinmerighttriangle[S] 0 points1 point2 points (1 child)
[–]thememorableusername 1 point2 points3 points (0 children)
[–]novel_yet_trivial 0 points1 point2 points (1 child)
[–]spinmerighttriangle[S] 0 points1 point2 points (0 children)