Hi I'm pretty new to Django but I had an app working OK so far in
WIdnows in Eclipse with the Aptana Studio plugin. I installed Eclipse
and Aptana on a Ubuntu 11 machine and copied the code into a new
project and when I try to run the (development) server I get some
errors in django itself that are incomprehensible to me:

Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
    utility.execute()
  File "/usr/local/lib/python2.7/dist-packages/Django-1.3-py2.7.egg/
django/core/management/__init__.py", line 379, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/local/lib/python2.7/dist-packages/Django-1.3-py2.7.egg/
django/core/management/base.py", line 191, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/usr/local/lib/python2.7/dist-packages/Django-1.3-py2.7.egg/
django/core/management/base.py", line 220, in execute
    output = self.handle(*args, **options)
  File "/usr/local/lib/python2.7/dist-packages/Django-1.3-py2.7.egg/
django/core/management/commands/runserver.py", line 67, in handle
    self.run(*args, **options)
  File "/usr/local/lib/python2.7/dist-packages/Django-1.3-py2.7.egg/
django/core/management/commands/runserver.py", line 76, in run
    autoreload.main(self.inner_run, args, options)
  File "/usr/local/lib/python2.7/dist-packages/Django-1.3-py2.7.egg/
django/utils/autoreload.py", line 131, in main
    reloader(main_func, args, kwargs)
  File "/usr/local/lib/python2.7/dist-packages/Django-1.3-py2.7.egg/
django/utils/autoreload.py", line 104, in python_reloader
    reloader_thread()
  File "/usr/local/lib/python2.7/dist-packages/Django-1.3-py2.7.egg/
django/utils/autoreload.py", line 83, in reloader_thread
    ensure_echo_on()
  File "/usr/local/lib/python2.7/dist-packages/Django-1.3-py2.7.egg/
django/utils/autoreload.py", line 77, in ensure_echo_on
    attr_list = termios.tcgetattr(fd)
termios.error: (22, 'Invalid argument')
Finished "/home/dug/workspace/snyder_link/src/snyder_link/manage.py
runserver" execution.

Could someone explain where the problems might be?
Even a beginning of a solution would be appreciated as I don't know
where to begin

Best
Doug

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to