Did yqu by any chance use the --no-site-packages-option when creating the virtualenv?
yes I did, what is the matter with that? > > (tgenv)$ python > > >>> import sys > > >>> sys.path > > > gives you? Does it include the path where matplotlib is installed? ['', 'C:\\Python25\\lib\\site-packages\\setuptools-0.6c9-py2.5.egg', 'C:\\Pythonlib\\site-packages\\docutils-0.5-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\turbogears-1.0.8-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\turbokid-1.0.4-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\turbocheetah-1.0-py2.5.egg', 'Python25\\lib\\site-packages\\simplejson-2.0.9-py2.5.egg', 'C:\\Python25\\lisite-packages\\ruledispatch-0.5a1.dev_r2506-py2.5- win32.egg', 'C:\\Python25\\lib\\site-packages\\pastescript-1.7.3-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\formencode-1.2.1-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\decoratortools-1.7-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\configobj-4.5.3-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\cherrypy-2.3.0-py2.5.egg', 'C:\\Python25\\site-packages\\kid-0.9.6-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\che2.0.1-py2.5-win32.egg', 'C:\\Python25\\lib\\site-packages\\extremes-1.1.1-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\pyprotocols-1.0a0-py2.5- win32.egg', 'C:\\Python25\\lib\\site-packages\\pastedeploy-1.3.3-py2.5.egg', 'C:\\Python25site-packages\\paste-1.7.2-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\virtualenv-1.3.3-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\ipython-0.9.1-p5.egg', 'd:\\fernando\\proyectofinal\\pruebas\\tg2env\\wiki20', 'C:\\Python25site-packages\\repoze.tm2-1.0a4-py2.5.egg', 'C:\\Python25\\lib\\site-packzope.sqlalchemy-0.4-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\toscawidgets0.9.7.2-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\babel-0.9.4-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\catwalk-2.0.2-py2.5.egg', 'C:\\Python25\site-packages\\turbogears2-2.0.1-py2.5.egg', 'C:\\Python25\\lib\\site-packtransaction-1.0a1-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\zope.interface-3.5.1-py2.5- win32.egg', 'C:\\Python25\\lib\\site-packages\\sqlalchemy-0.5.py2.5.egg', 'C:\\Python25\\lib\\site-packages\\webob-0.9.6.1-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\tgext.admin-0.2.3-py2.5.egg', 'C:\\Python25\\lib\\packages\\sprox-0.5.5-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\turboj1.2.1-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\repoze.what_pylons-1.0rc3- py2.5.egg', 'C:\\Python25\\lib\\site-packages\\weberror-0.10.1-py2.5.egg', 'C:\\Python25\\liblib\\site-packages\\webflash-0.1a9-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\genshi-0.5.1-py2.5-win32.egg', 'C:\\Python25\\lib\\site-packages\\pylons-0.9.7-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\tgext.crud-0.2.4dev-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\tw.forms-0.9.7-py2.5.egg', 'C:\\lib\\site-packages\\prioritized_methods-0.2.1-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\peak_rules-0.5a1.dev_r2582- py2.5.egg', 'C:\\Python25\\lib\\site-packages\\decorator-3.0.0-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\repoze.what-1.0.8-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\pygments-1.0-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\tempita-0.2-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\webtest-1.1-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\mako-0.2.4-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\nose-0.10.4-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\beaker-1.3.1-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\webhelpers-0.6.4-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\routes-1.10.3-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\addons-0.6-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\bytecodeassembler-0.3-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\repoze.who_testutil-1.0rc1- py2.5.egg', 'C:\\Python25\\lib\\site-packages\\repoze.who-1.0.10-py2.5.egg', 'C:\\Python25\\lib\\site-packages\\symboltype-1.0-py2.5.egg', 'D:\\fernando\\proyectoFinal\\desarrollo\\svn\\desarrollo\\f2py', 'C:\\WINDOWS\\system32\\python25.zip', 'C:\\Python25\\DLLs', 'C:\\Python25\\lib', 'C:\\Python25\\lib\\plat-win', 'C:\\Python25\\lib\\lib-tk', 'C:\\Python25', 'C:\\Python25\\lib\\site-packages', 'C:\\Python25\\lib\\site-packages\\win32', 'C:\\Python25\\lib\\site-packages\\win32\\lib', 'C:\\Python25\\lib\\site-packages\\Pythonwin'] It doesn't include matplotlib, althouh matplotlib is in C:\\Python25\ \lib\\site-packages\\ indeed > I have Linux debian (but I don't probe the app there :( ) also I > have windows XP > I will try with pydev and add source to pythonpath (I don't know how to do it throw a console) and see what happens --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

