Coder Social home page Coder Social logo

Comments (9)

sf-migrator-bot avatar sf-migrator-bot commented on July 26, 2024
  • assigned_to: Carlos Pascual
  • Category: pool --> taurus-qt

Original comment by: cpascual (http://sourceforge.net/u/cpascual)

from taurus.

sf-migrator-bot avatar sf-migrator-bot commented on July 26, 2024

Could you please run the gui from a command line and send me the info logged into the console?
(use --taurus-log-level=debug if the option is available in your gui... which it should be if it is created with TaurusApplication)

Original comment by: cpascual (http://sourceforge.net/u/cpascual)

from taurus.

sf-migrator-bot avatar sf-migrator-bot commented on July 26, 2024

The ticket creator sent this example code for triggering the bug

Original comment by: cpascual (http://sourceforge.net/u/cpascual)

from taurus.

sf-migrator-bot avatar sf-migrator-bot commented on July 26, 2024

Hi,
I think that I have find the WHY.
In fact, TaurusDevicePanel is not callable on windows, the script to be called is TaurusDevicePanel.bat.
So, can you add a little check maybe in jdraw_view :

@staticmethod
def defaultPanelClass():
if not hasattr(TaurusJDrawSynopticsView,'_defaultClass'):
#from taurus.qt.qtgui.panel import TaurusDevicePanel
TaurusJDrawSynopticsView._defaultClass = 'TaurusDevicePanel'
import sys
if sys.platform.startswith('win'):
TaurusJDrawSynopticsView._defaultClass += ".bat"
#print('defaultPanelClass == %s'%TaurusJDrawSynopticsView._defaultClass)
obj = TaurusJDrawSynopticsView._defaultClass
return obj

Something like this

Original comment by: NexeyaSGara (http://sourceforge.net/u/nexeya)

from taurus.

sf-migrator-bot avatar sf-migrator-bot commented on July 26, 2024
  • status: open --> waiting

Original comment by: reszelaz (http://sourceforge.net/u/zreszela)

from taurus.

sf-migrator-bot avatar sf-migrator-bot commented on July 26, 2024
  • status: waiting --> active

Original comment by: cpascual (http://sourceforge.net/u/cpascual)

from taurus.

sf-migrator-bot avatar sf-migrator-bot commented on July 26, 2024
  • status: active --> resolved

Original comment by: cpascual (http://sourceforge.net/u/cpascual)

from taurus.

sf-migrator-bot avatar sf-migrator-bot commented on July 26, 2024

Fixed in release-jan14 and develop branches

Original comment by: cpascual (http://sourceforge.net/u/cpascual)

from taurus.

sf-migrator-bot avatar sf-migrator-bot commented on July 26, 2024

Ticket moved from /p/sardana/tickets/56/

Can't be converted:

  • _category: taurus-qt

Original comment by: tiagocoutinho (http://sourceforge.net/u/tiagocoutinho)

from taurus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.