To be more specific, I have something like this in rvirtualenv itself
(that's the pokus.py file):
import os
os.system("echo 128")
I generate a batch file like this (that's the pokus.bat file):
@echo off
pokus.py
And after that, I run the pokus.bat file from a test (that's the
run.py file):
fro
Hello,
in a test suite in my project (called rvirtualenv [1]) I discovered a
strange behaviour when calling from python a batch file which calles
another python and this calles a shell command.
[1] http://github.com/kvbik/rvirtualenv
I know it sounds pretty strange, but I do this only because I