Changes between Version 12 and Version 13 of renetcolTIPS
- Timestamp:
- 10/20/11 11:32:13 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
renetcolTIPS
v12 v13 108 108 }}} 109 109 110 * To use renetcolGUI:111 * on Linux on Windows XP: http://renetcol.renater.fr/wiki/renetcolGUI112 * on WIndows 7, python2.6 is required (an dnot 2.7) and the 32 bits version (even you have a 7 64bit):110 * renetcolGUI install : 111 * on Linux and Windows XP, see : http://renetcol.renater.fr/wiki/renetcolGUI 112 * on WIndows 7, python2.6 is required (and not 2.7) and the 32 bits version (even if you have a 7 64bits): 113 113 {{{ 114 114 http://www.python.org/ftp/python/2.6.6/python-2.6.6.msi 115 115 http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.16/gtk+-bundle_2.16.6-20100912_win32.zip 116 116 Unzip in C:\Program Files (x86)\GTK 117 open a DOS shell and apply the command :117 open a DOS shell and apply the command : 118 118 REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v Path /d "%PATH%;C:\Program Files\GTK\bin" /f 119 reboot ;)119 reboot ;) 120 120 http://ftp.acc.umu.se/pub/GNOME/binaries/win32/pygtk/2.16/pygtk-2.16.0.win32-py2.6.exe 121 121 http://www.salsabeatmachine.org/python/pycairo-1.8.10.win32-py2.6.exe 122 122 http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.26/pygobject-2.26.0-1.win32-py2.6.exe 123 check your firewall, the collector must send UDP packet on port 2222 to your station where renetcolGUI is installed123 check your firewall, the collector must send UDP packet on port 2222 to your station where renetcolGUI is installed 124 124 }}}