View Single Post
  #1  
Old 10-12-2010, 09:47 AM
Darkmax Darkmax is offline
Member
 
Join Date: Feb 2010
Posts: 108
problems with makepy applications

im having problems with make py trying to use the microsoft speech sdk for voice recognition.

I didn't have any troubles in my computer but when i tried to install it on another computer with the step of the makepy it return this errors:

Code:
Traceback (most recent call last):
  File "<string>", line 11, in ?
  File "makepy.py", line 383, in ?
    rc = main()
  File "makepy.py", line 362, in main
    rc = selecttlb.SelectTlb()
** Load Time: 1.80 seconds
  File "C:\Program Files\WorldViz\Vizard30\bin\Lib\site-packages\win32com\client\selecttlb.py", line 150, in SelectTlb
    i.major = int(i.major, 16)
ValueError: invalid literal for int(): CS
if someone knows why this happening?

P.D. i already install vizard 3.18 and win32 plugin and microsoft speech sdk before running the makepy application. And the computer where im trying to install this is a laptop with windows xp 32bits with intel core 2 duo
Reply With Quote