Re: Path difficulties with Python 2.5 running on Cygwin

2009-05-08 Thread Scott David Daniels
walterbyrd wrote: On May 8, 10:01 am, walterbyrd wrote: On May 8, 9:36 am, Jerry Hill wrote: On Fri, May 8, 2009 at 11:29 AM, walterbyrd wrote: I accidently named a script csv.py, put I deleted that. You probably still have a stale csv.pyc in that directory. Delete that too. Okay, I got

Re: Path difficulties with Python 2.5 running on Cygwin

2009-05-08 Thread walterbyrd
On May 8, 10:01 am, walterbyrd wrote: > On May 8, 9:36 am, Jerry Hill wrote: > > > On Fri, May 8, 2009 at 11:29 AM, walterbyrd wrote: > > > I accidently named a script csv.py, put I deleted that. > > > You probably still have a stale csv.pyc in that directory.  Delete that too. > Okay, I got it

Re: Path difficulties with Python 2.5 running on Cygwin

2009-05-08 Thread walterbyrd
On May 8, 9:36 am, Jerry Hill wrote: > On Fri, May 8, 2009 at 11:29 AM, walterbyrd wrote: > > I accidently named a script csv.py, put I deleted that. > > You probably still have a stale csv.pyc in that directory.  Delete that too. > I don't, I am very certain of that. I have also used find to ma

Re: Path difficulties with Python 2.5 running on Cygwin

2009-05-08 Thread Jerry Hill
On Fri, May 8, 2009 at 11:29 AM, walterbyrd wrote: > I accidently named a script csv.py, put I deleted that. You probably still have a stale csv.pyc in that directory. Delete that too. To tell for sure, open the python interpreter and do: import csv print csv.__file__ That will tell you exactl

Re: Path difficulties with Python 2.5 running on Cygwin

2009-05-08 Thread walterbyrd
On May 8, 9:22 am, walterbyrd wrote: > It workerd fine yesterday, but it won't work today. > > I can still run python, but when I try to import csv, I get an error: > > File "/usr/lib/python2.5/csv.py", line 8 in  . . . > > The module is there. I am guessing that python can not find it. I should