khamidou / lptrace

Trace any Python program, anywhere!

Home Page:http://khamidou.com/lptrace/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Funky Zero length field name error.

Ryanb58 opened this issue · comments

Traceback (most recent call last):
  File "lptrace", line 116, in <module>
    main()
  File "lptrace", line 112, in main
    strace(pid)
  File "lptrace", line 50, in strace
    runfile(pid, trace_code)
  File "lptrace", line 39, in runfile
    cmd = 'execfile(\\"{}\\")'.format(name)
ValueError: zero length field name in forma

I went through the instructions in your README and this error was returned. Any thoughts?

Hi there! Thanks for taking the time to fill out a bug. This could be an issue for old versions of Python. Are you on Python 2.6 by any chance?

@khamidou I am actually running python 2.7.2.