[Python-bugs-list] [ python-Bugs-784786 ] ImportError: cannot import name OptionParser

SourceForge.net noreply at sourceforge.net
Thu Aug 7 08:01:45 EDT 2003


Bugs item #784786, was opened at 2003-08-07 22:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=784786&group_id=5470

Category: Parser/Compiler
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Lu Jian Xiong (fdmulti)
Assigned to: Nobody/Anonymous (nobody)
Summary: ImportError: cannot import name OptionParser

Initial Comment:
E:\>optparse.py
Traceback (most recent call last):
  File "E:\Home\optparse.py", line 1, in ?
    from optparse import OptionParser
  File "E:\Home\optparse.py", line 1, in ?
    from optparse import OptionParser
ImportError: cannot import name OptionParser

E:\>type optparse.py
from optparse import OptionParser
E:\>type optparse.txt
Python 2.3 (#46, Jul 29 2003, 18:54:32) [MSC v.1200 
32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more 
information.

    
******************************************
**********************
    Personal firewall software may warn about the 
connection IDLE
    makes to its subprocess using this computer's internal 
loopback
    interface.  This connection is not visible on any 
external
    interface and no data is sent to or received from the 
Internet.
    
******************************************
**********************

IDLE 1.0
>>> from optparse import OptionParser
>>> # ok? why?
>>>

E:\>

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=784786&group_id=5470



More information about the Python-bugs-list mailing list