0.91 using python 2.6.5 on windows
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Wishlist
|
jazzynico | ||
Inkscape Devlibs |
Fix Released
|
Wishlist
|
jazzynico |
Bug Description
if you make an extension which starts with:
import inkex, sys
inkex.debug(
Then you can see inkscape uses python 2.6.5
The latest verison is in the 2.7 category.
Please can we update. There are all sorts of minor problems
For example this means
"the{} brown {}" % ("boy", "dog")
fails to work unless {0} {1} is substituted.
There are many other python improvements and aspects that don't work.
There are security vulnerabilities reported n socket and urllib packages... which may not be relevant.
- http://
- https:/
Not sure of what version is bundled with other distributions/
affects: | inkscape-web → inkscape |
tags: | added: packaging win32 win64 |
Changed in inkscape-devlibs: | |
status: | Triaged → In Progress |
Changed in inkscape: | |
status: | Triaged → In Progress |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
I don't think I filed this right. Not a website problem - an inkscape problem