Re: [Distutils] One package for both python and jython

2009-11-19 Thread P.J. Eby
At 04:40 PM 11/19/2009 +0100, Fabrizio Pollastri wrote: the source structure is the following. my_package_source_dir/ common_files files_for_python files_for_jython It will be a maximum, if distutils let me to reach the following goals. 1. python/jython setup.py sdi

[Distutils] One package for both python and jython

2009-11-19 Thread Fabrizio Pollastri
Hello, I am trying to upgrade a pure python package distribution based on distutils in such a way that it will work with both python and jython. Since my package depends on some part of python library when run by python and on some other part of jython library when run by jython, the source str