<div>When I am running the script from the command line, its working fine but when I am trying to run from Pythonwin, its giving me error.</div>
<div>&nbsp;</div>
<div>Can anyone explain the reason?</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Asrarahmed<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 11/5/06, <b class="gmail_sendername">Kent Johnson</b> &lt;<a href="mailto:kent37@tds.net">kent37@tds.net</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Dustin J. Mitchell wrote:<br>&gt; Asrarahmed Kadri wrote:<br>&gt;&gt; &quot;C:\Python24\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py&quot;,
<br>&gt;&gt; line 310, in RunScript<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; exec codeObject in __main__.__dict__<br>&gt;&gt;&nbsp;&nbsp; File &quot;C:\project stuff-programs\Scriptdate.py&quot;, line 18, in ?<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; t1 = my_version_datecheck.dateCheck(dt1,0)
<br>&gt;&gt;&nbsp;&nbsp; File &quot;my_version_datecheck.py&quot;, line 38, in dateCheck<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; import traceback<br>&gt;&gt; NameError: global name 'traceback' is not defined<br>&gt;<br>&gt; This tells you everything you need to know right here.
<br>&gt;<br>&gt; What version of Python are you using?&nbsp;&nbsp;I know traceback existed at least in<br>&gt; 2.3.&nbsp;&nbsp;Might be time to consider an upgrade.<br><br>If traceback was not a valid module name the import would raise<br>ImportError, not NameError.
<br><br>Something strange is going on here; have you shown us all the code?<br><br>Kent<br><br>_______________________________________________<br>Tutor maillist&nbsp;&nbsp;-&nbsp;&nbsp;<a href="mailto:Tutor@python.org">Tutor@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/tutor">http://mail.python.org/mailman/listinfo/tutor</a><br></blockquote></div><br><br clear="all"><br>-- <br>To HIM you shall return.