Re: Problems in Pylucene with Win XP

2009-09-15 Thread Andi Vajda
On Sep 15, 2009, at 4:43, Truffe Hugo wrote: Hello. Question. Now is not called most Pylucene the package is installed if not JCC? The package is called 'lucene'. Will it be possible to rename the package to be called PyLucene? If you want to use a different name, use 'import lucene as

Re: Problems in Pylucene with Win XP

2009-09-15 Thread Truffe Hugo
Hello. Question. Now is not called most Pylucene the package is installed if not JCC? Will it be possible to rename the package to be called PyLucene? Christian Heimes escribió: Andi Vajda wrote: Yeah, I remember now. I guess Hugo should move to Python 2.6 - it's built with VC++ 2008, rig

Re: Problems in Pylucene with Win XP

2009-09-14 Thread Truffe Hugo
Hello. Finally I could run Pylucene. I did it with python 2.5 Information: Win xp Python 2.5 VS7 Comands: python setup.py build python setup.py install Thank you very much Christian Heimes escribió: Andi Vajda wrote: Yeah, I remember now. I guess Hugo should move to Python 2.6 - it's bu

Re: Problems in Pylucene with Win XP

2009-09-12 Thread Christian Heimes
Andi Vajda wrote: > Yeah, I remember now. I guess Hugo should move to Python 2.6 - it's > built with VC++ 2008, right? - if getting the older VC++ compiler is > not possible. > > Hugo, is there any reason for you not to use Python 2.6 ? You are correct, Python 2.6 and 3.0 are using VS 2008 ak

Re: Problems in Pylucene with Win XP

2009-09-12 Thread Andi Vajda
On Sep 12, 2009, at 12:11, Christian Heimes wrote: Andi Vajda wrote: Do you really ? If so why ? If there is a library mismatch, can I not recompile Python 2.5 with VC++ 2008 ? Distutils doesn't allow to compile extensions with another version of MSVC than the version Python has been compil

Re: Problems in Pylucene with Win XP

2009-09-12 Thread Christian Heimes
Andi Vajda wrote: > Do you really ? If so why ? > If there is a library mismatch, can I not recompile Python 2.5 > with VC++ 2008 ? Distutils doesn't allow to compile extensions with another version of MSVC than the version Python has been compiled with. The official build of Python 2.5 is compile

Re: Problems in Pylucene with Win XP

2009-09-12 Thread Andi Vajda
On Sep 12, 2009, at 6:58, Truffe Hugo wrote: Hello. With Visual Studio 2008 don't run Pylucene. What's the actual problem ? Andi.. Now I am downloading Visual Studio Prefessional 2003. Then I'll tell you if it works Andi Vajda escribió: On Fri, 11 Sep 2009, Christian Heimes wrote:

Re: Problems in Pylucene with Win XP

2009-09-12 Thread Truffe Hugo
Hello. With Visual Studio 2008 don't run Pylucene. Now I am downloading Visual Studio Prefessional 2003. Then I'll tell you if it works Andi Vajda escribió: On Fri, 11 Sep 2009, Christian Heimes wrote: Andi Vajda schrieb: On Thu, 10 Sep 2009, Christian Heimes wrote: AFAIK it's getting har

Re: Problems in Pylucene with Win XP

2009-09-10 Thread Truffe Hugo
I am Download the version 2008 C++. If not run, download version 2003 Andi Vajda escribió: On Fri, 11 Sep 2009, Christian Heimes wrote: Andi Vajda schrieb: On Thu, 10 Sep 2009, Christian Heimes wrote: AFAIK it's getting harder and harder to acquire VS 7 for free. Microsoft has removed all

Re: Problems in Pylucene with Win XP

2009-09-10 Thread Andi Vajda
On Fri, 11 Sep 2009, Christian Heimes wrote: Andi Vajda schrieb: On Thu, 10 Sep 2009, Christian Heimes wrote: AFAIK it's getting harder and harder to acquire VS 7 for free. Microsoft has removed all download links unless you have a MSDN subscription. Err, http://www.google.com/search?q=do

Re: Problems in Pylucene with Win XP

2009-09-10 Thread Christian Heimes
Andi Vajda schrieb: > On Thu, 10 Sep 2009, Christian Heimes wrote: > >> AFAIK it's getting harder and harder to acquire VS 7 for free. Microsoft >> has removed all download links unless you have a MSDN subscription. > > Err, > http://www.google.com/search?q=downloading+VC+express&ie=utf-8&oe=utf

Re: Problems in Pylucene with Win XP

2009-09-10 Thread Andi Vajda
On Thu, 10 Sep 2009, Truffe Hugo wrote: Hello, I am not present. I am Hugo from Argentina and my English is quite bad. Well, let's see if I understand. - JCC already within PyLucene. Yes, the sources to JCC are part of the PyLucene source distribution. JCC is a sub-project of PyLucene: htt

Re: Problems in Pylucene with Win XP

2009-09-10 Thread Andi Vajda
On Thu, 10 Sep 2009, Christian Heimes wrote: AFAIK it's getting harder and harder to acquire VS 7 for free. Microsoft has removed all download links unless you have a MSDN subscription. Err, http://www.google.com/search?q=downloading+VC+express&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:of

Re: Problems in Pylucene with Win XP

2009-09-10 Thread Truffe Hugo
Hello, I am not present. I am Hugo from Argentina and my English is quite bad. Well, let's see if I understand. - JCC already within PyLucene. - I need to have Java installed, I have the jdk1.6_7 - I have Python, version 2.5. I'm a Python developer (Turbogears) - Need c + +. For this MingGW lowe

Re: Problems in Pylucene with Win XP

2009-09-10 Thread Christian Heimes
Andi Vajda wrote: > it is my understanding that current JCC can be built with mingw32 out of the > box (apart from changes in compiler and linker settings in setup.py). > > If there are patches to be applied for this to work out of the box, please > send them in so that they can be merged in. Th

Re: Problems in Pylucene with Win XP

2009-09-10 Thread Andi Vajda
On Thu, 10 Sep 2009, Christian Heimes wrote: Truffe Hugo schrieb: Hi, I'm using PyLucene in Win XP, and is throwing me the following. G:\Solr\Pylucene svn>python setup.py build -c mingw32 [snip] PyLucene doesn't support mingw32 out of the box. You need to patch JCC and you have to install

Re: Problems in Pylucene with Win XP

2009-09-10 Thread Christian Heimes
Truffe Hugo schrieb: > Hi, I'm using PyLucene in Win XP, and is throwing me the following. > > G:\Solr\Pylucene svn>python setup.py build -c mingw32 [snip] PyLucene doesn't support mingw32 out of the box. You need to patch JCC and you have to install a new version of GCC, too. Christian