-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
What steps will reproduce the problem?
1. crate a plot figure
2. open it with Plot(...).SVG().firefox()
What is the expected output? What do you see instead?
- expected : firefox opens
- instead : AttributeError: 'module' object has no attribute 'spawnvp'
Version : 1.1.6.zip Os : Windows
execvp is not available under windows
Original issue reported on code.google.com by ikshe...@gmail.com on 18 Mar 2009 at 10:55
Reactions are currently unavailable