pshung29 / turbocare

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

Turbocare starting problem #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. After easy_install tgpaginate, Python start-turbocare.py
2.
3.

What is the expected output? What do you see instead?
Still there is some file missing and turbocare not getting start.

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

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 22, in ?
    import controllers_person_manager
  File "/home/me/svn/turbocare/turbocare/controllers_person_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 21 Aug 2007 at 12:43

GoogleCodeExporter commented 8 years ago
Ver - 291

Original comment by tushar.c...@gmail.com on 22 Aug 2007 at 3:32

GoogleCodeExporter commented 8 years ago
Ver - 291

Original comment by tushar.c...@gmail.com on 22 Aug 2007 at 3:37

GoogleCodeExporter commented 8 years ago
Try revision 292

Original comment by umpen...@gmail.com on 28 Aug 2007 at 11:50