INNER CODE UNIT · Python

run

ecere/ecere-sdk · setup.py:143

   def run(self):
      print('error !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!')
      proc = subprocess.Popen(['make', 'V=1', 'ECERE_AUDIO=y', numJobs], shell=False)
      proc.communicate()
      if proc.returncode == 0:
         install.run(self)

#class TestConsole(TestCase):
#   def test_basic(self):
#      main()

print(' -- before setup -- ')
print(__file__)
print('arg zero: ', sys.argv[0])
print('count: ', len(sys.argv))
print('args: ', str(sys.argv))
print('version: ', str(sys.version))

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…