Bug 202372 - devel/cx_Freeze - missing plist entries (causes ImportError)
Summary: devel/cx_Freeze - missing plist entries (causes ImportError)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-16 20:16 UTC by John Hein
Modified: 2015-10-02 08:23 UTC (History)
1 user (show)

See Also:
jcfyecrayz: maintainer-feedback?


Attachments
add missing files to plist (566 bytes, patch)
2015-08-16 20:16 UTC, John Hein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.