Hello,
 
I've just tried running 4.2.2 on Python 2.7.1 on Windows XP. I tried the
command:
 
\python27\python.exe setup.py build
 
I get a traceback:
 
Traceback (most recent call last):
  File "setup.py", line 189, in <module>
    'upgrade_code': '{a3ebe3a5-18e4-4cfa-9660-b9f8e409e62c}',
  File "C:\Python27\lib\site-packages\cx_Freeze\dist.py", line 359, in
setup
    distutils.core.setup(**attrs)
  File "C:\Python27\lib\distutils\core.py", line 152, in setup
    dist.run_commands()
  File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
    cmd_obj.run()
  File "C:\Python27\lib\distutils\command\build.py", line 127, in run
    self.run_command(cmd_name)
  File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command
    self.distribution.run_command(command)
  File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
    cmd_obj.run()
  File "C:\Python27\lib\site-packages\cx_Freeze\dist.py", line 230, in
run
    metadata = metadata)
TypeError: __init__() got an unexpected keyword argument 'metadata'
 
Although the first part of the traceback mentions 'upgrade_code' (part
of bdist_msi options), I don't think that's significant other than being
the last code line in the setup.py setup() call.
 
A similar (but not identical) traceback occurs with the command setup.py
bdist_msi.
 
This traceback doesn't occur in 4.2.1. Nor does it occur in an
experimental version of cx_Freeze from Subversion revision 317. It also
doesn't happen with 4.2.2 running on Python 2.6.
 
Any ideas on this?
 
Regards,
Craig McQueen
 

- The contents of this email, and any attachments, are strictly private
and confidential.
- It may contain legally privileged or sensitive information and is intended
solely for the individual or entity to which it is addressed.
- Only the intended recipient may review, reproduce, retransmit, disclose,
disseminate or otherwise use or take action in reliance upon the information
contained in this email and any attachments, with the permission of
Australian Arrow Pty. Ltd.
- If you have received this communication in error, please reply to the sender
immediately and promptly delete the email and attachments, together with
any copies, from all computers.
- It is your responsibility to scan this communication and any attached files
for computer viruses and other defects and we recommend that it be
subjected to your virus checking procedures prior to use.
- Australian Arrow Pty. Ltd. does not accept liability for any loss or damage
of any nature, howsoever caused, which may result
directly or indirectly from this communication or any attached files. 


------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
cx-freeze-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to