Problem when Installing PyML module modules with mingw32

Rich Healey healey.rich at gmail.com
Tue Nov 4 23:49:35 EST 2008


AON LAZIO wrote:
> On Tue, Nov 4, 2008 at 9:25 PM, Rich Healey <healey.rich at gmail.com
> <mailto:healey.rich at gmail.com>> wrote:
>     Why remove "###Bla bla bla bunch of errors###"
> 
>     How do we help without the error messages!
> AON LAZIO wrote:
> Ah, sorry but the error was quite long in nature. here is the full one..
> 
> * c prompt>* python setup.py build --compiler=mingw32
> running build
> running build_py
> running build_ext
> building 'PyML/containers/ext/_csparsedataset' extention
> writing
> build\temp.win32-2.5\Release\pyml\containers\ext\_csparsedataset.def
> C:\tools\MinGW\bin\g++.exe -mno-cygwin -shared -s
> build\temp.win32-2.5\Release\pyml\containers\ext\sparsedataset_wrap.o
> build\temp.win32-2.5\Release\pyml\containers\ext\sparsedataset.o
> build\temp.win32-2.5\Release\pyml\containers\ext\dataset.o
> build\temp.win32-2.5\Release\pyml\containers\ext\sparsefeaturevector.o
> build\temp.win32-2.5\Release\pyml\containers\ext\_csparsedataset.def
> -LC:\Python25\libs -LC:\Python25\PCBuild -lpython25 -lmsvcr71 -o
> build\lib.win32-2.5\PyML/containers/ext/_csparsedataset.pyd
> Cannot export initPyML/containers/ext/_csparsedataset: symbol not defined
> collect2: ld returned 1 exit status
> error: command 'g++' failed with exit status 1
>  *c prompt>*

Aon,

Please keep these replies on list (I've CC'd the list now).

This isn't actually a very long error message, but since email is a
scrollable medium including long messages often isn't too bad. If you're
worried, include a link to a pastebin.

Regarding your actual error message, you will probably want to grep
around for the missing symbol, I don't have time to look into this now.
The other possibility is that you're missing some dependencies.

Kind Regards


Rich
-- 
Rich Healey - iTReign      \    .''`.   /         healey.rich at gmail.com
Developer / Systems Admin   \  : :' :  /        healey.rich at itreign.com
AIM: richohealey33           \ `. `'  /             richo at psych0tik.net
MSN: bitchohealey at hotmail.com \  `-  / richohealey at hellboundhackers.org
AON LAZIO wrote:
> On Tue, Nov 4, 2008 at 9:25 PM, Rich Healey <healey.rich at gmail.com
> <mailto:healey.rich at gmail.com>> wrote:
>     Why remove "###Bla bla bla bunch of errors###"
>
>     How do we help without the error messages!
> AON LAZIO wrote:
> Ah, sorry but the error was quite long in nature. here is the full one..
>
> * c prompt>* python setup.py build --compiler=mingw32
> running build
> running build_py
> running build_ext
> building 'PyML/containers/ext/_csparsedataset' extention
> writing
> build\temp.win32-2.5\Release\pyml\containers\ext\_csparsedataset.def
> C:\tools\MinGW\bin\g++.exe -mno-cygwin -shared -s
> build\temp.win32-2.5\Release\pyml\containers\ext\sparsedataset_wrap.o
> build\temp.win32-2.5\Release\pyml\containers\ext\sparsedataset.o
> build\temp.win32-2.5\Release\pyml\containers\ext\dataset.o
> build\temp.win32-2.5\Release\pyml\containers\ext\sparsefeaturevector.o
> build\temp.win32-2.5\Release\pyml\containers\ext\_csparsedataset.def
> -LC:\Python25\libs -LC:\Python25\PCBuild -lpython25 -lmsvcr71 -o
> build\lib.win32-2.5\PyML/containers/ext/_csparsedataset.pyd
> Cannot export initPyML/containers/ext/_csparsedataset: symbol not defined
> collect2: ld returned 1 exit status
> error: command 'g++' failed with exit status 1
>  *c prompt>*

Aon,

Please keep these replies on list (I've CC'd the list now).

This isn't actually a very long error message, but since email is a
scrollable medium including long messages often isn't too bad. If you're
worried, include a link to a pastebin.

Regarding your actual error message, you will probably want to grep
around for the missing symbol, I don't have time to look into this now.
The other possibility is that you're missing some dependencies.

Kind Regards


Rich
-- 
Rich Healey - iTReign      \    .''`.   /         healey.rich at gmail.com
Developer / Systems Admin   \  : :' :  /        healey.rich at itreign.com
AIM: richohealey33           \ `. `'  /             richo at psych0tik.net
MSN: bitchohealey at hotmail.com \  `-  / richohealey at hellboundhackers.org



More information about the Python-list mailing list