Announcing a Bugfix update of YaMA, the meeting assistant

2007-09-03 Thread Atul
, and is hosted by SourceForge (www.sourceforge.net) Whats New: 1. Usability enhancements 2. Minor Bug Fixes Thanks and Regards, -- Atul -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

Announcing a feature update (v1.3) of YaMA, the meeting assistant

2008-05-12 Thread Atul
and Regards, -- Atul -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

Announcing a feature update (v1.4) of YaMA, the meeting assistant

2008-08-21 Thread Atul
, is open source software released under GPLv2, and is hosted by SourceForge (www.sourceforge.net) Whats New in version 1.4 : 1. Usability enhancements 2. Interoperability enhancements 3. Minor Bug Fixes 4. Exports/Imports Attendees list to/from CSV format Thanks and Regards, -- Atul -- http

Announcing a minor update (v1.6.5) of YaMA, the meeting assistant

2010-01-16 Thread Atul
, is open source software released under GPLv2, and is hosted by SourceForge (www.sourceforge.net) Whats New in version 1.6.5 : 1. Updated User Interface 2. Usability Enhancements 3. Minor Bug Fixes 4. Training Videos -- Atul -- http://mail.python.org/mailman/listinfo/python-announce-list

Announcing an update (v1.7) of YaMA, the meeting assistant

2010-12-03 Thread Atul
. Assign an hourly cost for each attendee and calculate and communicate the cost of the meeting in the mintues. -- Atul -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

Announcing a minor bugfix update (v1.7) of YaMA, the meeting assistant

2012-06-23 Thread Atul
, is open source software released under GPLv2, and is hosted by SourceForge (www.sourceforge.net) Whats New in version 1.7.1 : 1. Timezone related bug-fix. Regards, -- Atul -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http

file open fails.

2009-03-24 Thread Atul.
the problem here I have all the permissions set for the folder, file as well. I can not understand why would it happen. Is it known on Windows Vista or am I missing something really simple and stupid? Please help. Regards, Atul. -- http://mail.python.org/mailman/listinfo/python-list

Encoding for Devanagari Script.

2008-07-24 Thread Atul.
Hello All, I wanted to know what encoding should I use to open the files with Devanagari characters. I was thinking of UTF-8 but was not sure, any leads on this? Anyone used it earlier? Thanks in Advance. Regards, Atul. -- http://mail.python.org/mailman/listinfo/python-list

Re: Encoding for Devanagari Script.

2008-07-28 Thread Atul.
me if I am wrong. How do I read this? Atul. PS: the above code I wrote using the information from the Library Reference pdf section 4.8 Codecs. Something wrong I am doing? Please do let me know. On Jul 25, 6:21 am, Terry Reedy [EMAIL PROTECTED] wrote: Atul. wrote: Hello All, I wanted

Re: Encoding for Devanagari Script.

2008-07-28 Thread Atul.
Thanks, Tim that did work. I will proceed with my playing around now. Thanks a ton. Atul. Only slightly. You're importing the codecs module but you're not using it. So you're *actually* using the built-in open function, which doesn't have an encoding parameter. It does have a third param

Tkinter Entry widgets 'font' property (API ?) changed in Python 2.5.2 ?

2008-08-05 Thread Atul
dont remember the exact version of Python on the earlier Suse 10.2 box My questions: 1. Is this not an API change ? I looked up Python's release documentation and didn't find any mention of the same. 2. How can I achieve what I want alternatively ? Regards, -- Atul -- http://mail.python.org/mailman

regular expressions.

2008-08-08 Thread Atul.
Hey All, I have been playing around with REs and could not get the following code to run. import re vowel = r'[aeiou]' re.findall(vowel, rvowel) anything wrong I have done? Regards, Atul. -- http://mail.python.org/mailman/listinfo/python-list

Re: regular expressions.

2008-08-08 Thread Atul.
Yes. You didn't paste the traceback into your message. import re vowel = r'[aeiou]' re.findall(vowel, rvowel) ['o', 'e'] It works as expected here. Peter When I key this input in IDLE it works but when I try to run the module it wont work. --

Re: regular expressions.

2008-08-08 Thread Atul.
On Aug 8, 4:22 pm, Peter Otten [EMAIL PROTECTED] wrote: Atul. wrote: Yes. You didn't paste the traceback into your message. import re vowel = r'[aeiou]' re.findall(vowel, rvowel) ['o', 'e'] It works as expected here. Peter When I key this input in IDLE it works but when I

Re: regular expressions.

2008-08-08 Thread Atul.
On Aug 8, 4:33 pm, Atul. [EMAIL PROTECTED] wrote: On Aug 8, 4:22 pm, Peter Otten [EMAIL PROTECTED] wrote: Atul. wrote: Yes. You didn't paste the traceback into your message. import re vowel = r'[aeiou]' re.findall(vowel, rvowel) ['o', 'e'] It works as expected here

Re: regular expressions.

2008-08-08 Thread Atul.
/work/programs$ python fourth.py [] [EMAIL PROTECTED]:~/Work/work/programs$ is this the way to use Unicode in REs? Regards, Atul. -- http://mail.python.org/mailman/listinfo/python-list

Re: Tkinter Entry widgets 'font' property (API ?) changed in Python 2.5.2 ?

2008-08-09 Thread Atul
this way: import tkFont entryFontDescr = Entry()[font] entry_font = tkFont.Font(font=entryFontDescr) print entry_font.actual() This works very well, thank you :) Regards, -- Atul -- http://mail.python.org/mailman/listinfo/python-list

Tkfont.families does not list all installed fonts

