Hi Norman Thanks for your help on this.
you may have to `cd pyirc-0.4;irc.py`. irc.py will look for a config.xml in the current working directory. doing that excatly as you have mentioned Also try and run at a command prompt: `python irc.py`. I'm guessing that windows might be running pythonw which would not show and debug information. Previously i was doing Directory=c:\Pyirc-0.4 CommandLine=c:\Pyirc-0.4\irc.py now i changed to Directory=c:\Pyirc-0.4 CommandLine=c:\Pyirc-0.4\python irc.py is this the way you want it? or you want the following: Directory=c:\Pyirc-0.4 CommandLine=c:\python23\python main.py CommandLine=c:\Pyirc-0.4\irc.py yes that's fine. You can have these modules either as a subfolder of pyirc-0.4 or installed into site-packages. (they're named irclib and xmpp right? so pyirc-0.4\irclib.py and pyirc-0.4\xmpp\client.py should be the file names). my files were pyirc-0.4\irclib\irclib.py and pyirc-0.4\xmpppy\xmpp \client.py have put the irclib in the root folder of pyirc-0.4 now. do you want me to do this to initiate pyirc?: Directory=c:\Pyirc-0.4 CommandLine=c:\Pyirc-0.4\python irc.py CommandLine=c:\Pyirc-0.4\xmpppy\xmpp\client.py CommandLine=c:\Pyirc-0.4\irclib.py have done the above still it refuses to initiate. Kindly help. Regards vishal --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
