← Back to team overview

yade-dev team mailing list archive

[Bug 1161451] [NEW] ImportError: Connecting to DISPLAY at Yade startup failed, unable to activate the qt4 interface.

 

Public bug reported:

Hi,

somebody break qt4 support :(
   
Welcome to Yade 2013-03-28.git-abac162
TCP python prompt on localhost:9002, auth cookie `uykdec'
XMLRPC info provider on http://localhost:21002
[[ ^L clears screen, ^U kills line. F8 plot. ]]
Yade [1]: from yade import qt
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)

/home/me/YADE/yade/bin/yade-2013-03-28.git-abac162 in <module>()
----> 1 
      2 
      3 
      4 
      5 

/home/me/YADE/yade/lib/yade-2013-03-28.git-abac162/py/yade/qt/__init__.py in <module>()
      1 # encoding: utf-8

      2 import yade.runtime
----> 3 if not yade.runtime.hasDisplay: raise ImportError("Connecting to DISPLAY at Yade startup failed, unable to activate the qt4 interface.")
      4 
      5 from PyQt4.QtGui import *

ImportError: Connecting to DISPLAY at Yade startup failed, unable to activate the qt4 interface.
Yade [2]:

** Affects: yade
     Importance: High
         Status: New

-- 
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
https://bugs.launchpad.net/bugs/1161451

Title:
  ImportError: Connecting to DISPLAY at Yade startup failed, unable to
  activate the qt4 interface.

Status in Yet Another Dynamic Engine:
  New

Bug description:
  Hi,

  somebody break qt4 support :(
     
  Welcome to Yade 2013-03-28.git-abac162
  TCP python prompt on localhost:9002, auth cookie `uykdec'
  XMLRPC info provider on http://localhost:21002
  [[ ^L clears screen, ^U kills line. F8 plot. ]]
  Yade [1]: from yade import qt
  ---------------------------------------------------------------------------
  ImportError                               Traceback (most recent call last)

  /home/me/YADE/yade/bin/yade-2013-03-28.git-abac162 in <module>()
  ----> 1 
        2 
        3 
        4 
        5 

  /home/me/YADE/yade/lib/yade-2013-03-28.git-abac162/py/yade/qt/__init__.py in <module>()
        1 # encoding: utf-8

        2 import yade.runtime
  ----> 3 if not yade.runtime.hasDisplay: raise ImportError("Connecting to DISPLAY at Yade startup failed, unable to activate the qt4 interface.")
        4 
        5 from PyQt4.QtGui import *

  ImportError: Connecting to DISPLAY at Yade startup failed, unable to activate the qt4 interface.
  Yade [2]:

To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/1161451/+subscriptions


Follow ups

References