Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: how to create desktop shortcut
Post: RE: how to create desktop shortcut

I am not looking for shortcut to python program. just create desktop shortcut for any executable program. Thanks,
shlomi27 General Coding Help 3 4,063 Aug-23-2018, 08:46 PM
    Thread: how to create desktop shortcut
Post: how to create desktop shortcut

I am writing python script that install program under program files and would like to create shortcut using same script to desktop. how to make that? Thanks,
shlomi27 General Coding Help 3 4,063 Aug-23-2018, 12:45 PM
    Thread: How would I combine multiple .py files into one .exe with Py2Exe
Post: How would I combine multiple .py files into one .e...

I have made UI program which contain two .py files and would like to create one file executable using py2exe program. The program py2exe is installed. But,I do not understand from py2exe manual how to...
shlomi27 General Coding Help 0 3,111 Aug-20-2018, 10:27 AM
    Thread: How to add new registry key
Post: RE: How to add new registry key

After checking the link I got from Metulburr I came up to following code but still failed on ValueError: Could not convert the data to the specified type. import winreg as wreg def newregkey(): ...
shlomi27 General Coding Help 3 10,330 Aug-15-2018, 07:23 AM
    Thread: How to add new registry key
Post: How to add new registry key

I need to add new registry reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f how to make it with python Thanks,
shlomi27 General Coding Help 3 10,330 Aug-11-2018, 07:52 PM
    Thread: copy content of folder to existing folder
Post: copy content of folder to existing folder

I am trying to copy content of folder to existing folder using following code and got 'PermissionError: [error 13] permission denied : 'c:/WINDOWS/System32' the program is run under administrator ...
shlomi27 General Coding Help 0 2,644 Aug-11-2018, 01:44 PM
    Thread: install program silent
Post: RE: install program silent

Can someone give me example how to use subprocess module install the infranview program in silent mode? Thanks
shlomi27 General Coding Help 6 3,736 Aug-06-2018, 05:49 PM
    Thread: install program silent
Post: RE: install program silent

can you give example? I am confuse with this subprocess module Thanks,
shlomi27 General Coding Help 6 3,736 Aug-06-2018, 03:02 PM
    Thread: install program silent
Post: RE: install program silent

see following is part of the code I need to install infranview and other program silently if che50.get() == "1": os.system(programSourcePath + '/"iview444_x64_setup.exe"')
shlomi27 General Coding Help 6 3,736 Aug-06-2018, 10:19 AM
    Thread: install program silent
Post: install program silent

How do I install program silent(quite mode) using python? install without window popups Thanks,
shlomi27 General Coding Help 6 3,736 Aug-06-2018, 09:34 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020