Posts

Thread: Weird libxslt - libxml error

i using ubuntu lucid x64. new install on test vm. installed custom package given sys admin guys. package running on other servers fine. when try use functionality in application, error message: importerror: /usr/lib/libexslt.so.0: symbol xsltinitglobals, version libxml2_1.1.25 not defined in file libxslt.so.1 link time reference root@localhost:lib# ll libxslt* -rw-r--r-- 1 root root 397636 2012-09-29 02:04 libxslt.a -rw-r--r-- 1 root root 955 2012-09-29 02:04 libxslt.la lrwxrwxrwx 1 root root 17 2012-11-28 01:01 libxslt.so -> libxslt.so.1.1.26 lrwxrwxrwx 1 root root 17 2012-11-28 01:01 libxslt.so.1 -> libxslt.so.1.1.26 -rw-r--r-- 1 root root 241576 2012-09-29 02:04 libxslt.so.1.1.26 root@localhost:lib# ll libxml* -rw-r--r-- 1 root root 2126758 2012-09-26 23:41 libxml2.a -rw-r--r-- 1 root root 929 2012-09-26 23:41 libxml2.la lrwxrwxrwx 1 root root 16 2012-11-28 00...

Thread: KVM or Xen for GPU pass-through?

for years i've used virtualbox run xp , vista clients on ubuntu box, , considering taking next step either qemu/kvm or xen. have toyed idea, never made switch because virtualbox easy use whereas kvm has suffered typical linux obscurity/learning curve. reason: afaik virtualbox type 2 virtualizer runs on ring 1 whereas kvm , xen type 1 virtualizers running on ring 0. allows kvm , xen @ least theoretically pass through pci devices virtualized client, bypassing translation layer type 2 virtualizers virtualbox must use. @ least, i've been able gather wikipedia , research on net. may totally off base here , spouting meaningless nonsense. goal pass through client video demands physical hardware rather emulated virtual graphics adapter. understand xen (with lot of blood, sweat , tears), wonder if kvm there yet (or ever be). have impression kvm more tightly tied kernel xen , runs faster (with important exception of graphics). assume i'm not 1 interested, 1 of...

Où télécharger CS5 ?

bonjour,   j'ai perdu mon cd de téléchargement cs5, j'ai ma clé sur mon compte adobe, mais je ne trouve pas le lien pour retélécharger mon pack cs5 design , web prem . savez vous comment je peux le récuperer ?   merci ! anh http://prodesigntools.com/tag/ddl   mylenium More discussions in Downloading, Installing, Setting Up adobe

Default image editing program

i can't seem open files directly bridge cc photoshop cc?  options given when right clicking open ie , photoviewer quick time (default).  don't want quick time default obviously!  need able open files directly photoshop!  ideas???  thanks! bridge preferences / file type associations. inhere select file type want open , select program should open in default.   but seems have gone wrong install because default bridge cc uses ps cc open files in. More discussions in Bridge General Discussion adobe

Converter - file size problem?

i have used converter before. tried converting .pdf file 210 pages, 2.4 mb. indicator spun on long time gave failed msg. could because of size of file or limitation in computer? solution this? hi dana,   are still experiencing trouble? help. sounds file within size limit, shouldn't issue.   what exact message receive?   you may want try utilizing option found in 'getting started' guide...   let me know how goes. looking forward hearing you!   regards, stacy More discussions in Adobe ExportPDF (read only) adobe

Thread: Ubuntu Internal Error?

Image
hi, have been getting many of popup lately. how resolve issue? thank in advance. attached images internal-error.png (51.9 kb, 11 views) that apport, error reporting system built ubuntu. if want improving ubuntu, hit continue , follow through reporting process. need create launchpad account follow on bug report. given chance later on in process. after make report won't bugged same error again. (or can dismiss prompt) can disable apport if want, i'll let figure out how feel users should involved in improving ubuntu. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Ubuntu Internal Error? Ubuntu

Thread: pygame keystate[KEY] prints out lette more than once

the keystate (keystate = pygame.key.get_pressed()) isn't working way want work instead of print out 1 character on key pressed prints out 4 characters can 1 me fix please? code: import pygame, sys, string pygame.locals import * def print_text(screen,text_length, (height, width)): pygame.font.init() fontobject = pygame.font.font('fonts/times new roman.ttf',18) img = pygame.image.load('textbox.png') screen.blit(img, (height,width)) pygame.display.flip() k = ['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p', 'q','r','s','t','u','v','w','x','y','z'] k = ['a','b','c','d','e','f','g','h','i','j','k','l...