argparge module missing?
Posted: Sun Jun 09, 2013 10:03 pm
i tried very simple script in the python shell as i was running into a trace back error in my macro action...
import argparse
the result is "ImportError: no module called argparse"
how do i install the module into pycrust so that it can be used?
import argparse
the result is "ImportError: no module called argparse"
how do i install the module into pycrust so that it can be used?