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 O
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
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=89&t=453070
I imagine it's all still applicabl
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
charac
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 Ob
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 possibl
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 us
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 1
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 mail