-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi febret!
I just today downloaded the tar.gz file containing the latest release of firefly from your website which I have checked against the latest commit 70b3700 and it appears to match. Pretty cool how you got that tar.gz download button on your website to match up with the latest commit to master on GitHub!
But back to the issue at hand. I'm getting a very general Name error when attempting to run the command orun firefly.py after having preprocessed a hdf5 data file into a .xyzb file as shown in the tutorial on your website. You can see the bash output below. Am I doing something wrong or is there a problem with the way that Signac is called on line 4 of firefly.py? Just to confirm, I do have signac installed.
Any thoughts on why this could be happening? For background I'm running OSX 10.11.5 on a MBP Retina 13-inch, Early 2013 and have a Intel HD Graphics 4000 1536 MB card installed. According to Apple's developer website my system has OpenGL v4.1 installed as well as GLSL v4.10.
Charlies-MacBook-Pro:febret-firefly-70b3700 charliewatson$ orun firefly.py
Initializing mission control server on port 22500
Running default_init.py
Running system/quickCommands.py
omegalib 11.2.1
to get a list of quick commands type ':?'
!!! [v10.1 DEPRECATION WARNING] Renderer::createTexture - use GpuContext::createTexture instead
Running firefly.py
!!! [requestOpenGLProfile] Module signac requested a core profile but the display system is running in compatibility mode. 3.0+ openGL calls will fail
[orun :: PYTHON ERROR] !!! Traceback (most recent call last):
File "firefly.py", line 4, in
sig = Signac.getInstance()
NameError: name 'Signac' is not defined`