Bug 202372

Summary: devel/cx_Freeze - missing plist entries (causes ImportError)
Product: Ports & Packages Reporter: John Hein <jcfyecrayz>
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Some People CC: jcfyecrayz
Priority: --- Flags: jcfyecrayz: maintainer-feedback?
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
add missing files to plist none

Description John Hein 2015-08-16 20:16:04 UTC
Created attachment 159933 [details]
add missing files to plist

Some missing plist entries cause ImportError when running cxfreeze:

% cxfreeze
Traceback (most recent call last):
  File "/usr/local/bin/cxfreeze", line 3, in <module>
    from cx_Freeze import main
  File "/usr/local/lib/python2.7/site-packages/cx_Freeze/__init__.py", line 4, in <module>
    from cx_Freeze.dist import *
  File "/usr/local/lib/python2.7/site-packages/cx_Freeze/dist.py", line 15, in <module>
    from cx_Freeze.common import normalize_to_list
ImportError: No module named common
Comment 1 John Hein 2015-08-16 20:29:37 UTC
check with maintainer
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2015-09-25 04:47:41 UTC
Over to maintainer.
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2015-09-25 14:25:24 UTC
Will check it at EUROBSDCON next week.

Best,
Comment 4 Marcelo Araujo freebsd_committer freebsd_triage 2015-10-02 08:23:17 UTC
It was committed while ago already.