[Tutor] Problem with os.system

2013-03-01 Thread Vijay Kumar R
I was using python for some application which used to create directories and also to run some exes using the os.system command from a program.py file which was working fine. For some reasons I got my system formatted and got the windows 7 installed. Now again I installed python and tried runnin

[Tutor] Django test case problem

2009-07-28 Thread VIJAY KUMAR
Hi,    I am running testcase from django when I run them from models.py it run.    But when I put the same in test.py in the same directory where models is define it not even getting called.   My structure django application is  mysite Settings.py Urls.py   Polls