23. apr. 2012 15.47 skrev Thomas Kluyver <[email protected]>: > Hmm, it seems Ubuntu still have a very old version of cx_Freeze - that > line was removed in 2009: > https://bitbucket.org/anthony_tuininga/cx_freeze/changeset/f4c31d71f91b > > Can you install a more recent version from source and see if it works? > When I've got time, I'll try to go through packaging a new version for > Debian/Ubuntu.
Ok. I tried checking out and building the most recent version of cx-freeze via hg. I got a little further. This is output from python setup.py build: http://paste.adora.dk/P2362.html I tried running the binary, but it fails with ImportError: ~/wc/software-dev/spye/current $ dist/spye.exe Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/cx_Freeze/initscripts/Console.py", line 27, in <module> exec code in m.__dict__ File "spye-exe", line 2, in <module> import spye ImportError: No module named spye ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
