Modify

Opened 19 years ago

Closed 19 years ago

#91 closed defect (fixed)

Consideration of spaces in path for windows

Reported by: gotoh@… Owned by: Peter Kropf
Priority: normal Component: GraphvizPlugin
Severity: minor Keywords:
Cc: Trac Release:

Description

On windows, graphviz commands are installed into "C:\Program Files\ATT\bin" by deafult. The path contains space. Thus, command execution will fail if we specified like this

[graphviz]
cmd_path = C:\Program Files\ATT\bin

There's workarround by specifying pat by short name like "c:\Progra~1\ATT\bin". It is good for execution and also command existance checking.

I think it is better that plugins surrounds command string by double-quote on making command line for os.system() call.

Attachments (0)

Change History (1)

comment:1 Changed 19 years ago by Peter Kropf

Resolution: fixed
Status: newclosed

Should be fixed with v0.4.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Peter Kropf.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.