Quote:
Originally Posted by JSWolf
The first thing to do is go to Windows Explorer.
1. Tools | Folder Options
2. Click the View Tab
3. Under Hidden Files and Folders select Show hidden files and folders-ON
4. Uncheck Hide extensions for known file types-OFF
5. Unckeck Hide protected operating system files (Recommended)-OFF
It is your system. You should be able to see all the files, hidden, operating system, and even all the file extensions.
After you do that, click Apply to All Folders.
Now you can see the full filenames of the scripts and can properly rename them.
|
My files are properly renamed .pyw but they still open in Notepad. So I just start "IDLE (Python GUI)", open the PYW files and choose Run|Run Module (or just click F5). They work fine this way however the Decrypt program freezes when I click Quit (if I click the [X] in the titlebar it closes fine).
Edit: I just tried setting python.exe to be the default program to open PYW files and now they behave correctly. I thought this wasn't working before but I remember now that I had copied to code incorrectly at that point.