Modify ↓
Ticket #326 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
