Re: Hostmask matching
Hi ! Nexu <[EMAIL PROTECTED]> schrieb: > I'm trying to write a def to match a string that is an irc hostmask. eg: > [EMAIL PROTECTED] > But using re.search(). I get an error when the string starts with '*'. > What is the best way to solve this? I suppose the problem occurs because you expression is not a valid regular expression. A correct regular expression should look like this: "[EMAIL PROTECTED]" Best regards Marc Schoechlin -- I prefer non-proprietary document-exchange. http://sector7g.wurzel6.de/pdfcreator/ http://www.prooo-box.org/ Contact me via jabber: [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list
Re: Can I do it using python?? about xterm and telnet
valpa schrieb: > Can I do it automatically by python? After that, there have 20 xterm > consoles opened and telneted to their corresponding servers. Then I > could start to type command in these xterms. Is there a framework/module to automate ssh-sessions/scp-filetransfers with python-programming ? Best regards Marc schoechlin -- http://mail.python.org/mailman/listinfo/python-list
websphere6 ND soap access
Hi ! Websphere ND Application server offers access to it`s internal management api via jython using the wsadmin frontend. Does anybody know if there is a possibility to use real python (including it`s standard api) to automate websphere administration tasks ? The "wsasmin" console connects to the deploymentmanager over SOAP - so the following questions are very interesting: - Is the complete websphere administration-api accessible over SOAP - Which visible components of the functionality of wsadmin are implemented in the wsadmin-program ? Best regards Marc Schoechlin -- I prefer non-proprietary document-exchange. http://sector7g.wurzel6.de/pdfcreator/ http://www.prooo-box.org/ Contact me via jabber: [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list