2006-05-08 Thread Atul
Hi, I have installed a truetype font (.ttf) on a linux machne (SUSE linux 10, KDE) by copying it to my .fonts folder. I can use the font in all applications like open-office and firefox browser. However, I cannot use the font in a python app that I am writing. The list returned by

Announcing WERD (1.0), the Phonetic Transliterator to Indic scripts

2006-05-23 Thread Atul
in Python and Tkinter, is open source software released under GPL, and is hosted by SourceForge (www.sourceforge.net) Thanks and Regards, -- Atul -- http://mail.python.org/mailman/listinfo/python-list

Python on the web, how to?

2009-08-18 Thread Atul.
Hello All, Needless to say I am new to python and web programming. I am looking for a quick Python-101 course / tutorial for using python to implement dynamic content on web under some web server. Any pointers what should I be reading? Regards, Atul. -- http://mail.python.org/mailman/listinfo

directory listing

2005-01-27 Thread Atul Kamat
hi how do i get a full listing of permissions for files and directories in linux? Something like rwx-r--r-- i have managed to get it using the os.access modes as of now but it gives me the permissions of the current user. regards Atul Kamat Visionael Labs Bangalore -- http

import error on solaris

2005-06-16 Thread Atul Kshirsagar
. One additional thing I do for solaris is import DLFCN; sys.setdlopenflags(DLFCN.RTLD_NOW | DLFCN.RTLD_PARENT); One of my question is, is importing some module create a file handle ? Any help on this is appreciated. Thanks, Atul Kshirsagar __ Do You

highly einteractive editor for python

2007-07-09 Thread Atul Bhingarde
Does anybody know an editor that facilitates, interactive python development. Where GUI etc developed will be possible to see in real time mode. Thanks Atul -- http://mail.python.org/mailman/listinfo/python-list

Re: highly einteractive editor for python

2007-07-10 Thread Atul Bhingarde
What I want to see is that it is possible to create a python based application in a environment where I can see the results as I am creating it, specifically gui widgets (from say TK). This will provide a robust mechanism to see gui layout as well. Thanks Atul Josiah Carlson [EMAIL PROTECTED

Re: highly einteractive editor for python

2007-07-10 Thread Atul Bhingarde
I liked what the Wing IDE provides, one question though will it provide facility like creating the GUI widgets (say using TK) and facilitaate layout for the same and then run the script ? Thanks Atul Steve Holden [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Atul Bhingarde wrote

Missing fpconst?

2006-06-19 Thread Atul Wankhade
Hi All, I im searching for fpconst. I had gone thru both the links mentioned below. But both seem to be broken.. Can any body point me to correct one. Thanks in advance.. Atul phansen wrote: I was trying to start some experiments with SOAP, but fairly quickly discovered that SOAPpy (required

[issue1006] Refactor test_winreg.py to use unittest.

2007-08-23 Thread Atul Varma
New submission from Atul Varma : This patch refactors test_winreg.py to use unittest. When this patch is applied, Lib/test/output/test_winreg can be removed. I also made a few formatting changes to ensure that all lines

[issue1008] Refactor test_signal.py to use unittest.

2007-08-23 Thread Atul Varma
New submission from Atul Varma: This patch refactors test_signal.py to use unittest. When this patch is applied, Lib/test/output/test_signal can be removed. I tried to refactor out individual tests from the original script and place them in separate test cases. -- components: Tests

[issue2136] urllib2 basic auth handler doesn't handle realm names in single-quoted strings

2008-02-17 Thread Atul Varma
New submission from Atul Varma: This isn't necessarily a bug in Python--it's really a bug in websites that produce what are technically malformed WWW-Authenticate headers, I believe. According to RFC 2617, a WWW-Authenticate header should be of the form: WWW-Authenticate: Basic realm=Private

[issue2465] sphinx-quickstart.py still creates makefile even if user tells it not to

2008-03-23 Thread Atul Varma
New submission from Atul Varma [EMAIL PROTECTED]: If the user chooses not to have Sphinx create a Makefile, Sphinx still behaves as though the user wants it to create one. This patch provides a simple fix. -- assignee: georg.brandl components: Documentation tools (Sphinx) files: sphinx

exit ThreadPoolExecutor immediately

2016-11-14 Thread Atul Johri
I am looking for a way to stop a ThreadPoolExecutor immediately under the assumption that I don't care about what's currently running or pending. ``` limit = 2 executor = ThreadPoolExecutor(10) posts = itertools.islice(mygen(executor=executor, **kwargs), 0, limit) for post in posts: print(post)

[issue37426] getpass.getpass not working with on windows when ctrl+v is used to enter the string

2019-06-27 Thread Atul Bagga
New submission from Atul Bagga : Detailed issue filed here - https://github.com/microsoft/knack/issues/160 -- components: Library (Lib) messages: 346721 nosy: Atul Bagga priority: normal severity: normal status: open title: getpass.getpass not working with on windows when ctrl+v

[issue37426] getpass.getpass not working with on windows when ctrl+v is used to enter the string

2019-07-02 Thread Atul Bagga
Atul Bagga added the comment: Suprisingly this works fine on ConEMU which I commonly use on windows though internally I still use powershell on conemu. https://conemu.github.io/ It does not work on CMD and Powershell consoles. -- ___ Python

[issue47160] round function is not working as expected

2022-03-30 Thread ATUL VISHAL
New submission from ATUL VISHAL : round function is not working as expected . my number is x= 0.967565*185000= 178999.525 round(x,2) answer is coming as 178999.52 expected value is 178999.53 -- components: Library (Lib) files: compiled_result.jpg messages: 416333 nosy: vishalatul09