mckoss / pageforest

Automatically exported from code.google.com/p/pageforest
0 stars 0 forks source link

PF vacuum does not work anymore #90

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Output when attempted

C:\src\pflatency>pf vacuum
Server: http://admin.pagelatency.pageforest.com/
Traceback (most recent call last):
  File "C:\src\pflatency\pf.py", line 1225, in <module>
    main()
  File "C:\src\pflatency\pf.py", line 1219, in main
    globals()[options.command + '_command'](args)
  File "C:\src\pflatency\pf.py", line 862, in vacuum_command
    list_local_files()
  File "C:\src\pflatency\pf.py", line 696, in list_local_files
    path = os.path.relpath(os.path.join(dirpath, filename))
AttributeError: 'module' object has no attribute 'relpath'

Original issue reported on code.google.com by ch...@mckoss.com on 17 Jun 2011 at 6:21

GoogleCodeExporter commented 9 years ago
pf.py has a dependency on python 2.6 or greater (os.path.relpath is being used).

Original comment by mckoss@gmail.com on 8 Jul 2011 at 6:50