<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">I tried running setup.py in the \pyenet folder, but
it fails when trying to find "enet.c".&nbsp; Do I need to build this file
myself, somehow?<br>
<br>
Here is the error when running setup:<br>
</font><br>
<font face="Courier New" size="-1">C:\development\enet
source\pyenet&gt;setup.py install<br>
'pyrexc' is not recognized as an internal or external command,<br>
operable program or batch file.<br>
running install<br>
running build<br>
running build_ext<br>
building 'enet' extension<br>
creating build<br>
creating build\temp.win32-2.4<br>
creating build\temp.win32-2.4\Release<br>
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c
/nologo /Ox /MD /W3 /GX /DNDEBUG -DHAS_GETHOSTBYNAM<br>
E_R -DHAS_GETHOSTBYADDR_R -DHAS_POLL -DHAS_FCNTL -DHAS_MSGHDR_FLAGS
-DWIN32 -I../include/ "-IC:\program files\Python24\i<br>
nclude" "-IC:\program files\Python24\PC" /Tcenet.c
/Fobuild\temp.win32-2.4\Release\enet.obj<br>
enet.c<br>
c1 : fatal error C1083: Cannot open source file: 'enet.c': No such file
or directory<br>
error: command '"C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\bin\cl.exe"' failed with exit status 2<br>
<br>
<font face="Arial">Thanks!</font><br>
</font>
</body>
</html>