Page 1 of 1

argparge module missing?

Posted: Sun Jun 09, 2013 10:03 pm
by sam raisbeck
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?

Re: argparge module missing?

Posted: Mon Jul 15, 2013 4:20 am
by cfull1
You can copy the module into the lib26/site-packages folder.