Note that there are some explanatory texts on larger screens.

plurals
  1. USBecky
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COwell when I code: sys.path.append('C:/OSGeo4W/apps/grass/grass-6.4.3RC2/etc/python') ...it works, and when I comment it out...it doesn't work. which suggests that it is fixing it?? and in PATH environmental variable is: C:\OSGeo4W\apps\grass\grass6.4.3RC2\etc\python which is what I am confused about
      singulars
    2. CONo, Sorry I don't think I found the answer to the problem. By re-installing OSGeo4W I changed the problem inadvertently. I now have the PYTHONPATH set to C:\OSGeo4W\apps\grass\grass-6.4.2\etc\python somehow (as it's not set like this in environment variables). I have done a bad fix on this problem by typing in sys.path.append('C:\OSGeo4W\apps\grass\grass-6.4.3RC2\etc\python') which adds the path I want
      singulars
    3. COSo - I think I have found the problem (which I think differs from the one I started out with). Today I installed OSGeo4W afresh (I uninstalled the previous one). A result of this was that the grass-6.4.2 directory was renamed grass-6.4.3RC2. I changed all the paths within the environment variables to take this into account. However...one of the paths printed out by 'print sys.path' is C:\OSGeo4W\apps\grass\grass-6.4.3\etc\python ...when this path does not exist. Hwever, I am not sure how to alter this path since all the paths in environment settings use grass-6.4.3RC2
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload