Bug 19259

Summary: Fis for textproc/py-mxTextTools
Product: Ports & Packages Reporter: hdm <hdm>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description hdm 2000-06-14 10:40:00 UTC
	When installed, py-mxTextTools doesn't work.  try doing:

	% python -c "import TextTools"

	And you'll get a stack trace claiming that it can't find "FS".
	This is because it's part of the package that isn't (yet)
	publically available.  The workaround is to install the shared
	library in a directory, and use an __init__.py to make it look
	like it works.  :-)

Fix: Here'srthe patch:
How-To-Repeat: 
	See above.
Comment 1 Thomas Gellekum freebsd_committer freebsd_triage 2000-06-16 08:39:01 UTC
State Changed
From-To: open->closed

Thanks for the report. My fix is slightly different, but should 
work all the same.