This website requires JavaScript.
Explore
Help
Register
Sign In
Cyclone-Team
/
gramps
Watch
2
Star
0
Fork
0
You've already forked gramps
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
gramps
/
src
History
Tim G L Lyons
7f5f855df1
0005785: print statements in Check.py causing a crash in Windows (pythonw.exe) after outputting 4096 characters. Setup logging in gramps.py before anything else; for Windows divert stderr/stdout to a log file; use logging instead of print for errors or warnings.
...
svn: r20014
2012-07-16 22:55:36 +00:00
..
cli
…
data
…
gen
0005785: print statements in Check.py causing a crash in Windows (pythonw.exe) after outputting 4096 characters. Setup logging in gramps.py before anything else; for Windows divert stderr/stdout to a log file; use logging instead of print for errors or warnings.
2012-07-16 22:55:36 +00:00
gui
…
guiQML
…
images
…
plugins
0005785: print statements in Check.py causing a crash in Windows (pythonw.exe) after outputting 4096 characters. Change warning print statements to logging.
2012-07-16 17:57:01 +00:00
test
…
webapp
…
__init__.py
…
gramps.py
0005785: print statements in Check.py causing a crash in Windows (pythonw.exe) after outputting 4096 characters. Setup logging in gramps.py before anything else; for Windows divert stderr/stdout to a log file; use logging instead of print for errors or warnings.
2012-07-16 22:55:36 +00:00
Makefile.am
…