Re: ANN: PyGUI 2.0.5

2009-04-28 Thread Suraj
K. P.S. I also found out that I can not run any tests if I use pythonw.exe on Vista. I will check the same on XP and report back. Regards, Suraj -- http://mail.python.org/mailman/listinfo/python-list

Re: dbus-python for windows

2008-01-15 Thread Suraj Barkale
ace for python headers, this is very easy to connect and if we can get dbus-glib to build then we are there :) I will keep banging my head & let you know once I have cracked it (or the dbus-python :) P.S. Please CC me in your reply as I am not on the list. Regards, Suraj -- http://mail.p

Re: email from windows

2009-03-30 Thread Suraj Barkale
w.example-code.com/python/gmail_smtp_465.asp) which uses a module called chilkat to do the work. Regards, Suraj -- http://mail.python.org/mailman/listinfo/python-list

Re: Modifying the value of a float-like object

2009-04-15 Thread Suraj Barkale
to derive from the Symbol class to implement the accuracy behavior. Regards, Suraj -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: PyGUI 2.0.1

2009-04-15 Thread Suraj Barkale
2. Scroll-lock is reported as f14 3. Pause/Break is reported as f15 4. Caps-lock & Num-lock are detected as keycodes but 'key' is not reported. Regards, Suraj -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: PyGUI 2.0.4

2009-04-22 Thread Suraj Barkale
ems people are having, because I > haven't been able to reproduce some of them. > I will test this over the weekend on Vista. Are you planning to put it on google code or sourceforge so issues can be easily submitted? Thanks & Regards, Suraj -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: PyGUI 2.0.5

2009-04-26 Thread Suraj Barkale
*has* got 12-scroll.py working for them > on XP? > I have never seen this error either on XP or Vista. 12-scroll.py has always worked for me. Regards, Suraj -- http://mail.python.org/mailman/listinfo/python-list

Re: Web framework for embedded system

2009-04-28 Thread Suraj Barkale
web framework in C (e.g. http://www.koanlogic.com/klone/index.html). Regards, Suraj -- http://mail.python.org/mailman/listinfo/python-list

Re: Parsing text

2009-05-07 Thread Suraj Barkale
info/python-list > > Are you trying to match Roman numerals? As others have said, it is difficult to make any suggestions without knowing the input to your program. You may want to look at PyParsing (http://pyparsing.wikispaces.com/) to parse the text file without messing with regular expressions. Regards, Suraj -- http://mail.python.org/mailman/listinfo/python-list

Need help in python plug-in development

2010-04-28 Thread Suraj Sakhare
Hi, I am new to python. I am using python 2.6. I have gone through the basic python and now I am trying to develop some plugin for maya 2009 through python. So, for that I would need helping hand. -- http://mail.python.org/mailman/listinfo/python-list