Home:ALL Converter>Porting Python on Windows using pywin32/excel to Linux on Vagrant Machine

Porting Python on Windows using pywin32/excel to Linux on Vagrant Machine

Ask Time:2014-09-03T01:56:16         Author:John Cast

Json Formatter

I have written an extensive python package that utilizes excel and pywin32. I am now in the progress of moving this package to a linux environment on a Vagrant machine.

I know there are "emulator-esque" software packages (e.g. WINE) that can run Windows applications and look-a-likes for some Windows applications (e.g. Excel to OpenOffice). However, I am not seeing the right path to take in order to get my pywin32/Excel dependent code written for Windows running in a Linux environment on a Vagrant machine. Ideally, I would not have to alter my code at all and just do the appropriate installs on my Vagrant machine.

Thanks

Author:John Cast,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/25629462/porting-python-on-windows-using-pywin32-excel-to-linux-on-vagrant-machine
yy