Re: Cannot import htmllib

2006-04-13 Thread geir . smestad
Thanks a lot! You are quite right. (By the way, this is the first time ever I post something to a newsgroup. Thanks for giving me a good first impression :D) -- http://mail.python.org/mailman/listinfo/python-list

Re: Cannot import htmllib

2006-04-13 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > - > Traceback (most recent call last): > File "/home/geir/programmering/htmlparse/formatter.py", line 1, in > -toplevel- >import formatter > File "/home/geir/programmering/htmlparse/formatter.py", line 2, in > -toplevel- >import htmllib > File "/usr/lib/py

Re: Cannot import htmllib

2006-04-13 Thread Richard Brodie
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > As far as I can see, the files formatter.py and htmllib.py are where > they are supposed to be, in /usr/lib/python2.4/. You probably have aliased it by calling your main program formatter.py, or something similar. -- http://mail.