Hi all,

I have python2.4 running on ppc-linux 2.6.17. However, when I start a
sample
TG app, it fails in transformer.py imported by CherryPy.

Following are the error msgs:
...
  File "start-tg-app.py", line 24, in ?
    import cherrypy
  File
"/usr/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/__init__.py",
line 10, in ?
    import config
  File
"/usr/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/config.py",
line 8, in ?
    from cherrypy.lib import autoreload, cptools, httptools
  File
"/usr/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/lib/cptools.py",
line 252, in ?
    import compiler
  File "/usr/lib/python2.4/compiler/__init__.py", line 24, in ?
    from transformer import parse, parseFile
  File "/usr/lib/python2.4/compiler/transformer.py", line 30, in ?
    import symbol
ImportError: No module named symbol
...

What is surprising is I checkd the entire py2.4 distribution and I
can't see
a symbol.py (or a module with symbol defined). transformer.py is a
system
file and its including a module I can't seem to locate... All I can see
is:
     ...../lib/python2.4/compiler/symbols.py
in the same directory as that of transformer.py (in compiler).

Has anyone seen this error, or have any pointers to solve the problem.

Thanks,
/venkat

a


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to