yoghadj / or-tools

Automatically exported from code.google.com/p/or-tools
0 stars 0 forks source link

setup.py broken for Windows 64-bit. #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I just downloaded the file Google.OrTools.python.Windows64.2322.zip from the 
homepage and tried the command

    setup.py install

setup.py has a syntax error on line 16. The line reads
    pjoin('constraint_solver', '_pywraprouting.dll']),
and should presumably be
    pjoin('constraint_solver', '_pywraprouting.dll')]),

Furthermore, setup.py refers to ".dll" files, but the files in the packages 
have ".pyd" extensions.

Original issue reported on code.google.com by petter.s...@gmail.com on 6 Mar 2013 at 1:04

GoogleCodeExporter commented 9 years ago
After fixing those things, the toolbox seems to be working fine.

Original comment by petter.s...@gmail.com on 6 Mar 2013 at 1:35

GoogleCodeExporter commented 9 years ago
Fixed in the SVN.

Original comment by laurent....@gmail.com on 11 Mar 2013 at 11:09

GoogleCodeExporter commented 9 years ago
I am still facing the same error 

Original comment by eng.hass...@gmail.com on 23 Jun 2013 at 4:25

GoogleCodeExporter commented 9 years ago
The releases on the homepage are pretty old; I think you have to build it 
yourself or apply the fixes yourself.

Original comment by petter.s...@gmail.com on 23 Jun 2013 at 6:55

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 4 Jan 2014 at 2:40