Hi,

In order to use cx_Freeze on MacOSX 10.10.2 (Yosemite), I
+ installed Anaconda3 (http://continuum.io/downloads and choosed "I want Python 
3.4")
+ installed Xcode
+ launched it to accept the licence agreements.

Then, as seen on http://cx-freeze.sourceforge.net/ , I did a pip install 
cx_Freeze but it crashed with the following error :
Undefined symbols for architecture x86_64:
   "_PyDict_New", reference from:
     _main in Console.o
   "_PyDict_SetItemStrin", reference from:
     _main in Console.o
   "_PyErr_Clear", reference from:
[...]
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'gcc' failed with exit status 1

It's not really clear to me ... am I missing some requirements?

Thanks,
Samuel

-- 
Samuel Bancal
ENAC-IT
EPFL


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to