---Reply to mail from Jack Spaar about help please with plucker-build traceback
> Hi plucker-folks,
>
> I installed these two rpms on Fedora Core 1 box:
> plucker-desktop-1.6.0.0-1
> plucker-1.6.2-1
>
> plucker-build is giving me the following traceback:
>>Traceback (most recent call last):
[...]
>> File "/usr/bin/plucker-build", line 851, in process
>> if new_attr.check_fetch (as_image = 0):
>> File "/usr/bin/plucker-build", line 459, in check_fetch
>> if m and not m.match(self._url.as_string(with_fragment=0)):
>>AttributeError: 'str' object has no attribute 'match'
>
> This looks like maybe a python related issue. I have Python 2.2.3
> installed. Is a newer python required for plucker-1.6.2?
It works with Python 2.2.2 and should still work with Python 1.5.2. Did it
print a line like: "Regexp pattern is 'xxx'"?? If it did, 'm' should have
been a 'regular expression' object not a 'str' object. (and it's pattern
would have been printed) If it did not print the line, m should have been
'None' and line 459 would have stopped at the 'if m'.
Can you e-mail back if it printed the line and the site you were trying to
fetch? I'll thry it from here.
---End reply
Christopher R. Hawks
HAWKSoft
-------------------------------------------------------------------------
"The strongest test of any system is not how well its features conform to
anticipated needs but how well it performs when one wants to do something
the designer did not forsee."
-- Alan Kay, Xerox PARC
_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list