Forum: Python Nov 27th, 2008 |
| Replies: 2 Views: 451 Crap, I see that now. I can't belive I'd forgotton how C-like python was. Is there any way you can define prototypes in python like C? |
Forum: Python Nov 26th, 2008 |
| Replies: 2 Views: 451 Hey hey!
I'm trying to write a script that finds out if a given program name exists in the OS environments PATH variable (cross plathform). Thing is, I get a NameError, it's probably a simple... |