Questions & Answers: Question: What does it mean? invalid command name …
Open Question
Status: Accepting answers
Bonus: What are points?1 Points
In total, earn up to 24 points for the best answer to this question! Details
What does it mean? invalid command name "Rappture::librarydriver920.xml"
What does this error message in rappture mean?
How do I fix the error?
invalid command name "Rappture::librarydriver920.xml"
while executing
"Rappture::library[lindex $argv 0]"
invoked from within
"set driver [Rappture::library[lindex $argv 0]]"
(file "/path/to/my/driver/my_wrapper.tcl" line 4)
Asked by Alisa Neeman - 4 months 6 days ago - 1 Responses
Tags:
Steven Clark said:
0 0 Login to vote You can fix this error by adding a space between Rappture::library and [lindex $argv 0].
Reply Report abuse