How to distribute script that uses win32api?
#1
What is the most user-friendly way to distribute my XBMC script if it needs to use the win32api module? Are there specific module files I can copy into the script directory so nothing else is needed to be installed by the end user?
Reply
#2
1.) create ppa-repository (example google-code). I would not use something like rapidshare or similar sites.
2.) create a setup batch that will download the needed parts from the ppa-repository
3.) In this case you can split the part for 32 and 64 systems and the download is only minimal for the end-user of your script.
4.) If you would have only a analog-modem connection it would not be very funny to download a 50 MB file if you would using only the half of it for your specific os.
Reply

Logout Mark Read Team Forum Stats Members Help
How to distribute script that uses win32api?0