Giter VIP home page Giter VIP logo

foundations's Introduction

Hello ๐Ÿ‘‹

My name is Thomas Mansencal and I'm the BDFL of Colour and the related projects at colour-science.

Colour is my contribution to Open Source Software with a library that people can use to validate their colorimetric computations and grow their knowledge about light and colour: Google engineers used it to improve Youtube colour processing correctness!

I'm also involved with many Open Source Software projects such as the Academy Color Encoding System (ACES) or OpenColorIO and try to spread as much as possible the knowledge about colorimetry.

Social


Thomas's Github Stats

foundations's People

Contributors

kelsolaar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

python3pkg

foundations's Issues

Handle "socket" module related exceptions in "foundations.common.isInternetAvailable" definition.

Related thread: http://www.hdrlabs.com/cgi-bin/forum/YaBB.pl?num=1358246858/

Traceback (most recent call last):
  File "<string>", line 114, in <module>
  File "c:\pyinstaller\iu.py", line 436, in importHook
  File "c:\pyinstaller\iu.py", line 521, in doimport
  File "C:/sIBL_GUI 4\umbra\engine.py", line 164, in <module>
    _initializeApplication()
  File "C:/sIBL_GUI 4\umbra\engine.py", line 162, in _initializeApplication
    RuntimeGlobals.reporter = umbra.reporter.installExceptionReporter()
  File "C:/sIBL_GUI 4\umbra\reporter.py", line 748, in installExceptionReporter
    reporter = Reporter(report=report)
  File "C:/sIBL_GUI 4\umbra\reporter.py", line 280, in __init__
    self.__initializeUi()
  File "C:/sIBL_GUI 4\umbra\reporter.py", line 387, in __initializeUi
    self.__initializeContextUi()
  File "C:/sIBL_GUI 4\umbra\reporter.py", line 400, in __initializeContextUi
    if foundations.common.isInternetAvailable():
  File "C:/sIBL_GUI 4\foundations\common.py", line 203, in isInternetAvailable
    urllib2.urlopen("http://{0}".format(ip), timeout=timeout)
  File "z:/Documents/Development/sIBL_GUI/releases/Windows\build\pyi.win32\sIBL_
GUI\outPYZ1.pyz/urllib2", line 126, in urlopen
  File "z:/Documents/Development/sIBL_GUI/releases/Windows\build\pyi.win32\sIBL_
GUI\outPYZ1.pyz/urllib2", line 400, in open
  File "z:/Documents/Development/sIBL_GUI/releases/Windows\build\pyi.win32\sIBL_
GUI\outPYZ1.pyz/urllib2", line 418, in _open
  File "z:/Documents/Development/sIBL_GUI/releases/Windows\build\pyi.win32\sIBL_
GUI\outPYZ1.pyz/urllib2", line 378, in _call_chain
  File "z:/Documents/Development/sIBL_GUI/releases/Windows\build\pyi.win32\sIBL_
GUI\outPYZ1.pyz/urllib2", line 1207, in http_open
  File "z:/Documents/Development/sIBL_GUI/releases/Windows\build\pyi.win32\sIBL_
GUI\outPYZ1.pyz/urllib2", line 1180, in do_open
  File "z:/Documents/Development/sIBL_GUI/releases/Windows\build\pyi.win32\sIBL_
GUI\outPYZ1.pyz/httplib", line 1030, in getresponse
  File "z:/Documents/Development/sIBL_GUI/releases/Windows\build\pyi.win32\sIBL_
GUI\outPYZ1.pyz/httplib", line 407, in begin
  File "z:/Documents/Development/sIBL_GUI/releases/Windows\build\pyi.win32\sIBL_
GUI\outPYZ1.pyz/httplib", line 365, in _read_status
  File "z:/Documents/Development/sIBL_GUI/releases/Windows\build\pyi.win32\sIBL_
GUI\outPYZ1.pyz/socket", line 447, in readline
socket.timeout: timed out

Handle exception in "foundations.tcpServer.TCPServer.start" method when the address is not available.

Stack Trace
_________________________________
0   <class 'umbra.exceptions.EngineInitializationError'>
1   
2   Traceback (most recent call last):
3   .. File "/Applications/sIBL_GUI 4.app/Contents/Resources/__boot__.py", line 309, in <module>
4   .... _run('launcher.py')
5   .. File "/Applications/sIBL_GUI 4.app/Contents/Resources/__boot__.py", line 306, in _run
6   .... execfile(path, globals(), globals())
7   .. File "/Applications/sIBL_GUI 4.app/Contents/Resources/launcher.py", line 299, in <module>
8   .... main()
9   .. File "/Applications/sIBL_GUI 4.app/Contents/Resources/launcher.py", line 296, in main
10  .... ("core.iblSetsOutliner",))
11  .. File "/Applications/sIBL_GUI 4.app/Contents/Resources/umbra/engine.py", line 1860, in run
12  .... RuntimeGlobals.engine = engine(None, componentsPaths, requisiteComponents, visibleComponents)
13  .. File "/Applications/sIBL_GUI 4.app/Contents/Resources/launcher.py", line 171, in __init__
14  .... **kwargs)
15  .. File "/Applications/sIBL_GUI 4.app/Contents/Resources/umbra/engine.py", line 429, in __init__
16  .... component, error)))
17  .. File "/Applications/sIBL_GUI 4.app/Contents/Resources/umbra/components/addons/tcpServerUi/tcpServerUi.py", line 496, in onStartup
18  .... self.__tcpServer.start()
19  .. File "/Applications/sIBL_GUI 4.app/Contents/Resources/foundations/tcpServer.py", line 274, in start
20  .... raise error
21  EngineInitializationError: 'addons.tcpServerUi' Component 'onStartup' method raised an exception, unexpected behavior may occur!
 Exception raised: [Errno 49] Can't assign requested address

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.