Dear All,

Just a quick note to say that pypi is slightly out of date. Also, I
use easy_install to install python packages, and although easy_install
works with sympy, there are a lot of warning messages.

The warning messages are mainly about not having __init__.py files in
your directories.

For example,

$ easy_install sympy
Searching for sympy
Reading http://www.python.org/pypi/sympy/
Couldn't find index page for 'sympy' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://www.python.org/pypi/
Reading http://www.python.org/pypi/SymPy/0.5.11
Reading http://code.google.com/p/sympy/
Best match: sympy 0.5.13
Downloading http://sympy.googlecode.com/files/sympy-0.5.13.tar.gz
Processing sympy-0.5.13.tar.gz
Running sympy-0.5.13/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-B3updq/sympy-0.5.13/egg-dist-tmp-as5Xhj
package init file 'sympy/concrete/tests/__init__.py' not found (or not
a regular file)
<snip>
package init file 'sympy/utilities/tests/__init__.py' not found (or
not a regular file)
Creating missing __init__.py for sympy.concrete.tests
<snip>
Creating missing __init__.py for sympy.test_external
zip_safe flag not set; analyzing archive contents...
sympy.__init__: module references __file__
sympy.plotting.__init__: module references __file__
sympy.utilities.pkgdata: module references __file__
Adding sympy 0.5.13 to easy-install.pth file
Installing isympy script to /data/ncsg3/pythonModules//bin

Installed /data/ncsg3/pythonModules/lib/python2.4/site-packages/
sympy-0.5.13-py2.4.egg
Processing dependencies for sympy

Cheers

Colin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to