import sys
userextpath = 'C:\\Program Files\\WikidPad\\user_extensions' # replace
this path with your wikidpad location if different
if userextpath not in sys.path:
sys.path.append(userextpath)
I'll add this to the instructions to
http://wikidpad.python-hosting.com/wiki/TagView.
Thanks Christian for your help and input.
jaysen naidoo
jaysen
Don't know what wwwald did, but rename Tags.py/TagView.py didn't work
for me (running WikidPad under Linux).
Unfortunately I found that out just a minute after my own posting
suggesting that as a possible reason for the failing import.
So I deleted that posting immediately again. At least in the online group.
Christian