gtimelog on Windows
September19th
After reading this develoop blog entry I wondered if gtimelog would work on windows. After finding and installing all the puzzle pieces I can say it does! Here's how:
- install python 2.5: http://python.org/download/
- install pygtk: There is an all-in-one installer but it is already somewhat outdated (http://www.pygtk.org/). Or install pycairo http://ftp.gnome.org/pub/GNOME/binaries/win32/pycairo/1.4/, install pygobject http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.14/ and install pygtk http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.12/.
- install glade: http://gladewin32.sourceforge.net/. If you have any gtk programs running this will not install correctly. Kill them first.
- install easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall. Download http://peak.telecommunity.com/dist/ez_setup.py and run it.
- Install gtimelog: eg. D:\Python25\Scripts>easy_install.exe gtimelog
- Run gtimelog: D:\Python25\Scripts>gtimelog.exe
Done!
test comment
test comment
Not working on XP SP3 Portuguese.
I not run with success here, take a look on error plz, say if you have some idea how fix it.
C:\Python26\Scripts>gtimelog.exe
C:\Python26\lib\site-packages\gtimelog-0.2.4-py2.6.egg\gtimelog\gtimelog.py:12:
DeprecationWarning: the sets module is deprecated
import sets
Traceback (most recent call last):
File "C:\Python26\Scripts\gtimelog-script.py", line 8, in
load_entry_point('gtimelog==0.2.4', 'console_scripts', 'gtimelog')()
File "C:\Python26\lib\site-packages\setuptools-0.6c9-py2.6.egg\pkg_resources.p
y", line 277, in load_entry_point
File "C:\Python26\lib\site-packages\setuptools-0.6c9-py2.6.egg\pkg_resources.p
y", line 2180, in load_entry_point
File "C:\Python26\lib\site-packages\setuptools-0.6c9-py2.6.egg\pkg_resources.p
y", line 1913, in load
File "C:\Python26\lib\site-packages\gtimelog-0.2.4-py2.6.egg\gtimelog\gtimelog
.py", line 20, in
import gobject
File "C:\Python26\Lib\site-packages\gtk-2.0\gobject\__init__.py", line 30, in
from gobject.constants import *
File "C:\Python26\lib\site-packages\gtk-2.0\gobject\constants.py", line 22, in
from _gobject import type_from_name
ImportError: DLL load failed: NÒo foi possÝvel encontrar o m¾dulo especificado.
Last message says that module isn't found.
Very thx!
Python version
Please try with Python 2.5 in stead of 2.6.
hi
I can't install gtimelog properly, when i'm installing easy_install, i can't do it, it doesn't install... what should i do?
More information
I'm afraid I'll need more information to be able to help you. Did you install all the packages? What error are you getting?
Post new comment