Public bug reported: Binary package hint: python2.5
I performed an upgrade to Intrepid and have now run into the following problem in the python interpreter. I wanted to list all of the python modules. Normally, I do this by executing `python`, then `help()`, then `modules`. When I tried this on Intrepid, I got the following output instead of what I expected (the list of modules). [EMAIL PROTECTED]:~$ python Python 2.5.2 (r252:60911, Oct 5 2008, 19:24:49) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> help() Welcome to Python 2.5! This is the online help utility. If this is your first time using Python, you should definitely check out the tutorial on the Internet at http://www.python.org/doc/tut/. Enter the name of any module, keyword, or topic to get help on writing Python programs and using Python modules. To quit this help utility and return to the interpreter, just type "quit". To get a list of available modules, keywords, or topics, type "modules", "keywords", or "topics". Each module also comes with a one-line summary of what it does; to list the modules whose summaries contain a given word such as "spam", type "modules spam". help> modules Please wait a moment while I gather a list of all available modules... /usr/lib/python2.5/site-packages/zope/__init__.py:19: UserWarning: Module test was already imported from /usr/lib/python2.5/test/__init__.pyc, but /var/lib/python-support/python2.5 is being added to sys.path import pkg_resources UniConvertor 1.1.2 USAGE: uniconvertor [INPUT FILE] [OUTPUT FILE] Converts one vector graphics format to another using sK1 engine. sK1 Team (http://sk1project.org), copyright (C) 2007,2008 by Igor E. Novikov Allowed input formats: AI - Adobe Illustrator files (postscript based) CDR - CorelDRAW Graphics files (7-X3,X4 versions) CDT - CorelDRAW templates files (7-X3 versions) CCX - Corel Compressed Exchange files CMX - Corel Presentation Exchange files (CMX1 format) SVG - Scalable Vector Graphics files FIG - XFig files CGM - Computer Graphics Metafile files AFF - Draw files WMF - Windows Metafile files SK - Sketch/Skencil files SK1 - sK1 vector graphics files Allowed output formats: AI - Adobe Illustrator files (postscript based) SVG - Scalable Vector Graphics files CGM - Computer Graphics Metafile files WMF - Windows Metafile files SK - Sketch/Skencil files SK1 - sK1 vector graphics files Example: uniconvertor drawing.cdr drawing.svg [EMAIL PROTECTED]:~$ ** Affects: python2.5 (Ubuntu) Importance: Undecided Status: New -- python interpreter help() does not return all modules https://bugs.launchpad.net/bugs/292164 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
