Forum: [VBP] Third Party Tools
08-14-2006, 12:47 PM
|
Replies: 1
Views: 10,342
|
Forum: [VBP] Third Party Tools
08-14-2006, 11:12 AM
|
Replies: 1
Views: 11,885
Problem running Python script
I am trying to run a Python script and I am getting a couple different errors.
First I just try a simple 2-line script:
import marshal, os, re, sys, time
print "test"
I get this error:
...
|