[python-win32] using the wave module for reading wave files

2008-05-20 Thread Tony Cappellini
In the wave module, is the term frame synonymous with sample? That is, does the method wave.readframes(1) read a sample that is getsampwidth() bits wide, where each sample was sampled at the frequency found at wave.getframerate() ? ___ python-win32

Re: [python-win32] maya and python

2008-05-20 Thread Gerdus van Zyl
Depends on how python is integrated with maya, are there other plugins that use external GUI libraries? You might want to ask a maya list they will know better. On Mon, May 19, 2008 at 8:14 PM, kNish [EMAIL PROTECTED] wrote: I need to call it from inside Maya. On Mon, May 19,

Re: [python-win32] maya and python

2008-05-20 Thread otaeris
To use wx in maya you have to add wxPython folder path into mayapython sys.path. Python 2.5 is integrated with maya 2008, so it should work just fine. You can do quite a lot with maya UI using maya.cmds. cgBartek Depends on how python is integrated with maya, are there other plugins that use

[python-win32] Is it possible to send Unicode characters using SendKeys ?

2008-05-20 Thread Muguntharaj Subramanian
Hi All, I have started exploring Sendkeys: http://www.rutherfurd.net/python/sendkeys/ for one of my applications. I find sendkey works well for sending ascii characters to the active applications. I am not able to find any documentation on how to send unicode characters using sendkey. Is it

[python-win32] import COM modules and access the methods and properties

2008-05-20 Thread siddhartha veedaluru
Hi, we are using HP Quality Center Test Director. It provides Open Test Architecture API so that we can you use this API with other tools such as VB,C++ to connect,perform operation etc with TestDirector.The Open Test Architecture API is a COM library. Using PythonWin COM Browser i can see its

Re: [python-win32] Is it possible to send Unicode characters using SendKeys ?

2008-05-20 Thread Tim Golden
Muguntharaj Subramanian wrote: Hi All, I have started exploring Sendkeys: http://www.rutherfurd.net/python/sendkeys/ for one of my applications. I find sendkey works well for sending ascii characters to the active applications. I am not able to find any documentation on how to send unicode

Re: [python-win32] maya and python

2008-05-20 Thread Adam Pletcher
A good source of Maya + Python information is CGTalk's Maya Programming forum: http://forums.cgsociety.org/forumdisplay.php?f=89   In particular, there's this lengthy thread titled wxPython and Maya 8.5. http://forums.cgsociety.org/showthread.php?f=89t=453070   I imagine it's all still applicable

Re: [python-win32] using the wave module for reading wave files

2008-05-20 Thread Tim Roberts
Tony Cappellini wrote: In the wave module, is the term frame synonymous with sample? That is, does the method wave.readframes(1) read a sample that is getsampwidth() bits wide, where each sample was sampled at the frequency found at wave.getframerate() ? The nice thing about Python is that

[python-win32] Fwd: import COM modules and access the methods and properties

2008-05-20 Thread siddhartha veedaluru
Hi, we are using HP Quality Center Test Director. It provides Open Test Architecture API so that we can you use this API with other tools such as VB,C++ to connect,perform operation etc with TestDirector.The Open Test Architecture API is a COM library. Using PythonWin COM Browser i can see its