![]() |
|
#7
|
|||
|
|||
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 |
|
|