the file : export-pdf-cmyk.py is importing the following python modules:
import inkex, simplestyle, tempfile, os, re, subprocess
I think we should focus on inkex and simplestyle, because the other are
installed by default.
If you have "ipython" installed try opening ipython and write down:
import inkex
import simplestyle
if any of these fails (or both) try "easy_install package", like
"easy_install inkex"
In case you don't have ipython, you can write a file.py with those
imports and execute it with python file.py to see what is failing to
import, and easy_install them.
Please, message your system errors and say what OS are you using and
everything else so I can help you further.
Néstor
El lun, 25-10-2010 a las 17:25 +0200, ~suv escribió:
> On 25/10/10 17:12, John Culleton wrote:
> > There is an output option for Inkscape 48 called PDF em CMYK. It is
> > not covered in any of the books. When I select it I get a popup window
> > written in Portugese. If I save it anyhow I get warning messages.
> >
> > Is there an English language explanation of this feature?
> >
> > Do I need to load additional software?
>
> "PDF em CMYK" is not part of the official Inkscape 0.48 release (nor of
> the development version from trunk) - it seems that you installed an
> extension from the Brazilian Inkscape site mentioned in an earlier
> thread (in inkscape-devel):
>
> Inkscape Brasil :: Extensão para exportação de PDF em CMYK:
> <http://wiki.softwarelivre.org/InkscapeBrasil/ExportarPDFCMYK>
>
> See also the related topic in InkscapeForum.com:
> New inkscape extension: Export PDF in CMYK and TIFF in CMYK
> <http://www.inkscapeforum.com/viewtopic.php?f=11&t=5943>
>
>
> hth, ~suv
>
> ------------------------------------------------------------------------------
> Nokia and AT&T present the 2010 Calling All Innovators-North America contest
> Create new apps & games for the Nokia N8 for consumers in U.S. and Canada
> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
> http://p.sf.net/sfu/nokia-dev2dev
> _______________________________________________
> Inkscape-user mailing list
> Inkscape-user@...
> https://lists.sourceforge.net/lists/listinfo/inkscape-user
|