Bug 19259 - Fis for textproc/py-mxTextTools
Summary: Fis for textproc/py-mxTextTools
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-06-14 10:40 UTC by hdm
Modified: 2000-06-16 08:40 UTC (History)
0 users

See Also:


Attachments
file.diff (2.23 KB, patch)
2000-06-14 10:40 UTC, hdm
no flags Details | Diff

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