Python script isn't producing text in data file

Steven D'Aprano steve at pearwood.info
Wed Dec 10 21:47:05 EST 2014


On Wed, 10 Dec 2014 15:04:52 -0800, Docfxit wrote:

> This is the Python Script that I'm having trouble with:
> http://theoffice.la/m/CGPLogSummaryTest.py

Link is broken:

steve at runes:~$ wget http://theoffice.la/m/CGPLogSummaryTest.py
--2014-12-11 13:41:26--  http://theoffice.la/m/CGPLogSummaryTest.py
Resolving theoffice.la... 75.79.6.149
Connecting to theoffice.la|75.79.6.149|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-12-11 13:41:26 ERROR 404: Not Found.


If the script is less than, say, 100 lines, please post it here directly 
in the body of your message. Make sure you post as PLAIN TEXT, not "rich 
text" (HTML), as rich text will destroy the formatting.

If the script is more than 100 lines, then please read this before 
posting:

http://sscce.org/

Even though it is written for Java programmers, it applies to any 
language. Please cut your code down to the smallest self-contained 
example that demonstrates the problem.

Doing so will have two benefits:

- it will increase the chances that you will find the bug yourself;

- and if you don't, it will increase the chances that others will 
  be willing to help you.




-- 
Steven



More information about the Python-list mailing list