Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=497338





--- Comment #3 from Peter Lemenkov <[email protected]>  2009-04-24 01:22:43 
EDT ---
I just checked, which modules import whose additional python libraries, and
found the following:

* src/cclib/bridge/cclib2biopython.py  explicitly imports python-biopython
* src/cclib/bridge/cclib2openbabel.py explicitly imports python-openbabel
* src/cclib/bridge/cclib2pyquante.py explicitly imports PyQuante

* src/cclib/method/volume.py tries to import PyQuante and vtk-python and
fallbacks to work w/o using them instead. And I'm afraid, that further usage of
PyQuante in volme.py is broken (there is no check for module_pyq != False
later).
* many modules in src/cclib/method also imports numpy

* some modules in src/cclib/parser imports only numpy

* cclib/progress library tries to import PyQt3 first, then fallbacks to PyQt4
and after all imports text-based progress module.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to