Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Python Interactive GUI console that displays exceptions and tracebacks in an interactive python environment, and provides a sidebar for selecting which exception. Provides PyQt5 imports For ease of use with PyQt5 Testing or libraries with verbose exception tracebacks.

NotificationsYou must be signed in to change notification settings

kgolcyns/Python-Interactive-Exception-Console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Interactive GUI console that displays exceptions and tracebacks in an interactive python environment, and provides a sidebar for selecting which exception.Provides PyQt5 imports For ease of use with PyQt5 Testing or libraries with verbose exception tracebacks.

Run

Theexception_viewer.py script contains the neccecary startup code when run as__main__, and python must be run in interactive mode.

  • Run as Script:pythonw -i exception_viewer.py orpython -i exception_viewer.py
  • To run as module:pythonw -im exception_viewer orpython -im exception_viewer

Running as module will be used if this module is installed in python site packages (TODO).

The scripts usepythonw, but can be replaced with regularpython ifpythonw is not available.

Note:

This project is experimental, so names and features are likely to change, and there isno warrantry. A formal releasse will likely be done under a new repo with a better package name, and this repo will be archived.

About

Python Interactive GUI console that displays exceptions and tracebacks in an interactive python environment, and provides a sidebar for selecting which exception. Provides PyQt5 imports For ease of use with PyQt5 Testing or libraries with verbose exception tracebacks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp