On Sunday 16 November 2008 08:06:12 am Bob Sysero llc Dev wrote:
>    When I started the ClassDesigner on Ubuntu 8.04 in the terminal
> window displayed the following:
>
> ** (python:7257): WARNING **: Can't create printer "PDF" because the id
> "PDF" is already used
>
> (python:7257): GnomePrintCupsPlugin-WARNING **: The CUPS printer PDF
> could not be created
>
>
> (python:7257): GnomePrintCupsPlugin-WARNING **: The data for the CUPS
> printer PDF could not be loaded.
>
>    In my Ubuntu 8.04 update I found that in my Print Manager had
> included PDF option to print to printers or to a PDF.
>
>    For the ClassDesigner the PDF has no impact that I can tell.  But for
> dabo ReportDesign could this cause a problem?
>
> Bob

Please try the following from a terminal

python 
import wx

Do you still get the error.  If you do then it's not Dabo.  If you do get the 
error try the following.

python 
import os
viewers = ("gpdf", "kpdf", "evince", "acroread", "xpdf", "firefox", 
                                        "mozilla-firefox")

viewer = None
for v in viewers:
r = os.system("which %s " % v)

The above will tell us if you have a pdf viewer.

Then



-- 
John Fabiani


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to