Search the web
Sign In
New User? Sign Up
VoiceCoder · Forum for discussing using VR for the pu
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3676 - 3705 of 5996   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3676
I'm afraid I don't quite follow this. Are these dvc commands? ... Why can't you combine them? What happens if you do? ... Maybe try changing the...
hin2000x
Offline Send Email
Jun 2, 2005
8:27 am
3677
Our IT staff have made some upgrades to our boxes, and now Vocola/Natlink is crashing NaturallySpeaking. Every time I tried to start NaturallySpeaking, I get...
ra_schneiderman
Offline Send Email
Jun 2, 2005
6:05 pm
3678
1) Make sure you're running v 1.3.4, not 1.3.3 2) regsvr32 "C:\Program Files\NatLink\macrosystem\core\natlink.dll" 3) If you get a success message, restart DNS...
Scott Weinstein
scweinstein
Offline Send Email
Jun 2, 2005
6:21 pm
3679
Alas, no go -- was running 1.3.4, and regsvr32 returned an error. Stupid question: where do I find 1.1.0? I didn't see it at ...
ra_schneiderman
Offline Send Email
Jun 2, 2005
6:57 pm
3680
Never mind, found it: http://speechwiki.org/NL/VersionHistory.html Thanks, Anders ... Files\NatLink\macrosystem\core\natlink.dll" ... OK, ... the ... 8,...
ra_schneiderman
Offline Send Email
Jun 2, 2005
7:31 pm
3681
I updated the main page too. could you tell me what error messages is when you run regsvr32? ... -- Scott W. http://speechwiki.org...
Scott Weinstein
scweinstein
Offline Send Email
Jun 2, 2005
8:51 pm
3682
Unfortunately my network people already locked my box down, so I can't try installing it. The next time they're around, I'll ask them to let me try it again....
ra_schneiderman
Offline Send Email
Jun 2, 2005
9:29 pm
3683
I'm using Vocola/Natlink 1.3.4, DNS 8.0 sp1, and Windows XP. I'm installing DNS on my daughter's Dell Inspiron 8200 notebook. I get a Dragon error dialog box...
teehiett
Offline Send Email
Jun 5, 2005
9:20 pm
3684
Try with NatLink/Vocola 1.3.5 ... -- Scott W. http://speechwiki.org...
Scott Weinstein
scweinstein
Offline Send Email
Jun 5, 2005
10:40 pm
3685
Scott, The new version produces the following error in the natlink window An exception occurred loading 'natlinkmain' module Check python path ...
teehiett
Offline Send Email
Jun 5, 2005
11:55 pm
3686
... Which version of Python are you using? -- Scott W. http://speechwiki.org...
Scott Weinstein
scweinstein
Offline Send Email
Jun 6, 2005
12:07 am
3687
Yep. I got this same error, and 1.3.5 fixed it for me. ... From: VoiceCoder@yahoogroups.com [mailto:VoiceCoder@yahoogroups.com]On Behalf Of Scott Weinstein ...
Chambers, Matt
machambers01
Offline Send Email
Jun 6, 2005
12:42 am
3688
... PythonWin 2.3.4 (#53, Oct 18 2004, 20:35:07) [MSC v.1200 32 bit (Intel)] on win32....
teehiett
Offline Send Email
Jun 6, 2005
4:02 am
3689
If you're using standard Python, you need to install the Win32 all package. http://prdownloads.sourceforge.net/pywin32/pywin32-204.win32-py2.3.exe?download I...
Scott Weinstein
scweinstein
Offline Send Email
Jun 6, 2005
4:20 am
3690
... package. ... py2.3.exe?download ... Well, it worked perfectly. I installed this version of Python and the NatLink/Vocola 1.3.5 and everything is working...
teehiett
Offline Send Email
Jun 7, 2005
3:53 am
3691
I will occasionally create common library routines and stick them in the core directory, so they are accessible. The problem is that I cannot find a way to...
Matthew Vermilion
mvvermilion
Offline Send Email
Jun 16, 2005
6:26 pm
3692
Matt, In the message window "File, Reload everything" should work, as long as you save your python library before you do this. I cannot think of a reason you ...
Quintijn Hoogenboom
quintijn1951
Offline Send Email
Jun 16, 2005
7:01 pm
3693
we should probably establish which version of NatLink, Python, and NaturallySpeaking you're using first. ... -- Scott W. http://speechwiki.org...
Scott Weinstein
scweinstein
Offline Send Email
Jun 16, 2005
7:21 pm
3694
Sorry guys. Using 1.3.3 of the NatLink/Vocola installer. Python 2.3.4 from python.org. NaturallySpeaking Pro 8.10.000.279 SP1. With the new output window,...
Matthew Vermilion
mvvermilion
Offline Send Email
Jun 16, 2005
8:23 pm
3695
okay... a few things 1) regarding your problem, what directory do you mean when you say "core"? Placing files in 'C:\Program Files\NatLink\macrosystem\core' is...
Scott Weinstein
scweinstein
Offline Send Email
Jun 16, 2005
9:16 pm
3696
Using Vocola in Access, I have the following commands: dimension integer <_anything> = "Dim int" $1 " As Integer" {enter}; dimension string <_anything> =...
teehiett
Offline Send Email
Jun 18, 2005
10:02 pm
3697
test integer <_anything> = "Dim int" Eval(""$1".capitalize()") " As Integer" {enter}; ... -- Scott W. http://speechwiki.org...
Scott Weinstein
scweinstein
Offline Send Email
Jun 20, 2005
1:57 am
3698
Hi, I was in vacation for a while and I just downloaded 1.3.6 which seems to work so far :-) Thanks a lot, Jean-Marc...
jmeurin
Offline Send Email
Jun 20, 2005
10:17 pm
3699
... Scott, This command works perfectly. Now, suppose I wanted to use two words in the name and have each word capitalized, such as: Dim intParameterSearch As...
teehiett
Offline Send Email
Jun 23, 2005
5:53 pm
3700
As it turns out, I had some unneeded quotations. This will also work: test integer <_anything> = "Dim int" Eval("$1.capitalize()") " As Integer" {enter}; In...
Scott Weinstein
scweinstein
Offline Send Email
Jun 23, 2005
7:17 pm
3701
... start ... http://speechwiki.org/NL/ProgrammingNotation.html Scott, It seems I don't understand the relationship between Vocola --- NatLink --- Python ---...
teehiett
Offline Send Email
Jun 24, 2005
2:36 pm
3702
this is a common question, I've attempted to explain the relationship here: http://speechwiki.org/NL/RelationshipBetweenNatLinkVocolaPythonAndDNS.html...
Scott Weinstein
scweinstein
Offline Send Email
Jun 24, 2005
3:14 pm
3703
Since I tend to have to do research this type of thing at lunch, it is sometimes a slow process. I've narrowed down the problem quite a bit. There are two...
Matthew Vermilion
mvvermilion
Offline Send Email
Jun 24, 2005
5:47 pm
3704
We may want to automatically add the NatLink user directory to the HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.3\PythonPath\NatLink default key. Most...
Matthew Vermilion
mvvermilion
Offline Send Email
Jun 24, 2005
6:02 pm
3705
two things come to mind: 1) the path *C:\Program Files\NatLink\macrosystem\macrosystem* shouldn't exist 2) possibly your Vocola commands are exposing a bug in...
Scott Weinstein
scweinstein
Offline Send Email
Jun 24, 2005
6:12 pm
Messages 3676 - 3705 of 5996   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help