Re: Python 3 and easygui problem
Thanks to all for helping Peter on this. Just a bit of an update... The solution offered in this thread to Peter's original problem is the same as the once I arrived at. There is a bit of discussion about it here: http://pythonconquerstheuniverse.blogspot.com/2009/01/moving-to-python-30-part1.html The current version of EasyGui doesn't run under 3.0, but Peter and I are in contact and we're working on a version that will. (No estimated availablity date yet.) EasyGui is not in PyPI. A semi-significant revision of EasyGui is in the works (no predicted availablity date yet). Once that revision is out the door, I'll look into putting EasyGui into PyPI. Again, thanks to all who participated in this thread. -- Steve Ferg -- http://mail.python.org/mailman/listinfo/python-list
Regular Expression problem
(I don't know if it is the right place. So if I am wrong, please point me the right direction. If this post is read by you masters, I'm honoured. If I am getting a mere response, I'm blessed!) Hi, I'm a newbie regular expression user. I use regex in my Python programs. I have a strange (sometimes not strange, but please bear in mind; I'm a newbie ;) problem using regex. That I want a particular tag value of one of my HTML files. ie: I want only the value after 'href=' in the tag >> '' here it would be 'mystylesheet.css'. I used the following regex to get this value(I dont know if it is good). _""_ I thought I was doing fine until I got stuck by this tag >> : same tag but with 'href=' part at a different place. I think you got the point! So What should I do to get the exact value(here the value after 'href=') in any case even if the tags are like these? >> -OR- -OR- -- http://mail.python.org/mailman/listinfo/python-list
Good Looking UI for a stand alone application
Can someone recommend me a good API for writing a sexy looking (Rich UI like WinForms) shrink wrap application My requirement is that the application needs to look as good on Windows as on the Apple Mac -- http://mail.python.org/mailman/listinfo/python-list
Is there a way to push data into Microsoft Excel & Word from Python ?
Is there a way to push data to Microsoft Excel & Word from a Python Application Is this a cross platform feature ? I'll need to push data on MS Windows & Mac OS X -- http://mail.python.org/mailman/listinfo/python-list
Is there a way to push data into Microsoft Oulook from Python ?
Is there a way to pull & push data (Tasks, Notes, Calendar Items ...) into Microsoft Oulook from Python ? -- http://mail.python.org/mailman/listinfo/python-list
Is there a way to push data into Ical from Python ?
Is there a way to pull & push data into (Apple Mac OS X Calendar) Ical from Python ? -- http://mail.python.org/mailman/listinfo/python-list
