Name | Modified | Size | Downloads / Week |
---|---|---|---|
divvyup-0.5.tar.gz | 2012-01-13 | 90.9 kB | |
enbudget-0.3.2.tar.gz | 2011-03-01 | 89.6 kB | |
enbudget-0.3.1.tar.gz | 2011-02-04 | 89.5 kB | |
windows-readme.txt | 2011-01-05 | 1.8 kB | |
enbudget-0.3.zip | 2011-01-05 | 95.6 kB | |
enbudget-0.3.tar.gz | 2011-01-02 | 89.5 kB | |
enbudget-0.2.tar.gz | 2010-12-18 | 71.9 kB | |
enbudget-0.1.tar.gz | 2010-11-18 | 46.7 kB | |
Totals: 8 Items | 575.4 kB | 1 |
============================================ How to Install EnBudget in Microsoft Windows ============================================ ------------------------------------------------------------------------------ NOTE: It isn't necessary to use the TAR GZIP package anymore. I added a ZIP package for Windows users. ------------------------------------------------------------------------------ After you download EnBudget you will need to unpackage it. Although the ".tar.gz" (a TAR file compressed using GZIP) is a common archive format used on Unix-like systems, Windows doesn't know what to do with it. Almost any third-party archival software will support it though. I recommend 7-Zip. 7-Zip (free and open source) http://www.7-zip.org/ ------ Python ------ Next, you will need to install Python. EnBudget was made using Python. Please download either the 32 bit or 64 bit version. 32 bit (x86): http://python.org/ftp/python/2.7.1/python-2.7.1.msi == or == 64 bit (amd64): http://python.org/ftp/python/2.7.1/python-2.7.1.amd64.msi -------- wxPython -------- Lastly, you will need to install wxPython. This was used to make the EnBudget user interface. 32 bit (x86): http://downloads.sourceforge.net/wxpython/wxPython2.8-win32-unicode-2.8.11.0-py27.exe == or == 64 bit (amd64): http://downloads.sourceforge.net/wxpython/wxPython2.8-win64-unicode-2.8.11.0-py27.exe ----------------- Starting EnBudget ----------------- Double click the "enbudget.py" file. If Python is installed correctly then EnBudget will start. If you don't want to see a command prompt window every time you run EnBudget (and you probably don't), then simply rename the file: == from == enbudget.py == to == enbudget.pyw That's it!