Comments you submit will be routed for moderation. If you have an account, please log in first.
Modify

Ticket #326 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Missing cross-building options break PyInstaller.configure.main

Reported by: freddy.duese@… Owned by: matysek
Priority: normal Milestone: PyInstaller 2.0
Component: PyInstaller Version:
Severity: blocker Keywords:
Cc:

Description

The removal of

--target-platform
--executable

in r1364 leads to the following Traceback:

Traceback (most recent call last):
  File "pyinstaller.py", line 69, in <module>
    run_configure(opts, args)
  File "pyinstaller.py", line 32, in run_configure
    PyInstaller.configure.main(**opts.__dict__)
TypeError: main() takes exactly 4 non-keyword arguments (2 given)

OS: Mac OS X 10.6 Python: 2.6.1 PyInstaller?: SVN/1364

Attachments

Change History

comment:1 Changed 2 years ago by matysek

  • Owner changed from giovannibajo to matysek
  • Status changed from new to assigned
  • Milestone set to PyInstaller 1.6

comment:2 Changed 2 years ago by matysek

  • Status changed from assigned to closed
  • Resolution set to fixed

Hi, thanks for the report. It should be now fixed in r1369. Could you please test it if it works?

However there should be done a better cleanup of the code.

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.