Re: [Ironpython-users] Type Error: not all arguments converted during string formatting
Could it be that you have a \N in your filename? Shouldn't that be \\N? -Doug ___ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.org/mailman/listinfo/ironpython-users
[Ironpython-users] Type Error: not all arguments converted during string formatting
Test.py works as expected with: Ø Python test.py Ø Ipy test.py Type Error: not all arguments converted during string formatting Why does os.system command work using python but not ironPython? Is there a workaround (that doesn't involve using subprocess.Popen (b/c the actual exe I need to ru