bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] [fwd] Re: Requesting some help..


From: Jim Segrave
Subject: Re: [Bug-gnubg] [fwd] Re: Requesting some help..
Date: Thu, 22 Jun 2006 20:51:06 +0200
User-agent: Mutt/1.4.2.1i

On Thu 22 Jun 2006 (15:44 +0200), Christian Anthon wrote:
> Not easy to diagnose without more info (system and setup). Does the
> users python setup work when run from the shell, that is running
> python without arguments and entering import os.path should produce
> something like
> 
> address@hidden ~ $ python
> Python 2.4.3 (#2, Apr 27 2006, 14:43:58)
> [GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>>import os.path
> >>>
> 
> 
> (ctrl + d to exit)
> 
> Christian.

The other thing to do is to run gnubg from a command shell (on
Unix/Linux, simply running gnubg from the command line, on Windows, I
think you can run Command.com to get a DOS window and start gnubg from
there) 

Then, in the terminal window type three greater than symbols to start
python from within gnubg.

in that window, type:

print sys.path

 You should get a list of all the locations python will look for
 imports when started from within gnubg. If the directory where
 os.path.py is located appears, type

import os.path

  let us know if that produces an error or simply gives another >>> prompt.

-- 
Jim Segrave           address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]