AON LAZIO wrote: > On Tue, Nov 4, 2008 at 9:25 PM, Rich Healey <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> 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 \ .''`. / [EMAIL PROTECTED] Developer / Systems Admin \ : :' : / [EMAIL PROTECTED] AIM: richohealey33 \ `. `' / [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] \ `- / [EMAIL PROTECTED] AON LAZIO wrote: > On Tue, Nov 4, 2008 at 9:25 PM, Rich Healey <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> 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 \ .''`. / [EMAIL PROTECTED] Developer / Systems Admin \ : :' : / [EMAIL PROTECTED] AIM: richohealey33 \ `. `' / [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] \ `- / [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list