Hi All:
I am using WingIde 3.1.3 and Python 2.5.
In the menu "Edit/Configure Python". For "Initial Directory" I used "Custom" and set to "c:\test4". I am using windows xp with sp3.
I placed the stylecheck.py and stack.py files in c:\test4.
I click on "Python Shell". I type "stylecheck" and click enter and get the following error:
>> stylecheck
Traceback (most recent call last):
File "<string>", line 1, in <string>
NameError: name 'stylecheck' is not defined
>>>
How can I make the "Python shell" find my file "stylecheck.py"?
Any help or hint will be greatly appreciated it.
Yours,
Frustrated.