Menu

#2 [Solved] The system cannot find the path specified.

open
nobody
None
5
2013-04-29
2011-05-25
Alexander
No

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/'

Discussion

  • Alexander

    Alexander - 2011-05-25
    • summary: May be a problem --> [Solved] The system cannot find the path specified.
     
  • Thiago Macedo

    Thiago Macedo - 2013-04-29

    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:

    • comment line 87 on file \gtg-win\GTG\gtk\browser\CellRendererTags.py - it was moving outsite gtg-win folder! porting bug
    • build / install
    • create the following directory structure: \gtg-win\share\gtg\icons (icons folder is inside data folder - copy it)

    Think that's it.

    Cheers

     

    Last edit: Thiago Macedo 2013-04-29

Log in to post a comment.