I tried making a new class for th indian web-to-sms site 160by2.com. I tried to add it to the source and run it from xterm with the command Code: run-standalne.sh python2.5 www2sms.py . But apparently, things are not as simple as that. 2. i will post the new class here, can you please check if it works? [CODE] class provider_160by2(provider): def getName(self): return '160by2' def hasAdvancedFeatures(self): return False [...]
run-standalne.sh python2.5 www2sms.py
So, 1. How do i compile a package from source?