6 messages in org.python.python-bugs-list[ python-Bugs-923576 ] Incorrect __na...
FromSent OnAttachments
SourceForge.netMar 25, 2004 7:43 pm 
SourceForge.netMar 26, 2004 3:47 pm 
SourceForge.netMar 30, 2004 12:14 pm 
SourceForge.netMar 31, 2004 5:56 am 
SourceForge.netMar 31, 2004 11:02 am 
SourceForge.netMar 31, 2004 2:14 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-923576 ] Incorrect __name__ assignmentActions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 26, 2004 3:47:42 pm
List:org.python.python-bugs-list

Bugs item #923576, was opened at 2004-03-26 00:43 Message generated for change (Settings changed) made by elcepi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=923576&group_id=5470

Category: Macintosh

Group: Python 2.3 Status: Open Resolution: None Priority: 5 Submitted By: El cepi (elcepi) Assigned to: Nobody/Anonymous (nobody) Summary: Incorrect __name__ assignment

Initial Comment: When you use PythonLauncher or PythonIDE the value of __name__ is incorrectly assigned.

For example, in the attached file the output is "The module has been load" when the module is fun in PythonIDE.

With this you can not disciminate between the code you should run when you load the module and when you try to run it.

----------------------------------------------------------------------