Re: [python-uk] TEST

2006-04-01 Thread Michael
On Saturday 01 April 2006 06:40, Lani Stokes wrote: > TEST import unittest import TEST class SmokeTests(unittest.TestCase): def test_SmokeTest(self): """__init__ - Called with no arguments succeeds""" T = TEST.TEST() if __name__=="__main__": unittest.main() Michael.

Re: [python-uk] Python, VB math simple problem

2006-04-01 Thread Andy Robinson
> Ideally, I'd love to be able to simply have some extremely small > executable that just accepts inputs > does the calculations above and then spits out the outputs. If it were > possible to write some > simple lines of math code in Python and then compile these scripts in > Python to a Windows