johnf wrote:
>
> 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.
>   
 >>> for v in viewers:
... r = os.system("which %s " % v)
...
/usr/bin/evince
/usr/bin/firefox
 >>>

Bob



_______________________________________________
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