|
Re: Need your comments on a PyGTK PlayStation CD backup tool
I don't believe any of the Linux system commands you're using are in the os module, which would handle the cross-compatilibty for you, so you'll have to do it yourself. It'll be compilable on either Windows or Linux if you set a flag that represents the OS, and reference it for each system command that's Linux only, and supply the Windows equivilent of that system command if the OS is Windows.
|