pshung29 / turbocare

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

ver - 282 to 289 not working due to some error #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. After download :python start-turbocare.py
2.
3.

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

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

Please provide any additional information below.
/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)
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 14, in ?
    import widgets_person
  File "/home/me/svn/turbocare/turbocare/widgets_person.py", line 3, in ?
    from tgpaginate.widgets import AjaxPaginatedGrid
ImportError: No module named tgpaginate.widgets

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

GoogleCodeExporter commented 8 years ago

Original comment by umpen...@gmail.com on 15 Aug 2007 at 11:51

GoogleCodeExporter commented 8 years ago
Revision 290 has the tgpaginate removed, so it should work again.

Also, I will be keeping a log of important changes in the following file.  
Please refer to this when doing future 
updates:
http://code.google.com/p/turbocare/wiki/VersionNotes

Original comment by umpen...@gmail.com on 16 Aug 2007 at 1:18