Re: PYTHONPATH question....

2001-04-30 Thread David Ascher
[EMAIL PROTECTED] wrote: > > What confused me is Learning Python's (O'Reilly "rat" book) mention of including > library paths p. 22. But it doesn't make sense to have to worry about module > paths and Python library paths in the same environment variable. Any idea what > the "rat" was talking abo

RE: PYTHONPATH question....

2001-04-30 Thread Barry Scott
> What confused me is Learning Python's (O'Reilly "rat" book) mention of including > library paths p. 22. But it doesn't make sense to have to worry about module > paths and Python library paths in the same environment variable. Any idea what > the "rat" was talking about? I think that "module pa

RE: PYTHONPATH question....

2001-04-30 Thread lbottorff
What confused me is Learning Python's (O'Reilly "rat" book) mention of including library paths p. 22. But it doesn't make sense to have to worry about module paths and Python library paths in the same environment variable. Any idea what the "rat" was talking about? Lb It should be as simple a

RE: PYTHONPATH question....

2001-04-30 Thread Barry Scott
It should be as simple as: Windows: set pythonpath=u:\users\barry\python Unix: export PYTHONPATH=~/Python BArry > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: 30 April 2001 15:15 > To: [EMAIL PROTEC

Re: a newbie's question

2001-04-30 Thread Paul Prescod
sowen wrote: > >... > I know in Linux/Unix,Python is a kind of shell script.I think > maybe it can do some work as well as Perl.What jobs the Python fans > will put Python do in Linux? In Windows,what character Python is? People use Python for all sorts of general purpose jobs. Some peopl

can't use ODBC tracing with Python-ASP pages?

2001-04-30 Thread Bill Seitz
Title: can't use ODBC tracing with Python-ASP pages? I'm having problems with one particular web server handling ASP pages using Python to make ODBC calls to MsSqlServer. (as noted in a posting last week). Had a brainstorm this morning, recalled there was some way to trace ODBC calls

PYTHONPATH question....

2001-04-30 Thread lbottorff
I'm using ActiveState Python 2.0.3 on both Win and Linux. I would like to know how to properly set up the PYTHONPATH variable on both to allow modules to be located in places other than the actual .../python-2.0.3/ main directory. Thanks Lb ___ Ac