Hi,

Please be patient. I will upload a 3.4 dmg in a couple of days. I created a build env for Python 3 a couple of months ago but now I need to update it to the latest numpy, pandas, scipy, etc.

If you want to build the app, I recommend you to use py2app 0.8 and its dependencies. That's the last version it's working fine for me :-)

Cheers,
Carlos

El 09/12/14 a las 17:17, statmobile escribió:
Hey all,

I love this project, but I've been patiently waiting for Python 3 support in OS X. I believe it is now supported, but the dmg for 2.3.2 still has not been posted. I thought I'd just compile the app from source, why not? This is a prime example of a great Python project that I'd love to explore. Anyway, I followed the directions on create_app.py, and first built the documentation. Then when I tried to run.

    python create_app.py py2app

I get the following Traceback error:


    Traceback (most recent call last):
      File "create_app.py", line 97, in <module>
        options={'py2app': OPTIONS}
      File
    
"/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/core.py",
    line 148, in setup
        dist.run_commands()
      File
    
"/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/dist.py",
    line 955, in run_commands
        self.run_command(cmd)
      File
    
"/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/dist.py",
    line 974, in run_command
        cmd_obj.run()
      File
    
"/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/py2app/build_app.py",
    line 659, in run
        self._run()
      File
    
"/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/py2app/build_app.py",
    line 865, in _run
        self.run_normal()
      File
    
"/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/py2app/build_app.py",
    line 939, in run_normal
        mf = self.get_modulefinder()
      File
    
"/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/py2app/build_app.py",
    line 814, in get_modulefinder
        debug=debug,
      File
    
"/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/modulegraph/find_modules.py",
    line 341, in find_modules
        find_needed_modules(mf, scripts, includes, packages)
      File
    
"/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/modulegraph/find_modules.py",
    line 266, in find_needed_modules
        path = m.packagepath[0]
    TypeError: 'NoneType' object is not subscriptable


I'm using Python 3.4.2 from MacPorts on OS X 10.10.1

Any help would be much appreciated, thank you.
--
You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to