"Joshua J. Kugler" <[EMAIL PROTECTED]> writes: > Even as a Linux user, I would have to disagree with this statement. Python > is > Python is Python (at least sticking with cPython), and doing your dev on > Windows or Linux won't matter. If you have all components installed on > Windows, and all your unit tests pass, then all your unit tests will pass on > *nix, too, unless you're doing OS specific stuff, which you probably won't be > on a web app.
Hmmmm... If you have a file named "MODULE.py" and you have "import module" somewhere. It will work on windows, it will fail on *nix. So, your tests will pass on Windows but won't on *nix. And this is just one example of 'gotcha'. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

