It does not appear that another pygr is installed :

=============

pygr.__file__
'Z:\\prog\\python25\\lib\\site-packages\\pygr\\__init__.pyc'

=============

for p in sys.path:
    print p


Z:\prog\eclipse\plugins\org.python.pydev_1.4.5.2727\PySrc
Z:\prog\python25\lib\site-packages\pyensembl-0.1.0-py2.5.egg
E:\sosma\projet\python\PsAssignation\src
Z:\prog\python25
Z:\prog\python25\DLLs
Z:\prog\python25\lib
Z:\prog\python25\lib\lib-tk
Z:\prog\python25\lib\plat-win
Z:\prog\python25\lib\site-packages
Z:\prog\python25\lib\site-packages\PIL
Z:\prog\python25\lib\site-packages\Pythonwin
Z:\prog\python25\lib\site-packages\apptools-3.2.0-py2.5.egg
Z:\prog\python25\lib\site-packages\blockcanvas-3.0.2-py2.5-win32.egg
Z:\prog\python25\lib\site-packages\chaco-3.1.0-py2.5-win32.egg
Z:\prog\python25\lib\site-packages\codetools-3.0.2-py2.5.egg
Z:\prog\python25\lib\site-packages\configobj-4.5.3-py2.5.egg
Z:\prog\python25\lib\site-packages\enable-3.1.0-py2.5-win32.egg
Z:\prog\python25\lib\site-packages\enthoughtbase-3.0.2-py2.5.egg
Z:\prog\python25\lib\site-packages\envisagecore-3.1.0-py2.5.egg
Z:\prog\python25\lib\site-packages\envisageplugins-3.1.0-py2.5.egg
Z:\prog\python25\lib\site-packages\ets-3.2.0-py2.5.egg
Z:\prog\python25\lib\site-packages\etsdevtools-3.0.2-py2.5-win32.egg
Z:\prog\python25\lib\site-packages\etsprojecttools-0.5.0-py2.5.egg
Z:\prog\python25\lib\site-packages\gtk-2.0
Z:\prog\python25\lib\site-packages\mayavi-3.2.0-py2.5-win32.egg
Z:\prog\python25\lib\site-packages\scimath-3.0.3-py2.5-win32.egg
Z:\prog\python25\lib\site-packages\setupdocs-1.0.2-py2.5.egg
Z:\prog\python25\lib\site-packages\traits-3.1.0-py2.5-win32.egg
Z:\prog\python25\lib\site-packages\traitsbackendqt-3.1.0-py2.5.egg
Z:\prog\python25\lib\site-packages\traitsbackendwx-3.1.0-py2.5.egg
Z:\prog\python25\lib\site-packages\traitsgui-3.0.4-py2.5.egg
Z:\prog\python25\lib\site-packages\win32
Z:\prog\python25\lib\site-packages\win32\lib
Z:\prog\python25\lib\site-packages\wx-2.8-msw-unicode
Z:\prog\python25\Lib\site-packages\pygr
C:\WINDOWS\system32\python25.zip


On May 4, 4:43 pm, Istvan Albert <istvan.alb...@gmail.com> wrote:
> On May 4, 10:30 am, michel bellis <fill.i...@9online.fr> wrote:
>
> > Could you recall me which is the python command that allows to know
> > from which directory python is loaded ? I would like to verify that
> > there no another python installed.
>
> I think you have a duplicate and incorrect pygr package in your import
> path. Do a
>
> import pygr
> print pygr.__file__
>
> that will tell you where it is coming from, you could also do a:
>
> import sys
>
> for p in sys.path:
>     print p
>
> this will list all the paths that the system attempts to import from,
> then look in those directories and remove the incorrect pygr
> installations, then reinstall correctly.
>
> Istvan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pygr-dev" group.
To post to this group, send email to pygr-dev@googlegroups.com
To unsubscribe from this group, send email to 
pygr-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pygr-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to