Closed wiiaboo closed 12 years ago
Ah I see... well, you cant have a try/except on it and then kill the functionality off in the script proper. Since I expect this to work in Python 3 when I eventually move, I will stop importing the exceptions module entirely and update my notes.
Because there is no exceptions module in Python 3, an error is thrown every time the script is run.
I don't use Pydev so I don't know what it requires to work, but I suggest using try/except to make it work both ways.