On May 26, 2009, at 2:00 PM, Marek Szuba wrote:
>> > This should work in the native Windows shell too, as its command > separator is "&&" - which works, even if somewhat differently, under > both C- and Bourne-compatible shells. > > Let me know what you think: > > http://github.com/mkszuba/pygr/commit/80fb47917f3b53e3311a0d1dfb468b0b0d87c647 > > (filepopen_cwd branch) Hi Marek, I combined your Windows && support with what I did for changing directory in the subprocess, plus some support for supporting the Popen env argument. See my filepopen_cwd branch on github. Cygwin is a nasty case, because it fools Python into thinking it can use unix style paths, but when those are passed to blastall / formatdb (or any other Windows program) they will just fail. Maybe we should tell people not to run Pygr within Cygwin for this reason? -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to pygr-dev@googlegroups.com To unsubscribe from this group, send email to pygr-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---