On Saturday 21 December 2002 02:36, Hans-Peter Jansen wrote: > On Saturday 21 December 2002 00:43, Phil Thompson wrote: > > Where does the keyword code come from? > > It was PyQwt specific, but not the source of the problem. > It was me being stupid (again). Sorry. The class is called QTIFFHandler, > and thus python -c "from qth import QTIFFHandler" succeeds. > A fax load succeeded, too, thus the lib is working now. Cool. > Will look into getting it displayed later, today. > > A question remains, why does the wrong call not generate an error, > but a loop? Again, it smells PyQwt setup.py related.
I finally solved this glitch. It happened, because the way, I used setup.py, which created an identical qth.py and __init__.py in module dir. Using an intermediate build dir got rid of the stray qth.py. Pete _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
