Jump to content

markstephen

Dormant
  • Posts

    5
  • Joined

  • Last visited

    Never

Posts posted by markstephen

  1. 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

     

  2. 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

     

  3. 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

     

  4. 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

     

  5. Personally, I use FreeCAD and find it to be highly capable for creating models to be 3D printed. For those that have tried FreeCAD in the past, the FreeCAD available today is a whole new animal. If anyone is considering giving it a try, I would highly recommend getting the most recent development version for their OS. Both Windows and Mac platforms have very recent snapshot builds, and Ubuntu Linux users can configure a daily PPA and get a new version most every 24 hr cycle.

    If you had used an earlier version such as version 0.11 or 0.12, I couldn't agree with you more, they sucked compared to chimerical software. even 0.13 is found wanting. 0.14 development however, especially the more recent builds made with OCE / OCC 6.7 are coming a lot closer to at least low end commercial grade CAx packages.

    If at all interested, take a look at the release highlights for the upcoming 0.14 production release. Here - http://www.freecadweb.org/wiki/index.php?title=Release_notes_014%C2%A0%20%C2%A0%C2%A0

    Take it or leave it, it is certainly up to you, but FreeCAD has matured and improved so much over the past year, it might not hurt to take another look, and let's face it, you can't beat the price. :-P

    Oh, one of the FreeCAD users has written a Macro with GUI that accesses Cura engine and produces slices and gcode of your part without ever having to exit the program. Very cool.

     

×
×
  • Create New...