Re: Unit tests error out with WinError 10013 in my Windows 7 machine with Python 3.3.2

2013-10-30 Thread Ramiro Morales
If you update your git clone these Windows-specific extra errors and failures shouldn't be there anymore either. Please report back if that isn't the case. Ramiro Morales @ramiromorales On Oct 30, 2013 10:12 AM, "Antony J" wrote: > Sam, Marc, > > Thank you for your responses. Sorry I could not

Re: Unit tests error out with WinError 10013 in my Windows 7 machine with Python 3.3.2

2013-10-30 Thread Antony J
Sam, Marc, Thank you for your responses. Sorry I could not get back on this sooner. I ran the command “netstat -anob | findstr 8081” and found that the McAfee framework service was listening in port 8081. After killing the frameworkservice.exe, the errors went away. However, there still are 2 f

Re: Unit tests error out with WinError 10013 in my Windows 7 machine with Python 3.3.2

2013-10-24 Thread Marc Tamlyn
As this is about running the Django teat suite in order to try to write a patch it does belong on this mailing list. I don't have any concrete ideas what's wrong - but it does look like all your issues are related to running the LiveServer (selenium) tests. Something bound to a certain port alread

Re: Unit tests error out with WinError 10013 in my Windows 7 machine with Python 3.3.2

2013-10-24 Thread Sam Lai
Do you have anything running on port 8081 (running netstat will tell you)? I just ran Django's test suite on my machine (Windows 7, Python 3.3.2), from the trunk cloned an hour ago, and it completed mostly without an issue (there's a UnicodeDecodeError but that's likely because it's printing a cha

Unit tests error out with WinError 10013 in my Windows 7 machine with Python 3.3.2

2013-10-24 Thread Antony J
Hi, Good morning. Your help is needed: I am relatively new to Django. After developing a Django app, I am trying to write my first patch for Django. I checked out Django from github: VERSION = (1, 7, 0, 'alpha', 0). When I run the unit tests with the command "python runtests.py", I get 6 err