How to compile SABnzbd source to Windows executable?
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
-
power crystals
- Newbie

- Posts: 1
- Joined: March 22nd, 2010, 1:08 pm
How to compile SABnzbd source to Windows executable?
I made some modifications to the API for my own use, and I wanted to package the resulting changes into a .exe for ease of use (I don't feel like dealing with a python installation on my HTPC if I can avoid it) but I can't figure out how. My (poor) attempts at using py2exe didn't produce an executable that actually worked if I just put it in the folder where the old SABnzbd.exe was, and given that it was about 5x smaller I'm assuming I did something wrong, and I can't find an explanation of how to do this anywhere. Can someone either tell me how to do this or point me to somewhere that will? Thanks.