Thread: Tk with Vizard
View Single Post
  #7  
Old 06-23-2003, 04:21 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

This is a problem we've encountered before and has already been resolved in the latest version. At the top of your script you need to issue the following commands:

import sys
sys.argv = [''] (Note: those are two single quotes)

That should do it, but please let me know if it doesn't work.

-- Farshid
Reply With Quote