Art Haas wrote at 2004-9-28 11:21 -0500:
> ...
>I'm preparing to make the next release of PythonCAD - the first one with
>initial printing support! - and I want to fix the program so that Zope
>and PythonCAD play well together. As I see it, one fix is to not install
>the 'PythonCAD.pth' file during PythonCAD's installation and adjust
>the various 'import' statements in the code.

I would drop "*.pth" files.
Since Python supports packages, they are no longer necessary.
Packages are much cleaner than "*.pth" files...

-- 
Dieter
_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to