|
From: Richard C. <ax...@ch...> - 2003-10-02 22:20:51
|
hi i dont know whats going on, i am having problems where i am working with two files, one a main file main.py and the other a class file cf.py, now i run the main file and it crashes with a trace back to the class file cf.py and the fileline number. okay so i change the cf.py file and save it and F5 it, then i go back to the main.py file and run it it comes back with the same error. i comment out the problem line in the cf.py file, i save it and f5 it. i then go back to the main.py file and run it again. it crashes with the same trace back information before, same line number that was the problem before, but now displays the commented out line. cf.py and main.py are in the same directory, dont know what other information you need, but whats going wrong? rich any help is appreciated |