Jump to content

Cura 14.03 crashing on Kubuntu.


markstephen

Recommended Posts

Posted · Cura 14.03 crashing on Kubuntu.

Hi all, I just tried out the package cura_14.03-debian_amd64.deb on my Kubuntu 13.10 amd64 and I am getting the following backtrace after trying to run Cura.

 


load preferences from /home/mark/.cura/14.03/preferences.ini
Traceback (most recent call last):
File "/usr/share/cura/cura.py", line 34, in <module>
cura.main()
File "/usr/share/cura/Cura/cura.py", line 80, in main
from Cura.gui import app
File "/usr/share/cura/Cura/gui/app.py", line 11, in <module>
import wx._core
ImportError: No module named _core

I can say, I have every wx package I can find installed and I have built Cura from source and end up with the same crash. I have always had great success with Cura on 32 bit Linux machines but have yet to see any version run of a 64 bit machine. I really like Cura, and would appreciate any help and guidance anyone might be able to offer in getting this to run.

Thank you, and please let me know of any additional information you may require.

One more thing, this all seems to relate to the GUI part(?), as Cura engine runs just great. Very fast.

Mark

 

  • Link to post
    Share on other sites

    Posted · Cura 14.03 crashing on Kubuntu.

    Which version of wxPython and Python are you running?

    Cura, as of 14.03 has a 64 bit version, which should work on 64 bit systems.

     

  • Link to post
    Share on other sites

    Posted · Cura 14.03 crashing on Kubuntu.

    Which version of wxPython and Python are you running?

    Cura, as of 14.03 has a 64 bit version, which should work on 64 bit systems.

     

    All my wx and python-wx is 2.8.12 and Python is 2.7.5 All installed from the Kubuntu Saucy repos. The Cura 14.3 version I have installed is the amd64 version.

    Thank you for responding,

    Mark

     

  • Link to post
    Share on other sites

    Posted · Cura 14.03 crashing on Kubuntu.

    Strange, importing wx._core works on my Ubuntu with same wxPython and Python.

    Can you try the following patch?

    https://github.com/daid/Cura/commit/435eb90259049bc91428227abc36d18cd1ac97a3

    (You can manually edit the file on your system I hope?)

    I sure can and did.

    Which now seems to of produced a new error.


    Traceback (most recent call last):
    File "/usr/share/cura/cura.py", line 34, in <module>
    cura.main()
    File "/usr/share/cura/Cura/cura.py", line 80, in main
    from Cura.gui import app
    File "/usr/share/cura/Cura/gui/app.py", line 18, in <module>
    class CuraApp(wx.App):
    AttributeError: 'module' object has no attribute 'App'

    I've managed to stumble my way through a few simple Python scripts but I am no good at trouble shooting them when they don't work. Thank you for taking the time to look at this.

    Mark

     

  • Link to post
    Share on other sites

    Posted · Cura 14.03 crashing on Kubuntu.

    That's... odd.

    Can you try:

    python -c "import wx; print wx.__file__"

    From a terminal? I get the odd feeling something is wrong in your installation that causes a wrong file to be imported as wx.

    It should output something like:

    /python/lib/site-packages/wx-2.8-msw-unicode/wx/__init__.pyc

     

  • Link to post
    Share on other sites

    Posted · Cura 14.03 crashing on Kubuntu.

    That's... odd.

    Can you try:

    python -c "import wx; print wx.__file__"

    From a terminal? I get the odd feeling something is wrong in your installation that causes a wrong file to be imported as wx.

    It should output something like:

    /python/lib/site-packages/wx-2.8-msw-unicode/wx/__init__.pyc

     

    Ah, you may be on to something here. This is what I have returned when issuing python -c "import wx; print wx.__file__"

    /usr/local/lib/python2.7/dist-packages/wx-1.0.0-py2.7.egg/wx.pyc

    This is odd. This would seem to explain a lot. Looking over my package manager it shows that parts of python-wxgtk2.8 that is being called in CURA are installed in /usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx. I wonder why it's not pointing there?

    Mark

     

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.8 beta released
        Another Cura release has arrived and in this 5.8 beta release, the focus is on improving Z seams, as well as completing support for the full Method series of printers by introducing a profile for the UltiMaker Method.
          • Like
        • 1 reply
      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
    ×
    ×
    • Create New...