User Tools

Site Tools


wiki:development:build-howto-mswin:pyhoca-gui

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:development:build-howto-mswin:pyhoca-gui [2014/07/04 22:02]
mikedep333 [Downloading Software Packages] wxpython: 2.9 -> 3.0
wiki:development:build-howto-mswin:pyhoca-gui [2015/01/24 13:59] (current)
mikedep333 [Downloading Software Packages] temporary link for pycrypto at version 2.6.1
Line 10: Line 10:
  
   * python 2.7       http://www.python.org   * python 2.7       http://www.python.org
-  * tortoisegit      http://msysgit.github.io/+  * Msysgit          http://msysgit.github.io/
   * easyinstall      http://pypi.python.org/pypi/setuptools#files   * easyinstall      http://pypi.python.org/pypi/setuptools#files
   * putty            http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html   * putty            http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Line 19: Line 19:
   * wxpython 3.0     http://www.wxpython.org   * wxpython 3.0     http://www.wxpython.org
   * greenlet         http://www.lfd.uci.edu/~gohlke/pythonlibs   * greenlet         http://www.lfd.uci.edu/~gohlke/pythonlibs
-  * gevent           [[http://code.google.com/p/gevent/downloads/list?can=1&q=&colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount|http://code.google.com/p/gevent/downloads/list]]+  * gevent           http://www.lfd.uci.edu/~gohlke/pythonlibs
   * gmpy             http://www.lfd.uci.edu/~gohlke/pythonlibs   * gmpy             http://www.lfd.uci.edu/~gohlke/pythonlibs
-  * pycrypto         http://www.voidspace.org.uk/python/modules.shtml#pycrypto+  * pycrypto         http://blog.tkbe.org/archive/pre-compiled-binaries-for-pycrypto-2-6-1-py27-on-win7/
   * win32api         http://sourceforge.net/projects/pywin32/files/pywin32/   * win32api         http://sourceforge.net/projects/pywin32/files/pywin32/
   * paramiko         c:\Python27\Scripts\easy_install --always-unzip paramiko   * paramiko         c:\Python27\Scripts\easy_install --always-unzip paramiko
   * wmi              c:\Python27\Scripts\easy_install --always-unzip wmi   * wmi              c:\Python27\Scripts\easy_install --always-unzip wmi
 +  * python-requests  c:\Python27\Scripts\easy_install --always-unzip requests  
 +
 +<note>gevent 1.0rc3 is currently specified because is is the last gevent release with a windows installer.</note>
  
 PyHoca-GUI uses one of the below freezers (i.e. tools to generate a pyhoca-gui.exe plus programme/data folder): PyHoca-GUI uses one of the below freezers (i.e. tools to generate a pyhoca-gui.exe plus programme/data folder):
Line 31: Line 34:
   * py2exe             http://sourceforge.net/projects/py2exe/   * py2exe             http://sourceforge.net/projects/py2exe/
  
-(easy install should be executed from the windows commandline!)+<note>easy install should be executed from the windows commandline!</note>
  
 +<note important>There is an issue with MediaWiki and how double dashes are rendered. For now, do not copy and paste the arguments for paramiko and wmi. Type them manually. You need 2 dashes before "always" and 1 dash before "unzip"</note>
 ==== Obtaining an X-Server for Windows (optional) ==== ==== Obtaining an X-Server for Windows (optional) ====
  
wiki/development/build-howto-mswin/pyhoca-gui.1404511321.txt.gz ยท Last modified: 2014/07/04 22:02 by mikedep333