cpp.py -- AttributeError: 'unicode' object has no attribute 'split_pkg'

2012-07-25 Thread Roman Chyla
Hi The latest jcc has an error, attached is a patch I am now using the --use_full_names and it works without greater problems, even against the latest lucene trunk The only nuisance is that modules defined in java take over modules defined in python (I happened to have one name which was the sam

Re: cpp.py -- AttributeError: 'unicode' object has no attribute 'split_pkg'

2012-07-25 Thread Patrick J. McNerthney
Roman, I don't see a patch attached to your email. Pat On 07/25/2012 03:19 PM, Roman Chyla wrote: Hi The latest jcc has an error, attached is a patch I am now using the --use_full_names and it works without greater problems, even against the latest lucene trunk The only nuisance is that mod

[jira] [Created] (PYLUCENE-20) Bug in cpp.py when importing shared module (splitting class name)

2012-07-25 Thread roman (JIRA)
roman created PYLUCENE-20: - Summary: Bug in cpp.py when importing shared module (splitting class name) Key: PYLUCENE-20 URL: https://issues.apache.org/jira/browse/PYLUCENE-20 Project: PyLucene Issue

[jira] [Updated] (PYLUCENE-20) Bug in cpp.py when importing shared module (splitting class name)

2012-07-25 Thread roman (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] roman updated PYLUCENE-20: -- Attachment: cpp.patch > Bug in cpp.py when importing shared module (splitting class name) > --

Re: cpp.py -- AttributeError: 'unicode' object has no attribute 'split_pkg'

2012-07-25 Thread Roman Chyla
I have create a JIRA ticket - https://issues.apache.org/jira/browse/PYLUCENE-20 roman On Wed, Jul 25, 2012 at 9:21 PM, Patrick J. McNerthney wrote: > Roman, > > I don't see a patch attached to your email. > > Pat > > > On 07/25/2012 03:19 PM, Roman Chyla wrote: >> >> Hi >> >> The latest jcc has