This is a simple python code that integrates console output to GUI.
Continue reading “Sample code to redirect console output to gui app in python” »
Category Archives: python
Sample code to redirect console output to gui app in python
Posted by Marvin on Jun 2011
2 comments
Two easy ways to create cronjobs log reports
Posted by Bob on May 2011
None comments
In creating a log report you can test if your cron job is running or not. There are two ways to create a log report, either you do it in your main script (in this example, MyScript.py) or directly in your cron job setup using crontab.
Continue reading “Two easy ways to create cronjobs log reports” »
pypdf PdfFileReader access denied while trying to rename/remove file
Posted by Bob on Feb 2011
None comments
I was trying to extract pages that contains a specific world on my file mypdf.pdf. Things went well until i’m almost done and try to rename mypdf.pdf to mypdf_orig.pdf:
Continue reading “pypdf PdfFileReader access denied while trying to rename/remove file” »
