Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command line help() --> modules fails for *some* people #423

Closed
williamstein opened this issue Aug 10, 2007 · 1 comment
Closed

command line help() --> modules fails for *some* people #423

williamstein opened this issue Aug 10, 2007 · 1 comment

Comments

@williamstein
Copy link
Contributor

David Harvey says


I can confirm this:


sage: 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...

---------------------------------------------------------------------------
<type 'exceptions.NameError'>             Traceback (most recent call last)

/Users/wdj/sagefiles/sage-2.7/<ipython console> in <module>()

...

++++++++++++++++++++++++++++++++++++++++++

For other people (e.g., me) there's no problem. Hmm.

Component: user interface

Issue created by migration from https://trac.sagemath.org/ticket/423

@williamstein
Copy link
Contributor Author

comment:2

fixed by patching python itself (for sage-2.8.2)

tobiasdiez pushed a commit to tobiasdiez/sage that referenced this issue Feb 22, 2024
* Add initial support to generate R recipes from CRAN.

* take bits from conda-skeleton code and add cran subparser

* add cranstrategy abstract class

* Improvements related to the scrapping of cran webpage. Add tests to scrapping functions

Co-authored-by: Marcelo Duarte Trevisani <marcelotrevisani@users.noreply.github.com>
Co-authored-by: ForgottenProgramme <forgotten.programme@gmail.com>
Co-authored-by: Jannis Leidel <jannis@leidel.info>
Co-authored-by: Mahe Iram Khan <65779580+ForgottenProgramme@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant