Menu

Tree [r228] /
 History

HTTPS access


File Date Author Commit
 Doc 2010-05-04 lanyjie [r228] compat and complete sprcial wraps
 examples 2010-05-02 lanyjie [r221] @throws for special methods
 html 2010-05-04 lanyjie [r228] compat and complete sprcial wraps
 src 2010-05-04 lanyjie [r228] compat and complete sprcial wraps
 COPYING.txt 2009-06-09 lanyjie [r37] add copying info
 ChangeLog 2010-05-04 lanyjie [r228] compat and complete sprcial wraps
 README 2009-09-05 lanyjie [r118] added setup.py
 maketgz.sh 2010-01-04 lanyjie [r147] expy-0.3.0
 sf.expy.txt 2009-05-21 lanyjie [r1] SVN creation.
 zipdist.sh 2010-01-04 lanyjie [r147] expy-0.3.0

Read Me

Install expy
============

Change to the 'src' directory and run

> python setup.py install


Getting Help
============

There are a couple of ways to get some help:

Email list
----------

https://lists.sourceforge.net/mailman/listinfo/expy-help

Project homepage
-----------------

http://expy.sf.net/

Forum
------

https://sourceforge.net/forum/forum.php?forum_id=954895


Try it out
==========

To work with the prime.py example, simply issue this command:

> python primesetup.py build

Then you can run the testprime.py to see the result. Note,
you might need to change the 

sys.path.insert(0, 'path/to/prime_ext_mod')

so that the proper path is there to import the built module.