pshung29 / turbocare

Automatically exported from code.google.com/p/turbocare
0 stars 0 forks source link

Turbocare didn't start #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. SVN update , updated with 292, tried with python start-turbocare.py 
2. Still receiving error and server not getting started.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
292

Please provide any additional information below.

me@ITManager:~/svn/turbocare$ python start-turbocare.py 
/usr/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/lib/profiler.
py:54:
UserWarning: Your installation of Python doesn't have a profile module. If
you're on Debian, you can apt-get python2.4-profiler from non-free in a
separate step. See http://www.cherrypy.org/wiki/ProfilingOnDebian for details.
  warnings.warn(msg)
/usr/lib/python2.4/site-packages/TurboGears-1.0b2-py2.4.egg/turbogears/widgets/b
ase.py:152:
UserWarning: keyword argument "search_controller" is unused at
'AutoCompletingFKLookupField' instance
  warnings.warn('keyword argument "%s" is unused at %r instance' % (
Traceback (most recent call last):
  File "start-turbocare.py", line 26, in ?
    from turbocare.controllers import Root
  File "/home/me/svn/turbocare/turbocare/controllers.py", line 23, in ?
    import controllers_bed_manager
  File "/home/me/svn/turbocare/turbocare/controllers_bed_manager.py", line
17, in ?
    from div_dialogs.widgets import DialogBoxLink
ImportError: No module named div_dialogs.widgets

Original issue reported on code.google.com by tushar.c...@gmail.com on 28 Aug 2007 at 12:52

GoogleCodeExporter commented 8 years ago
Try revision 293

Original comment by umpen...@gmail.com on 29 Aug 2007 at 11:16