Re: Komodo IDE: '__file__' is not defined when debugging

2006-01-03 Thread fortepianissimo
Thank you very much for the prompt reply and the patch - I applied it and everything is well now. Looking forward to the update! -- http://mail.python.org/mailman/listinfo/python-list

Re: Komodo IDE: '__file__' is not defined when debugging

2006-01-03 Thread Trent Mick
[fortepianissimo wrote] > This is a question to all of you who use Komodo IDE for development: > when I tried to debug my script which uses __file__ to get the absolute > path to the file, Komodo complained that the variable is not defined. > > Anyway to work around this? (without changing the cod

Komodo IDE: '__file__' is not defined when debugging

2006-01-03 Thread fortepianissimo
This is a question to all of you who use Komodo IDE for development: when I tried to debug my script which uses __file__ to get the absolute path to the file, Komodo complained that the variable is not defined. Anyway to work around this? (without changing the code) Or if I need to change the cod