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: |
|
check with maintainer Over to maintainer. Will check it at EUROBSDCON next week. Best, It was committed while ago already. |
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