PyDev code coverage: "File has no statistics"

I saw a similar post here. I can’t get Coverage to work in PyDev, “The file has no statistics”, but I have another problem (my folder names do not contain spaces). I basically followed this video http://pydev.org/video_pydev_20.html - step by step, and I have an identical code and folder structure. After deleting the folder for analysis, I get "The file has no statistics." In the original video, it starts at 4:00. I have

  • Eclipse Standard / SDK Version: Kepler Release Build id: 20130614-0229
  • Pydev, which I downloaded and installed through the Eclipse Marketplace just today
  • Python 2.7.5 (official)
  • Mac OSX Lion 10.7.5
+7
python code-coverage pydev
source share

No one has answered this question yet.

See similar questions:

2
Unable to get Coverage to work in PyDev, "File has no statistics"
one
Code coverage does not work with PyDev

or similar:

5116
How to check if a file exists without exceptions?
3474
How to list all the catalog files?
2112
How to copy a file in Python?
2028
How to read a file line by line in a list?
1848
Delete a file or folder
1349
Why can't Python parse this JSON data?
486
Clear backlight in Eclipse
435
What is reasonable% coverage for unit tests (and why)?
416
What can I use to cover good quality code for C # /. NET?
sixteen
Configuring Pydev Interpreter in Eclipse to use Enthought Python Distribution

All Articles