Problem concerning pyparallel

H

Harald Schreiber

Hi,
When trying to install the pyparallel-software under Windows98SE I got an
errormessage about a missing cl.exe.
Can someone there out give me some explanations?

Harald Schreiber
 
J

John Roth

Harald Schreiber said:
Hi,
When trying to install the pyparallel-software under Windows98SE I got an
errormessage about a missing cl.exe.
Can someone there out give me some explanations?

I believe that's either the compiler or the linker. Do you
have Visual Studio installed? Or else either Cygwin or MinGW?

John Roth
 
C

Chris Liechti

Hi,
When trying to install the pyparallel-software under Windows98SE I got an
errormessage about a missing cl.exe.
Can someone there out give me some explanations?

in case your talking about my extension with that name, it requires to
build a .pyd extenstion. either you download the binary distribution from
pyserial.sf.net or compile it on your own. you dont seem to have the M$
compiler, but youc an also use cygwin (i do) or mingw. in both cases run
python setup.py build --compiler=mingw32 install

chris
 
H

Harald Schreiber

John said:
I believe that's either the compiler or the linker. Do you
have Visual Studio installed? Or else either Cygwin or MinGW?
Neither.
I'll try it, thank you so far!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top