Thanks Dino, Specifying test.py twice solved the problem. I updated pyc.py and that solved it more permanently! :)
Thanks Again, David On Sep 3, 3:53 pm, Dino Viehland <[email protected]> wrote: > dippim wrote: > > The compile works fine and I can execute the resulting test.exe fine > > UNLESS I remove the original test.py file from the directory the > > test.exe file is being executed from. If I remove the test.py file, > > the program crashes. If I put it back, then everything is fine > > again. > > This can't be by design? What have I screwed up? > > Is this beta 1? I think there was a bug there that prevented this from > working properly. I think if you specify test.py twice (once as main and > once as another module) it'll work on B1. It appears to be fixed in B2. > > _______________________________________________ > Users mailing list > [email protected]http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
