Jump to content

Cura dev environment problem on OS X 10.8.5


contesio

Recommended Posts

Posted · Cura dev environment problem on OS X 10.8.5

Hi,

I'm on OS X 10.8.5 and I'm going to develop some widgets with wxPython.

Built and installed everything explained on https://github.com/daid/Cura

when I run

 


pythonw -m Cura.cura

I get this exception

 


load preferences from /Users/me/Library/Application Support/Cura/dev/preferences.ini
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/me/Projects/Cura/cura.py", line 89, in <module>
main()
File "/Users/me/Projects/Cura/cura.py", line 86, in main
app.CuraApp(args).MainLoop()
File "Cura/gui/app.py", line 58, in __init__
self.afterSplashCallback()
File "Cura/gui/app.py", line 100, in afterSplashCallback
from Cura.gui import mainWindow
File "Cura/gui/mainWindow.py", line 13, in <module>
from Cura.gui import preferencesDialog
File "Cura/gui/preferencesDialog.py", line 5, in <module>
from Cura.gui import configWizard
File "Cura/gui/configWizard.py", line 13, in <module>
from Cura.gui import printWindow
File "Cura/gui/printWindow.py", line 4, in <module>
import power
File "/Users/me/.virtualenvs/Cura/lib/python2.7/site-packages/power/__init__.py", line 28, in <module>
from power.darwin import PowerManagement
File "/Users/me/.virtualenvs/Cura/lib/python2.7/site-packages/power/darwin.py", line 241, in <module>
class PowerManagement(common.PowerManagementBase):
File "/Users/me/.virtualenvs/Cura/lib/python2.7/site-packages/power/darwin.py", line 242, in PowerManagement
notifications_observer = PowerSourcesNotificationsObserver.alloc().init()
File "/Users/me/.virtualenvs/Cura/lib/python2.7/site-packages/power/darwin.py", line 171, in init
self = super(PowerSourcesNotificationsObserver, self).init()
AttributeError: 'super' object has no attribute 'init'

How can I fix this?

Thanks

 

 

  • Link to post
    Share on other sites

    Posted · Cura dev environment problem on OS X 10.8.5

    This is a problem with the version of the python packages you are using...

    It is a nightmare to have a consistent set of packages -- look at http://umforum.ultimaker.com/index.php?/topic/7577-cura-mac-os-x-sources-compil/, I have something running fine on Maveriks (should work on the Lions a s well)

     

  • Link to post
    Share on other sites

    Posted · Cura dev environment problem on OS X 10.8.5

    Thanks Amedee,

    I've managed to successfully run Cura on my virtualenv by following the GOLD thread above. :-P

    I will also try to package by downgrading what's listed there.

    You've really saved me many hours ... and headaches!

    Cheers

     

  • Link to post
    Share on other sites

    Posted · Cura dev environment problem on OS X 10.8.5

    A rant about operating system is not opportune and does not help anybody -- in particular this issue is more about a mess in the python bindings dependencies than anything else.

    Let's continue to work on this as a community, making Cura a slicer of choice whatever the platform the end user wants to use.

     

  • Link to post
    Share on other sites

    Posted · Cura dev environment problem on OS X 10.8.5

    Note that the above problem seems to relate to pyobjc, not to Cura.

    I cannot really provide you with much assistance here. It works on our Mac build machine, not sure why. But as Nallath already pointed out (in a not so friendly way), developing on a Mac is tricky, we try to touch the build machine as little as possible to make sure the build environment does not break.

     

  • 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.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...