On 01/27/2015 10:39 AM, Luis Marin wrote:
>
> Very interesting work, congratulations !!
Thanks!
> I am using Python 2.7.6 under Windows 7, and I am trying to install
> dbf 0.95.012, using pip-Win_1.7, but appears that it does not work,
> it does not give me any error message but it is not listed as installed yet,
> What's recommendation in this kind of environment could you give.
pip-Win didn't work for me, but I have a weird setup on my Windows box.
What I did do, that worked, was
\python27\scripts\easy_install dbf
and that installed both dbf and enum34 (a dependency), although it did install them globally for 2.7.
--
~Ethan~