Re: Changing Python class/module layout, dropping --rename ?

2012-07-13 Thread Roman Chyla
Hi Andi, I think this would be great. Let me add little bit more to your observations (whole night yesterday was spent fighting with renames - because I was building a project which imports shared lucene and solr -- there were thousands of same classes, I am not sure it would be possible without

Re: Changing Python class/module layout, dropping --rename ?

2012-07-13 Thread Andi Vajda
On Jul 13, 2012, at 18:33, Roman Chyla wrote: > I think this would be great. Let me add little bit more to your > observations (whole night yesterday was spent fighting with renames - > because I was building a project which imports shared lucene and solr -- > there were thousands of same class

Re: Changing Python class/module layout, dropping --rename ?

2012-07-13 Thread Patrick J. McNerthney
Just chiming in that my use of JCC to wrap the Eclipse BIRT Runtime Engine could really use this ability. There are a TON of classes that should be wrapped, and many use the same set of names, but in different packages. Pat On 07/13/2012 07:34 AM, Andi Vajda wrote: On Jul 13, 2012, at 18:33

Re: Changing Python class/module layout, dropping --rename ?

2012-07-13 Thread Roman Chyla
Hi, I was playing with the idea of creating virtual packages, attached is a working script that illustrates it. I am getting this output: Dit it work? == from org.apache.lucene.search import SearcherFactory; print SearcherFactory from org.apache.lucene.analysis import Analyzer as