[Tutor] site-packages folder
"Héctor Villafuerte D."
hec.villafuerte at telgua.com.gt
Wed Oct 15 20:31:49 EDT 2003
Hi,
I downloaded dbfpy.tgz (for managing .DBF tables) and then I
extracted it to:
C:\Python23\Lib\site-packages\dbfpy
but when I try to import the module, it fails:
>>> from dbf import *
Traceback (most recent call last):
File "<pyshell#0>", line 1, in -toplevel-
from dbf import *
ImportError: No module named dbf
>>>
Obviously I need to do something to register this module (not just
extract it to C:\Python23\Lib\site-packages).
Thanks in advance.
More information about the Tutor
mailing list