On Thu, Aug 28, 2008 at 5:10 PM, Pravin sinha <[EMAIL PROTECTED]> wrote:
> PyYIMt: > > 1. I am unable to pass the alternate config file location for yahoo > transport. the ./pyYIM.py -c $myConfigLocation does not work as it does in > pyMSNt. > 2. Is there any way to put the process in background using configuration. > Something similar to <background> in pyMSNt. > I can't speak for PyAIMt, but here are the comments for PyYIMt: 1. There's no command line support for config file location, the search path is configured in config.py and defaults to ['config.xml', '/etc/pyyimt.conf.xml']. You can add your own path to this very easily. 2. There's no option to run the transport in the background in the config file. The easiest way to do this is with whatever way is preferred by your disto (often it's start-stop-daemon or similar). Worst case run the transport with '&' at the end of the line to force it to background. Also there is no pyYIM.py, it's yahoo.py. Obviously these options _could_ be added to the transport, but until now they've never been required. If you think there's a good reason why they should be added, let me know. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "py-transports" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/py-transports?hl=en -~----------~----~----~----~------~----~------~--~---
