gotcha / vimpdb

Pdb and Vim integration
MIT License
201 stars 22 forks source link

Lots of undefined function errors upon startup #8

Open reckoner opened 12 years ago

reckoner commented 12 years ago

On windows xp, when I do

>python manual_test.py

a GVIM windows opens but there are lots of errors like:

Unknown function PDB_append_watch

What am I doing wrong here? Any ideas?

Thanks!