modules not show the python modules on version 2.78a #50588

Closed
opened 2017-02-04 04:49:36 +01:00 by Cătălin George Feștilă · 5 comments

System Information
Windows 10 ,nvidia 740M

Blender Version
2.78a

Short description of error

the output got with this error

help()

Welcome to Python 3.5's help utility!

If this is your first time using Python, you should definitely check out
the tutorial on the Internet at http://docs.python.org/3.5/tutorial/.
...
modules", "keywords", "symbols", or "topics". Each module also comes
with a one-line summary of what it does; to list the modules whose name
or summary contain a given string such as "spam", type "modules spam".

You are now leaving help and returning to the Python interpreter.
If you want to ask for help on a particular object directly from the
interpreter, you can type "help(object)". Executing "help('string')"
has the same effect as typing a particular string at the help> prompt.

modules

 Traceback (most recent call last):
   File "<blender_console>", line 1, in <module>
 NameError: name 'modules' is not defined

Exact steps for others to reproduce the error
Based on a (as simple as possible) attached .blend file with minimum amount of steps

use python on Scripting area try to use commands:

help()
modules

**System Information** Windows 10 ,nvidia 740M **Blender Version** 2.78a **Short description of error** the output got with this error >>> help() Welcome to Python 3.5's help utility! If this is your first time using Python, you should definitely check out the tutorial on the Internet at http://docs.python.org/3.5/tutorial/. ... modules", "keywords", "symbols", or "topics". Each module also comes with a one-line summary of what it does; to list the modules whose name or summary contain a given string such as "spam", type "modules spam". You are now leaving help and returning to the Python interpreter. If you want to ask for help on a particular object directly from the interpreter, you can type "help(object)". Executing "help('string')" has the same effect as typing a particular string at the help> prompt. >>> modules ``` Traceback (most recent call last): File "<blender_console>", line 1, in <module> NameError: name 'modules' is not defined ``` **Exact steps for others to reproduce the error** Based on a (as simple as possible) attached .blend file with minimum amount of steps use python on Scripting area try to use commands: ``` help() modules ```

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @mythcat

Added subscriber: @mythcat

Added subscriber: @mont29

Added subscriber: @mont29

Thanks for the report, but that’s not really a bug.

In python console interpreter, help() starts a sub-interpreter console, dedicated to help, in which you can type directly those commands.

In Blender's python console, this does not work, help() returns immediately (as you can see by last paragraph of its message). Same last message gives you the solution: Executing "help('string')" has the same effect as typing a particular string at the help> prompt.

help('modules')

…is the way to go in Blender...

Also, please seek user support on user forums like blenderartists.org or blender.stackexchange.com, not on the bug tracker.

Thanks for the report, but that’s not really a bug. In python console interpreter, `help()` starts a sub-interpreter console, dedicated to help, in which you can type directly those commands. In Blender's python console, this does not work, `help()` returns immediately (as you can see by last paragraph of its message). Same last message gives you the solution: `Executing "help('string')" has the same effect as typing a particular string at the help> prompt.` ```lang=python help('modules') ``` …is the way to go in Blender... Also, please seek user support on user forums like [blenderartists.org](http:*blenderartists.org/) or [blender.stackexchange.com](http:*blender.stackexchange.com/), not on the bug tracker.

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Bastien Montagne self-assigned this 2017-02-04 09:38:22 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#50588
No description provided.