Ticket #241 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Mac OS Installer - no extension

Reported by: luis Owned by: boltrix
Priority: blocker Milestone: Umit 1.0beta2
Component: Umit Version: current svn
Keywords: Cc: gpolo

Description

When I'm trying create a App in Mac OSX it freezes.

python2.5 setup.py py2app

569 remaining
Traceback (most recent call last):
  File "/opt/local/lib/python2.5/site-packages/py2app/build_app.py", line 548, in _run
    self.run_normal()
  File "/opt/local/lib/python2.5/site-packages/py2app/build_app.py", line 617, in run_normal
    py_files, extensions = self.finalize_modulefinder(mf)
  File "/opt/local/lib/python2.5/site-packages/py2app/build_app.py", line 588, in finalize_modulefinder
    py_files, extensions = parse_mf_results(mf)
  File "/opt/local/lib/python2.5/site-packages/modulegraph/find_modules.py", line 75, in parse_mf_results
    raise RuntimeError("Don't know how to handle '%s'" % repr(src))
RuntimeError: Don't know how to handle ''/Users/luis/Documents/Projects/umit/umit-svn/trunk/bin/umit''
> /opt/local/lib/python2.5/site-packages/modulegraph/find_modules.py(75)parse_mf_results()
-> raise RuntimeError("Don't know how to handle '%s'" % repr(src))
(Pdb) 

If I just copy umit to umit.py and change at install_scripts/macosx/py2app_setup to umit.py it works.

Attachments

fix_ticket241.diff (4.4 kB) - added by gpolo 4 years ago.

Change History

Changed 4 years ago by gpolo

Changed 4 years ago by gpolo

Can you test the attached patch ? I can't test it properly here.

Changed 4 years ago by luis

works fine in Mac OS.

You should apply.

Changed 4 years ago by gpolo

  • status changed from new to closed
  • resolution set to fixed

Fixed in r4366.

Note: See TracTickets for help on using tickets.