Giter VIP home page Giter VIP logo

Comments (12)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
Okay I suck. I didn't look for issues already submitted. Though I appear to 
offer a
little more information than previous post.

Original comment by [email protected] on 13 Jun 2008 at 10:31

from google-app-engine-django.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
Also observe such errors on fresh install, but number of failed tests is 19:
See attached file..

Original comment by [email protected] on 27 Jun 2008 at 2:03

Attachments:

from google-app-engine-django.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
I am also getting 7 failed tests. 

Workaround mentioned didnt work for me.

Any other pointers? 

Original comment by akshar.dave on 3 Jul 2008 at 3:09

from google-app-engine-django.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
Try the following will fix the os.kill issue.
http://me.in-berlin.de/doc/python/faq/windows.html#how-do-i-emulate-os-kill-in-w
indows

Original comment by [email protected] on 3 Aug 2008 at 3:03

from google-app-engine-django.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
should at least put a pointer to this issue in the docs ( 
http://code.google.com/appengine/articles/appengine_helper_for_django.html ) in 
the 'verifiy your environment' section. 

otherwise, everyone who tries that command on windows will run into problems...

Original comment by [email protected] on 21 Aug 2008 at 3:03

from google-app-engine-django.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
This is the errormessage when I run a newly created evironment with 

python manage.py test




....EEEEEEE............................................
======================================================================
ERROR: Tests the diffsettings command.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
108, in testDiffSettings
    self.runCommand("diffsettings")
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
75, in runCommand
    stdout=fd, stderr=fd, cwd=os.getcwdu())
  File "C:\Python25\lib\subprocess.py", line 594, in __init__
    errread, errwrite)
  File "C:\Python25\lib\subprocess.py", line 816, in _execute_child
    startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application

======================================================================
ERROR: Tests the dumpdata command.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
112, in testDumpData
    self.runCommand("dumpdata")
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
75, in runCommand
    stdout=fd, stderr=fd, cwd=os.getcwdu())
  File "C:\Python25\lib\subprocess.py", line 594, in __init__
    errread, errwrite)
  File "C:\Python25\lib\subprocess.py", line 816, in _execute_child
    startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application

======================================================================
ERROR: Tests the flush command.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
116, in testFlush
    self.runCommand("flush")
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
75, in runCommand
    stdout=fd, stderr=fd, cwd=os.getcwdu())
  File "C:\Python25\lib\subprocess.py", line 594, in __init__
    errread, errwrite)
  File "C:\Python25\lib\subprocess.py", line 816, in _execute_child
    startupinfo)
WindowsError: [Error 193] %1 is 
n....EEEEEEE............................................
======================================================================
ERROR: Tests the diffsettings command.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
108, in testDiffSettings
    self.runCommand("diffsettings")
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
75, in runCommand
    stdout=fd, stderr=fd, cwd=os.getcwdu())
  File "C:\Python25\lib\subprocess.py", line 594, in __init__
    errread, errwrite)
  File "C:\Python25\lib\subprocess.py", line 816, in _execute_child
    startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application

======================================================================
ERROR: Tests the dumpdata command.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
112, in testDumpData
    self.runCommand("dumpdata")
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
75, in runCommand
    stdout=fd, stderr=fd, cwd=os.getcwdu())
  File "C:\Python25\lib\subprocess.py", line 594, in __init__
    errread, errwrite)
  File "C:\Python25\lib\subprocess.py", line 816, in _execute_child
    startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application

======================================================================
ERROR: Tests the flush command.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
116, in testFlush
    self.runCommand("flush")
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
75, in runCommand
    stdout=fd, stderr=fd, cwd=os.getcwdu())
  File "C:\Python25\lib\subprocess.py", line 594, in __init__
    errread, errwrite)
  File "C:\Python25\lib\subprocess.py", line 816, in _execute_child
    startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application

======================================================================
ERROR: Tests the loaddata command.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
124, in testLoadData
    self.runCommand("loaddata")
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
75, in runCommand
    stdout=fd, stderr=fd, cwd=os.getcwdu())
  File "C:\Python25\lib\subprocess.py", line 594, in __init__
    errread, errwrite)
  File "C:\Python25\lib\subprocess.py", line 816, in _execute_child
    startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application

