Re: Komodo IDE: '__file__' is not defined when debugging
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
[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