1

I need to install python-lzo-1.08. When i try to do it from gz-file, i getting error:
NameError: name 'CURL_DIR' is not defined
OS: win7
I can't anywhere find windows installer (google taking only gz or broken links to msi/exe).
Maybe anybody have this file? please, share! ( sergiy.panasyuk88@gmail.com ) Or help with error "name 'CURL_DIR' is not defined".

Thanx!

brc
  • 5,281
  • 2
  • 29
  • 30
fenk
  • 13
  • 1
  • 3

2 Answers2

5

Check this:

This web is a treasure for the windows' people :) In that place you can download binary packages, and avoid all the usual installation and compiling.

nergeia
  • 894
  • 13
  • 20
  • Note that [link-only answers](http://meta.stackoverflow.com/tags/link-only-answers/info) are discouraged, SO answers should be the end-point of a search for a solution (vs. yet another stopover of references, which tend to get stale over time). Please consider adding a stand-alone synopsis here, keeping the link as a reference. – kleopatra Nov 13 '13 at 10:56
1

You can't simply install python-lzo on a windows based system. If you take a look at the windows install guide, you will find directions for building python-lzo on your system.

Unless you know that you already have a c/c++ compiler, I would recommend downloading something like cygwin or MinGW first, installing that, then follow the instructions in the readme linked above.

brc
  • 5,281
  • 2
  • 29
  • 30