Would you give me a command line format example please.
Hi Ian
You can open a gnome-terminal then just type the following
/usr/bin/cura
If ever it is another path, type which cura should tell you.
As a naive guess, try to upgrade with apt-get update followed by apt-get upgrade.
Sometime ago I ran into trouble due to the python or pypy version (see mine below).
But it currently runs fine on my Ubuntu 12.04. Only the splash screen seems empty -- when it stays long enough so I can see it. Really not an issue for me, don't make it slower!
BTW a few more useful console commands to provide more information.
Daid, I saw no "--verbose" nor "--help" option to Cura, they could prove useful maybe.
I also don't know if python/pypy is still in use (I guess so for the GUI).
lsb_release -a
LSB Version: core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:core-4.0-ia32:core-4.0-noarch
Distributor ID: Ubuntu
Description: Ubuntu 12.04.2 LTS
Release: 12.04
Codename: precise
pypy --version
Python 2.7.2 (1.8+dfsg-2, Feb 19 2012, 19:16:05)
[PyPy 1.8.0 with GCC 4.6.2]
python --version
Python 2.7.3
cura && lsof | grep cura | awk '{print $9}' | grep -v /dev/
/volatile
/
/bin/dash
/lib/i386-linux-gnu/libc-2.15.so
/lib/i386-linux-gnu/ld-2.15.so
/usr/bin/cura
cheers,
Jeremie
Many thanks Jeremie
I can now see an error. The update/upgrade did not solve the problem, error remains the same.
ian@ian-desktop:/usr/bin$ cura
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 14614, in <lambda>
lambda event: event.callable(*event.args, **event.kw) )
File "/usr/share/cura/Cura/gui/splashScreen.py", line 16, in DoCallback
self.callback()
File "/usr/share/cura/Cura/gui/app.py", line 41, in afterSplashCallback
from Cura.gui import mainWindow
File "/usr/share/cura/Cura/gui/mainWindow.py", line 16, in <module>
from Cura.gui import sceneView
File "/usr/share/cura/Cura/gui/sceneView.py", line 26, in <module>
from Cura.gui.util import previewTools
File "/usr/share/cura/Cura/gui/util/previewTools.py", line 13, in <module>
from Cura.gui.util import opengl
File "/usr/share/cura/Cura/gui/util/opengl.py", line 20, in <module>
from OpenGL.GL import shaders
ImportError: cannot import name shaders
One for Daid I guess.
I don't want to upgrade Ubuntu as I have linuxCNC on the same computer and they don't support 12.04 yet.
Regards
Ian
Tried to install this on Mint 13 (12.04) however i get a Blue startup window and then hangs with this error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 13535, in <lambda>
lambda event: event.callable(*event.args, **event.kw) )
File "/usr/share/cura/Cura/gui/splashScreen.py", line 16, in DoCallback
self.callback()
File "/usr/share/cura/Cura/gui/app.py", line 41, in afterSplashCallback
from Cura.gui import mainWindow
File "/usr/share/cura/Cura/gui/mainWindow.py", line 8, in <module>
from Cura.gui import configBase
File "/usr/share/cura/Cura/gui/configBase.py", line 7, in <module>
from wx.lib.agw import floatspin
ImportError: No module named agw
Also the file is listed as 13.06.3-1 when installing
mttr, your version of wxPython is too old for Cura (no idea which minimal version is needed)
Hi Daid
Do you know how to solve my problem. Error report posted above on 6th July.
Regards
Ian
Oh, yes, sorry, that "missing shaders" error is from the Python-OpenGL package, most likely the version on your machine is too old for Cura.
FYI on my system I run fine with version 2.8.12
sudo apt-show-versions |grep -i python|grep wx
python-wxgtk2.8/precise uptodate 2.8.12.1-6ubuntu2
python-wxtools/precise uptodate 2.8.12.1-6ubuntu2
python-wxversion/precise uptodate 2.8.12.1-6ubuntu2
Check http://stackoverflow.com/questions/9212234/no-module-named-agw-aui
Recommended Posts
Daid 306
Try running it in a terminal window. I've only tested it on Ubuntu 12.10
Link to post
Share on other sites