Hi Guys,
I have created regular expression with os modules, I have created file
sdptool to match the regular expression pattern, will print the result.
I want without creating file how to get required output, I tried but i
didn't get output correctly, over stream.
#! /usr/bin/python
import os,re
Hi Guys,
I want parse multiple line. with re.module, this is my given string
http://dpaste.com/680760/ I have try with re.compile module. I want parse
two line mac address and channel,
I have done with for mac address finding
r = re.compile("^Searching for OPUSH on (\w\w(:\w\w)+)")
for channel f
Hai..
I am new to python Tkinter..I want Title Bar Icon..
plz..Guide me to set up icon in Title Bar.
Advance Thanks
Thanks
-Ganesh.
--
Did I learn something today? If not, I wasted it.
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I am new to python programing. I have created one small application ,
application developed in python Tkinter GUI, My application having
install button
when user click install, It will start one GUI installation script and
exit my application
This my task.. The problem was the installation
Hi..
I am new to python , i have creating one application user
agreement..using Tkinter, The Content
of the agreement will reading one file...Agree button will click means
enable next button. And activate script,
Quit button for exit the program,, Dis agree means one warning message
will show up