gadfly install problem: "from sqlsem import Parse_Context" fails.

aaron_watters at my-deja.com aaron_watters at my-deja.com
Fri Oct 29 08:23:55 EDT 1999


In article <7vb0bh$s9u$1 at nnrp1.deja.com>,
  Bryan.Hann at Pobox.Com wrote:
> After installing gadfly via
>     (1) downloading individual *.py files from
>             http://www.chordate.com/kwParsing/index.html
>         (there does not seem to be a zipped package??),
>
>     (2) downloading kwP from the same site, and
>
>     (3) running "python gfinstall.py"

Dunno really.  But there's no reason to download *.py files
since either kwP.tgz, kwP.tar.gz, kwP.zip include all gadfly
files.  You may have a truncated sqlsem.py file for some reason
(Parse_Context is near the bottom of the file).  Look at the
bottom of sqlsem.py and see if Parse_Context is there.  Maybe
try something like:

C:\WINDOWS>d:\python\python -c "from sqlsem import Parse_Context; print
dir()"
['Parse_Context', '__builtins__', '__doc__', '__name__']

in a "dos prompt" (if we're talking win98/nt).

Good luck.  -- Aaron Watters http://www.chordate.com

===

Stop procrastinating tomorrow.




Sent via Deja.com http://www.deja.com/
Before you buy.




More information about the Python-list mailing list