|
Win32SourceInstall
How to install pysnip from source on win32
Building from source on Win32NOTE: x86 and 32-bit are interchangeable, and if given the option, you should always be installing the 32-bit/x86 versions of these files.
C:\Python27 (if you installed python somewhere else, enter that instead)
python -m easy_install zope.interface
During installation, at the screen titled "Select Components", ensure that "C++ Compiler" is checked. After MinGW is installed and has finished downloading/installing the necessary packages, add these to your PATH: C:\MinGW\bin\ C:\MinGW\lib\gcc\mingw32\4.5.2\
C:\Python27\Lib\distutils\cygwinccompiler.py
hg clone https://pysnip.googlecode.com/hg/ pysnip
NOTE: You may see several warnings, this is normal.
NOTE: There will only be config.txt.default in the folder before you run it. You can either rename it to config.txt and edit it, or run it as is, and it will create the config.txt for you.
Done! If you have any problems, ask on #buildandshoot: http://webchat.quakenet.org/?channels=%23buildandshoot Manipulating PATHWindows XP: Start>Right Click My Computer>Advance>Enviroment Variables>Under System Variables look for "Path">Click it and hit edit>Go all the way right, add a semi-colin (;) and the path. EX: (RANDOM PATHS);C:\Python27\ Windows Vista/7: Start>Right Click Computer>Advance System Settings>Click The "Advanced" Tab>Enviroment Variables>Under System Variables look for "Path">Click it and hit edit>Go all the way right, add a semi-colin (;) and the path. EX: (RANDOM PATHS);C:\Python27\ |