======================================================================
ERROR: Tests the reste command.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
128, in testReset
    self.runCommand("reset", ["appengine_django"])
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
75, in runCommand
    stdout=fd, stderr=fd, cwd=os.getcwdu())
  File "C:\Python25\lib\subprocess.py", line 594, in __init__
    errread, errwrite)
  File "C:\Python25\lib\subprocess.py", line 816, in _execute_child
    startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application

======================================================================
ERROR: Tests the runserver command.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
132, in testRunserver
    self.runCommand("runserver", int_after=2.0)
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
75, in runCommand
    stdout=fd, stderr=fd, cwd=os.getcwdu())
  File "C:\Python25\lib\subprocess.py", line 594, in __init__
    errread, errwrite)
  File "C:\Python25\lib\subprocess.py", line 816, in _execute_child
    startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application

======================================================================
ERROR: Tests the shell command.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
136, in testShell
    self.runCommand("shell", input="exit")
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
75, in runCommand
    stdout=fd, stderr=fd, cwd=os.getcwdu())
  File "C:\Python25\lib\subprocess.py", line 594, in __init__
    errread, errwrite)
  File "C:\Python25\lib\subprocess.py", line 816, in _execute_child
    startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application

----------------------------------------------------------------------
Ran 55 tests in 0.561s

FAILED (errors=7)

C:\django_project\mysite>no

C:\django_project\mysite>ot a valid Win32 application

======================================================================
ERROR: Tests the loaddata command.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
124, in testLoadData
    self.runCommand("loaddata")
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
75, in runCommand
    stdout=fd, stderr=fd, cwd=os.getcwdu())
  File "C:\Python25\lib\subprocess.py", line 594, in __init__
    errread, errwrite)
  File "C:\Python25\lib\subprocess.py", line 816, in _execute_child
    startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application

======================================================================
ERROR: Tests the reste command.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
128, in testReset
    self.runCommand("reset", ["appengine_django"])
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
75, in runCommand
    stdout=fd, stderr=fd, cwd=os.getcwdu())
  File "C:\Python25\lib\subprocess.py", line 594, in __init__
    errread, errwrite)
  File "C:\Python25\lib\subprocess.py", line 816, in _execute_child
    startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application

======================================================================
ERROR: Tests the runserver command.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
132, in testRunserver
    self.runCommand("runserver", int_after=2.0)
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
75, in runCommand
    stdout=fd, stderr=fd, cwd=os.getcwdu())
  File "C:\Python25\lib\subprocess.py", line 594, in __init__
    errread, errwrite)
  File "C:\Python25\lib\subprocess.py", line 816, in _execute_child
    startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application

======================================================================
ERROR: Tests the shell command.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
136, in testShell
    self.runCommand("shell", input="exit")
  File "C:\django_project\mysite\appengine_django\tests\commands_test.py", line
75, in runCommand
    stdout=fd, stderr=fd, cwd=os.getcwdu())
  File "C:\Python25\lib\subprocess.py", line 594, in __init__
    errread, errwrite)
  File "C:\Python25\lib\subprocess.py", line 816, in _execute_child
    startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application

----------------------------------------------------------------------
Ran 55 tests in 0.561s

FAILED (errors=7)

C:\django_project\mysite>no

C:\django_project\mysite>

Original comment by [email protected] on 6 Nov 2008 at 12:52

from google-app-engine-django.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
Same issue with me. Exactly 7 errors. Too bad, I already created a new issue 
for it 
withoug looking at the existing one. Sorry for that.

Original comment by [email protected] on 26 Jan 2009 at 6:51

from google-app-engine-django.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
Issue 104 has been merged into this issue.

Original comment by [email protected] on 27 Jan 2009 at 11:13

from google-app-engine-django.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
[deleted comment]

from google-app-engine-django.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
I am getting the same error with r86 revision

Original comment by [email protected] on 29 May 2009 at 6:22

Attachments:

from google-app-engine-django.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
[deleted comment]

from google-app-engine-django.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
I suggest that Issue 162 be merged in; I experience both issues when I run 
python manage.py test.

I agree with dennisf: the documentation should be updated to include a warning 
about this. In addition, the instructions for packaging django should note that 
the test directory is required for running python manage.py test.

Original comment by [email protected] on 24 Jul 2010 at 8:36

from google-app-engine-django.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.