Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 335335 - dev-python/yolk-0.4.1 crashes flawlessly when using "--entry-map" option
Summary: dev-python/yolk-0.4.1 crashes flawlessly when using "--entry-map" option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-30 22:30 UTC by Fabiano Francesconi
Modified: 2011-07-20 18:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabiano Francesconi 2010-08-30 22:30:26 UTC
As title says, running yolk with "--entry-map" option leads to a crash.

Example:

$>
$> yolk --entry-map yolk  
Traceback (most recent call last):
  File "/usr/bin/yolk-2.6", line 9, in <module>
    load_entry_point('yolk==0.4.1', 'console_scripts', 'yolk')()
  File "/usr/lib64/python2.6/site-packages/yolk/cli.py", line 1085, in main
    my_yolk.run()
  File "/usr/lib64/python2.6/site-packages/yolk/cli.py", line 204, in run
    return getattr(self, action)()
  File "/usr/lib64/python2.6/site-packages/yolk/cli.py", line 833, in show_entry_map
    pprinter.pprint(pkg_resources.get_entry_map(self.options.entry_map))
AttributeError: Values instance has no attribute 'entry_map'
Comment 1 Jesus Rivero (RETIRED) gentoo-dev 2011-07-20 18:31:24 UTC
dev-python/yolk-0.4.1-r1 is in CVS now. This one takes care of this error. 

Best regards,