23. apr. 2012 22.10 skrev Thomas Kluyver <[email protected]>: > The output from setup.py looks OK, but I've not seen that sort of error > before. > > I notice in your setup.py file that you're specifying the executable > with the option targetDir = r"dist". I haven't followed through > exactly what effects that will have, but it's possible that not all > the files end up in the right place. Can you try commenting that line > out and running it again? It will place the files in build/exe... > (with more parts identifying the platform).
Ok. Tried this. Different error. current setup.py: http://p.adora.dk/P2363.html output from python setup.py build: http://p.adora.dk/P2364.html When I run build/exe.linux-x86_64-2.7/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 4, in <module> frontend = spye.framework.initialize() File "/home/tdn/wc/software-dev/spye/spye-python/spye/framework.py", line 187, in initialize configure() File "/home/tdn/wc/software-dev/spye/spye-python/spye/framework.py", line 111, in configure spye.driver_set_input(arg_input, **arg_input_args) File "/home/tdn/wc/software-dev/spye/spye-python/spye/__init__.py", line 548, in driver_set_input spye.drv_input.configure(**args) AttributeError: 'plugin' object has no attribute 'configure' http://p.adora.dk/P2365.html ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
