manfredu:
..., but now I get
C:\Python27>c:\Python27\Scripts\gtg_launcher.py
WIN-PORT doesn't implement GConf yet
The system cannot find the path specified.
Traceback (most recent call last):
File "c:\Python27\Scripts\gtg_launcher.py", line 65, in <module>
sys.exit(GTG.gtg.main(options, args))
File "C:\Python27\lib\site-packages\GTG\gtg.py", line 107, in main
manager = Manager(req)
File "C:\Python27\lib\site-packages\GTG\gtk\manager.py", line 70, in
__init__
self.browser = TaskBrowser(self.req, self)
File "C:\Python27\lib\site-packages\GTG\gtk\browser\browser.py", line
92, in _
_init__
self.tv_factory.active_tasks_treeview(self.activetree)
File
"C:\Python27\lib\site-packages\GTG\gtk\browser\treeview_factory.py", line
275, in active_tasks_treeview
desc = self.common_desc_for_tasks(tree)
File
"C:\Python27\lib\site-packages\GTG\gtk\browser\treeview_factory.py", line
350, in common_desc_for_tasks
render_tags = CellRendererTags()
File
"C:\Python27\lib\site-packages\GTG\gtk\browser\CellRendererTags.py", line
88, in __init__
os.chdir('share/gtg/icons/')
WindowsError: [Error 3] The system cannot find the path specified:
'share/gtg/ic
ons/'
Plaease use last version http://sourceforge.net/projects/gtg-win/files/0.3.2/gtg-win-0.3.2.01.zip/download, it's has all icons.
And try reinstall gtg-win:
setup.py build
setup.py install
from directory of gtg-win
EDIT:
Sorry, my bad! Just be aware of opening PATH. Creating a shortcut (or running from run dialog) solved my confusion.
But still not showing some icons.. most of them.
Yep, it works.. But not really solved.
The problem of this issue is that system tries to find the share folder where it do not exists (it is not /Python27/share/ !!)
I'm no python expert but it's currently strange how the system is deployed. Aparently all files is copied to Python27 folder but the system still runs on the folder you have run setup.py install. Please clarify me if possible
So, to fix this issue I had to:
Think that's it.
Cheers
Last edit: Thiago Macedo 2013-04-29