Re: Newbie Question on ctypes

2005-09-20 Thread Sybren Stuvel
Efrat Regev enlightened us with: >My question is, therefore, if I can build ctypes locally. I tried > > rpm -i python-ctypes-0.9.1-1.rf.src.rpm That _installs_ the source package, not build it as you intended. Read the RPM manual: rpm --rebuild python-ctypes-0.9.1-1.rf.src.rpm Sybren -- The

Newbie Question on ctypes

2005-09-20 Thread Efrat Regev
Hello, (I apologize in advance if I'm posting to the wrong group. If so, could you please instruct me which is appropriate?) I'm trying to use uTidyLib, HTML-tidy's python binding. When I import tidy Python says it can't import ctypes. Since I'm using FC4, I looked for a FC4 ctype