View Single Post
Old Dec 16th, 2007, 11:01 PM   #6
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 1,886
Rep Power: 5 Sane will become famous soon enough
Send a message via MSN to Sane
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.
Sane is offline   Reply With Quote