Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
13 lines (10 loc) · 651 Bytes

File metadata and controls

13 lines (10 loc) · 651 Bytes
Copy raw file
Download raw file
Outline
Edit and raw actions

Troubleshooting

This page describes known issues that users of Python Fire have run into. If you have an issue not resolved here, consider opening a GitHub Issue.

Issue #19: Don't name your module "cmd"

If you have a module name that conflicts with the name of a builtin module, then when Fire goes to import the builtin module, it will import your module instead. This will result in an error, possibly an AttributeError. Specifically, do not name your module any of the following: sys, linecache, cmd, bdb, repr, os, re, pprint, traceback

Morty Proxy This is a proxified and sanitized view of the page, visit original site.