Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *** Python 2.6 ***
- Download python 2.6 for windows from URL and install it
- *** collectd.py ***
- - Download the collectd-1.0.1.tar.gz from URL
- - Extract to some folder
- - Copy collectd.py to C:\Python26\Lib\site-packages
- *** pywin32 ***
- I don't know the cause, but I got the same error (only with different line numbers, maybe from a different version of pywin32), and this fix worked for me, installing on windows 7:
- Extract the installer file to a directory using the free 7zip (or similar) program
- Copy everything in the PLATLIB directory to C:\Python26\Lib\site-packages
- Open a command prompt to the SCRIPT directory and type:
- python pywin32_postinstall.py -install
- You must have Python already installed (perhaps obviously) and in your windows PATH environment variable for this to work. You can also try the testall script in that PLATLIB directory, though for me it hung and I was able to import pywin32 modules from the Python IDLE just fine.
- (Trying to run the installer in compatibility mode didn't solve this for me.)
- *** pyllectd ***
- - Download the zip from github
- - Extract it to where you like
- - Edit config.py file
- - Start it with python main.py on directory where you've extracted
Advertisement
Add Comment
Please, Sign In to add comment